Searched refs:TRIGGER_NETDEV_FULL_DUPLEX (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-netdev.c | 135 if (test_bit(TRIGGER_NETDEV_FULL_DUPLEX, &trigger_data->mode) && in set_baseline_state() 341 case TRIGGER_NETDEV_FULL_DUPLEX: in netdev_led_attr_show() 377 case TRIGGER_NETDEV_FULL_DUPLEX: in netdev_led_attr_store() 437 DEFINE_NETDEV_TRIGGER(full_duplex, TRIGGER_NETDEV_FULL_DUPLEX); 672 test_bit(TRIGGER_NETDEV_FULL_DUPLEX, &trigger_data->mode); in netdev_trig_work()
|
| /linux/drivers/net/phy/qcom/ |
| H A D | qca807x.c | 154 if (test_bit(TRIGGER_NETDEV_FULL_DUPLEX, &rules)) in qca807x_led_parse_netdev() 168 if (test_bit(TRIGGER_NETDEV_FULL_DUPLEX, &rules)) in qca807x_led_parse_netdev() 280 set_bit(TRIGGER_NETDEV_FULL_DUPLEX, rules); in qca807x_led_hw_control_get() 297 set_bit(TRIGGER_NETDEV_FULL_DUPLEX, rules); in qca807x_led_hw_control_get()
|
| H A D | qca808x.c | 442 if (test_bit(TRIGGER_NETDEV_FULL_DUPLEX, &rules)) in qca808x_led_parse_netdev() 544 set_bit(TRIGGER_NETDEV_FULL_DUPLEX, rules); in qca808x_led_hw_control_get()
|
| /linux/drivers/net/phy/ |
| H A D | mxl-86110.c | 434 BIT(TRIGGER_NETDEV_FULL_DUPLEX) | 474 *rules |= BIT(TRIGGER_NETDEV_FULL_DUPLEX); in mxl86110_led_hw_control_get() 515 if (rules & BIT(TRIGGER_NETDEV_FULL_DUPLEX)) in mxl86110_led_hw_control_set()
|
| H A D | motorcomm.c | 1702 static const unsigned long supported_trgs = (BIT(TRIGGER_NETDEV_FULL_DUPLEX) | 1747 if (test_bit(TRIGGER_NETDEV_FULL_DUPLEX, &rules)) in yt8521_led_hw_control_set() 1785 __set_bit(TRIGGER_NETDEV_FULL_DUPLEX, rules); in yt8521_led_hw_control_get()
|
| H A D | as21xxx.c | 233 .pattern = BIT(TRIGGER_NETDEV_FULL_DUPLEX),
|
| /linux/drivers/net/phy/mediatek/ |
| H A D | mtk-phy-lib.c | 175 *rules |= BIT(TRIGGER_NETDEV_FULL_DUPLEX); in mtk_phy_led_hw_ctrl_get() 202 if (rules & BIT(TRIGGER_NETDEV_FULL_DUPLEX)) in mtk_phy_led_hw_ctrl_set()
|
| H A D | mtk-ge-soc.c | 1251 BIT(TRIGGER_NETDEV_FULL_DUPLEX) |
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | leds.c | 230 .rules = BIT(TRIGGER_NETDEV_FULL_DUPLEX), 244 .rules = BIT(TRIGGER_NETDEV_FULL_DUPLEX), 251 .rules = BIT(TRIGGER_NETDEV_FULL_DUPLEX),
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | r8169_leds.c | 44 if (flags & BIT(TRIGGER_NETDEV_FULL_DUPLEX)) in r8169_trigger_mode_is_valid()
|
| /linux/include/linux/ |
| H A D | leds.h | 611 TRIGGER_NETDEV_FULL_DUPLEX, enumerator
|