Home
last modified time | relevance | path

Searched refs:TRIGGER_NETDEV_LINK_10 (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/realtek/
A Dr8169_leds.c77 if (flags & BIT(TRIGGER_NETDEV_LINK_10)) in rtl8168_led_hw_control_set()
112 *flags |= BIT(TRIGGER_NETDEV_LINK_10); in rtl8168_led_hw_control_get()
189 if (flags & BIT(TRIGGER_NETDEV_LINK_10)) in rtl8125_led_hw_control_set()
215 *flags |= BIT(TRIGGER_NETDEV_LINK_10); in rtl8125_led_hw_control_get()
/linux/drivers/leds/trigger/
A Dledtrig-netdev.c107 if (test_bit(TRIGGER_NETDEV_LINK_10, &trigger_data->mode) && in set_baseline_state()
334 case TRIGGER_NETDEV_LINK_10: in netdev_led_attr_show()
370 case TRIGGER_NETDEV_LINK_10: in netdev_led_attr_store()
394 (test_bit(TRIGGER_NETDEV_LINK_10, &mode) || in netdev_led_attr_store()
430 DEFINE_NETDEV_TRIGGER(link_10, TRIGGER_NETDEV_LINK_10);
663 test_bit(TRIGGER_NETDEV_LINK_10, &trigger_data->mode) || in netdev_trig_work()
/linux/drivers/net/ethernet/intel/igc/
A Digc_leds.c34 BIT(TRIGGER_NETDEV_LINK_100) | BIT(TRIGGER_NETDEV_LINK_10) | \
170 if (flags & BIT(TRIGGER_NETDEV_LINK_10)) in igc_led_hw_control_set()
208 *flags = BIT(TRIGGER_NETDEV_LINK_10); in igc_led_hw_control_get()
/linux/drivers/net/dsa/qca/
A Dqca8k-leds.c72 if (test_bit(TRIGGER_NETDEV_LINK_10, &rules)) in qca8k_parse_netdev()
337 set_bit(TRIGGER_NETDEV_LINK_10, rules); in qca8k_cled_hw_control_get()
/linux/drivers/net/phy/
A Ddp83867.c1047 case BIT(TRIGGER_NETDEV_LINK_10): in dp83867_led_mode()
1063 case BIT(TRIGGER_NETDEV_LINK_10) | BIT(TRIGGER_NETDEV_LINK_100): in dp83867_led_mode()
1118 *rules = BIT(TRIGGER_NETDEV_LINK_10); in dp83867_led_hw_control_get()
1142 *rules = BIT(TRIGGER_NETDEV_LINK_10) | BIT(TRIGGER_NETDEV_LINK_100); in dp83867_led_hw_control_get()
A Drealtek.c493 const unsigned long mask = BIT(TRIGGER_NETDEV_LINK_10) | in rtl8211f_led_hw_is_supported()
541 set_bit(TRIGGER_NETDEV_LINK_10, rules); in rtl8211f_led_hw_control_get()
566 if (test_bit(TRIGGER_NETDEV_LINK_10, &rules)) in rtl8211f_led_hw_control_set()
A Dmediatek-ge-soc.c1216 BIT(TRIGGER_NETDEV_LINK_10) |
1283 *rules |= BIT(TRIGGER_NETDEV_LINK_10); in mt798x_phy_led_hw_control_get()
1323 if (rules & (BIT(TRIGGER_NETDEV_LINK_10) | BIT(TRIGGER_NETDEV_LINK))) in mt798x_phy_led_hw_control_set()
A Dair_en8811h.c185 BIT(TRIGGER_NETDEV_LINK_10) |
673 if (rules & (BIT(TRIGGER_NETDEV_LINK_10) | BIT(TRIGGER_NETDEV_LINK))) in air_led_hw_control_set()
A Dmarvell.c3363 .rules = (BIT(TRIGGER_NETDEV_LINK_10) |
3368 .rules = BIT(TRIGGER_NETDEV_LINK_10),
/linux/drivers/net/phy/qcom/
A Dqca808x.c427 if (test_bit(TRIGGER_NETDEV_LINK_10, &rules)) in qca808x_led_parse_netdev()
529 set_bit(TRIGGER_NETDEV_LINK_10, rules); in qca808x_led_hw_control_get()
A Dqca807x.c144 if (test_bit(TRIGGER_NETDEV_LINK_10, &rules)) in qca807x_led_parse_netdev()
270 set_bit(TRIGGER_NETDEV_LINK_10, rules); in qca807x_led_hw_control_get()
/linux/include/linux/
A Dleds.h604 TRIGGER_NETDEV_LINK_10, enumerator

Completed in 32 milliseconds