Home
last modified time | relevance | path

Searched refs:los (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/net/
Dsff,sfp.txt19 - los-gpios : GPIO phandle and a specifier of the Receiver Loss of Signal
45 los-gpios = <&cpm_gpio2 22 GPIO_ACTIVE_HIGH>;
65 los-gpios = <&cps_gpio1 28 GPIO_ACTIVE_HIGH>;
/Linux-v4.19/arch/arm64/boot/dts/marvell/
Darmada-8040-mcbin.dts73 los-gpio = <&cp1_gpio1 28 GPIO_ACTIVE_HIGH>;
85 los-gpio = <&cp1_gpio1 8 GPIO_ACTIVE_HIGH>;
97 los-gpio = <&cp0_gpio2 22 GPIO_ACTIVE_HIGH>;
/Linux-v4.19/drivers/net/phy/
Dsfp.c1222 unsigned int los = sfp->state & SFP_F_LOS; in sfp_sm_link_check_los() local
1228 los ^= SFP_F_LOS; in sfp_sm_link_check_los()
1230 los = 0; in sfp_sm_link_check_los()
1232 if (los) in sfp_sm_link_check_los()
/Linux-v4.19/arch/arm/boot/dts/
Darmada-388-clearfog.dtsi83 los-gpio = <&expander0 12 GPIO_ACTIVE_HIGH>;
/Linux-v4.19/drivers/net/wan/
Dfarsync.c1067 u8 los; in fst_intr_te1_alarm() local
1071 los = FST_RDB(card, suStatus.lossOfSignal); in fst_intr_te1_alarm()
1075 if (los) { in fst_intr_te1_alarm()
1093 if (los) in fst_intr_te1_alarm()
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfc_multi.h46 int los, ais, slip_tx, slip_rx, rdi; /* current alarms */ member
Dhfcmulti.c1639 if (hc->chan[hc->dnum[0]].los) in hfcmulti_leds()
2463 hc->chan[hc->dnum[0]].los = temp; in handle_timer_irq()
2465 if (!temp && hc->chan[hc->dnum[0]].los) in handle_timer_irq()
2468 if (temp && !hc->chan[hc->dnum[0]].los) in handle_timer_irq()