Home
last modified time | relevance | path

Searched refs:led_work (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/intersil/p54/
H A Dled.c30 led_work.work); in p54_update_leds()
60 ieee80211_queue_delayed_work(priv->hw, &priv->led_work, in p54_update_leds()
77 ieee80211_queue_delayed_work(priv->hw, &priv->led_work, HZ/10); in p54_led_brightness_set()
119 INIT_DELAYED_WORK(&priv->led_work, p54_update_leds); in p54_init_leds()
157 cancel_delayed_work_sync(&priv->led_work); in p54_unregister_leds()
/linux/drivers/net/wireless/ath/carl9170/
H A Dled.c68 struct ar9170 *ar = container_of(work, struct ar9170, led_work.work); in carl9170_led_update()
102 &ar->led_work, in carl9170_led_update()
121 ieee80211_queue_delayed_work(ar->hw, &ar->led_work, HZ / 10); in carl9170_led_set_brightness()
161 cancel_delayed_work_sync(&ar->led_work); in carl9170_led_unregister()
168 INIT_DELAYED_WORK(&ar->led_work, carl9170_led_update); in carl9170_led_register()
H A Dcarl9170.h362 struct delayed_work led_work; member
H A Dmain.c435 cancel_delayed_work_sync(&ar->led_work); in carl9170_cancel_worker()
/linux/drivers/media/radio/
H A Dradio-shark.c67 struct work_struct led_work; member
158 container_of(work, struct shark_device, led_work); in shark_led_work()
191 schedule_work(&shark->led_work); in shark_led_set_blue()
203 schedule_work(&shark->led_work); in shark_led_set_blue_pulse()
214 schedule_work(&shark->led_work); in shark_led_set_red()
243 INIT_WORK(&shark->led_work, shark_led_work); in shark_register_leds()
267 cancel_work_sync(&shark->led_work); in shark_unregister_leds()
277 schedule_work(&shark->led_work); in shark_resume_leds()
H A Dradio-shark2.c63 struct work_struct led_work; member
145 container_of(work, struct shark_device, led_work); in shark_led_work()
175 schedule_work(&shark->led_work); in shark_led_set_blue()
186 schedule_work(&shark->led_work); in shark_led_set_red()
209 INIT_WORK(&shark->led_work, shark_led_work); in shark_register_leds()
233 cancel_work_sync(&shark->led_work); in shark_unregister_leds()
243 schedule_work(&shark->led_work); in shark_resume_leds()
/linux/drivers/platform/x86/
H A Dasus-wireless.c28 struct work_struct led_work; member
96 data = container_of(work, struct asus_wireless_data, led_work); in led_state_update()
108 queue_work(data->wq, &data->led_work); in led_state_set()
160 INIT_WORK(&data->led_work, led_state_update); in asus_wireless_add()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_gpio.c230 led_work); in ath9k_led_work()
245 ieee80211_queue_work(priv->hw, &priv->led_work); in ath9k_led_brightness()
255 cancel_work_sync(&priv->led_work); in ath9k_deinit_leds()
299 INIT_WORK(&priv->led_work, ath9k_led_work); in ath9k_init_leds()
H A Dhtc.h524 struct work_struct led_work; member
H A Dhtc_drv_main.c1011 cancel_work_sync(&priv->led_work); in ath9k_htc_stop()
/linux/drivers/hid/
H A Dhid-input.c1830 led_work); in hidinput_led_worker()
1895 schedule_work(&hid->led_work); in hidinput_input_event()
2301 INIT_WORK(&hid->led_work, hidinput_led_worker); in hidinput_connect()
2415 cancel_work_sync(&hid->led_work); in hidinput_disconnect()
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-box-demo.dts60 led_work: led-0 { label
H A Drk3568-evb1-v10.dts61 led_work: led-0 { label
H A Drk3568-odroid-m1.dts71 led_work: led-1 { label
H A Drk3568-9tripod-x3568-v4.dts62 led_work: led-0 { label
/linux/include/linux/
H A Dhid.h659 struct work_struct led_work; /* delayed LED worker */ member
/linux/drivers/usb/core/
H A Dhub.c504 static void led_work(struct work_struct *work) in led_work() function
1968 INIT_DELAYED_WORK(&hub->leds, led_work); in hub_probe()