Searched refs:led_off (Results 1 - 17 of 17) sorted by relevance
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
H A D | leds.c | 70 led_off.work); led_turn_off() 121 ieee80211_queue_delayed_work(hw, &priv->led_off, 0); rtl8187_led_brightness_set() 125 ieee80211_queue_delayed_work(hw, &priv->led_off, 0); rtl8187_led_brightness_set() 170 flush_delayed_work(&priv->led_off); rtl8187_unregister_led() 205 INIT_DELAYED_WORK(&priv->led_off, led_turn_off); rtl8187_leds_init() 241 cancel_delayed_work_sync(&priv->led_off); rtl8187_leds_exit()
|
H A D | rtl8187.h | 127 struct delayed_work led_off; member in struct:rtl8187_priv
|
/linux-4.4.14/drivers/leds/ |
H A D | dell-led.c | 258 static int led_off(void) led_off() function 283 led_off(); dell_led_set() 337 error = led_off(); dell_led_init() 352 error = led_off(); dell_led_exit()
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
H A D | board-d2net.c | 42 * led_off | blink_ctrl | SATA active | LED state
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 469 s32 (*led_off)(struct e1000_hw *); member in struct:e1000_mac_operations
|
H A D | ethtool.c | 1965 hw->mac.ops.led_off(hw); e1000_set_phys_id() 1975 hw->mac.ops.led_off(hw); e1000_set_phys_id()
|
H A D | 80003es2lan.c | 1357 .led_off = e1000e_led_off_generic,
|
H A D | ich8lan.c | 710 mac->ops.led_off = e1000_led_off_ich8lan; e1000_init_mac_params_ich8lan() 729 mac->ops.led_off = e1000_led_off_pchlan; e1000_init_mac_params_ich8lan() 5693 /* led_off dependent on mac type */
|
H A D | 82571.c | 1883 .led_off = e1000e_led_off_generic,
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | dw2102.c | 993 static u8 led_off[] = { 0 }; dw210x_led_ctrl() local 998 .buf = led_off, dw210x_led_ctrl()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82598.c | 1179 .led_off = &ixgbe_led_off_generic,
|
H A D | ixgbe_x540.c | 830 .led_off = &ixgbe_led_off_generic,
|
H A D | ixgbe_82599.c | 2203 .led_off = &ixgbe_led_off_generic,
|
H A D | ixgbe_x550.c | 2345 .led_off = &ixgbe_led_off_generic, \
|
H A D | ixgbe_ethtool.c | 2182 hw->mac.ops.led_off(hw, IXGBE_LED_ON); ixgbe_set_phys_id()
|
H A D | ixgbe_type.h | 3276 s32 (*led_off)(struct ixgbe_hw *, u32); member in struct:ixgbe_mac_operations
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
H A D | e100.c | 2661 led_off = 0x04, e100_set_phys_id() enumerator in enum:led_state 2679 leds = (nic->phy == phy_82552_v) ? E100_82552_LED_OFF : led_off; e100_set_phys_id()
|
Completed in 810 milliseconds