Home
last modified time | relevance | path

Searched refs:led_active (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/leds/
H A Dleds-lp55xx-common.c749 unsigned int led_active; in lp55xx_show_engine_leds() local
753 led_active = LED_ACTIVE(chip->engines[nr - 1].led_mux, i); in lp55xx_show_engine_leds()
754 pos += sysfs_emit_at(buf, pos, "%x", led_active); in lp55xx_show_engine_leds()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2509 bool led_active; in ixgbe_set_phys_id_e610() local
2513 led_active = true; in ixgbe_set_phys_id_e610()
2516 led_active = false; in ixgbe_set_phys_id_e610()
2522 return ixgbe_aci_set_port_id_led(&adapter->hw, !led_active); in ixgbe_set_phys_id_e610()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1526 bool led_active; in ice_set_phys_id() local
1530 led_active = true; in ice_set_phys_id()
1533 led_active = false; in ice_set_phys_id()
1539 if (ice_aq_set_port_id_led(np->vsi->port_info, !led_active, NULL)) in ice_set_phys_id()