carrier_detect    838 drivers/atm/iphase.c 		iadev->carrier_detect = (status & MB25_IS_GSB) ? 1 : 0;
carrier_detect    842 drivers/atm/iphase.c 		iadev->carrier_detect = (status & SUNI_DS3_LOSV) ? 0 : 1;
carrier_detect    846 drivers/atm/iphase.c 		iadev->carrier_detect = (status & SUNI_E3_LOS) ? 0 : 1;
carrier_detect    849 drivers/atm/iphase.c 		iadev->carrier_detect = (status & SUNI_LOSV) ? 0 : 1;
carrier_detect    853 drivers/atm/iphase.c 		iadev->carrier_detect ? "detected" : "lost signal");
carrier_detect    864 drivers/atm/iphase.c 	iadev->carrier_detect =
carrier_detect    895 drivers/atm/iphase.c 	iadev->carrier_detect = (status & SUNI_DS3_LOSV) ? 0 : 1;
carrier_detect    916 drivers/atm/iphase.c 	iadev->carrier_detect = (status & SUNI_E3_LOS) ? 0 : 1;
carrier_detect   2425 drivers/atm/iphase.c     if (!iadev->carrier_detect)
carrier_detect    961 drivers/atm/iphase.h    u32 carrier_detect;              // GPIN input
carrier_detect   1037 drivers/atm/iphase.h         unsigned char carrier_detect;