Searched refs:led_work (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/drivers/net/wireless/p54/
H A Dled.c33 led_work.work); p54_update_leds()
63 ieee80211_queue_delayed_work(priv->hw, &priv->led_work, p54_update_leds()
80 ieee80211_queue_delayed_work(priv->hw, &priv->led_work, HZ/10); p54_led_brightness_set()
122 INIT_DELAYED_WORK(&priv->led_work, p54_update_leds); p54_init_leds()
160 cancel_delayed_work_sync(&priv->led_work); p54_unregister_leds()
H A Dp54.h254 struct delayed_work led_work; member in struct:p54_common
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dled.c68 struct ar9170 *ar = container_of(work, struct ar9170, led_work.work); carl9170_led_update()
102 &ar->led_work, carl9170_led_update()
121 ieee80211_queue_delayed_work(ar->hw, &ar->led_work, HZ / 10); carl9170_led_set_brightness()
161 cancel_delayed_work_sync(&ar->led_work); carl9170_led_unregister()
168 INIT_DELAYED_WORK(&ar->led_work, carl9170_led_update); carl9170_led_register()
H A Dcarl9170.h359 struct delayed_work led_work; member in struct:ar9170
H A Dmain.c436 cancel_delayed_work_sync(&ar->led_work); carl9170_cancel_worker()
/linux-4.1.27/drivers/media/radio/
H A Dradio-shark2.c67 struct work_struct led_work; member in struct:shark_device
149 container_of(work, struct shark_device, led_work); shark_led_work()
179 schedule_work(&shark->led_work); shark_led_set_blue()
190 schedule_work(&shark->led_work); shark_led_set_red()
213 INIT_WORK(&shark->led_work, shark_led_work); shark_register_leds()
237 cancel_work_sync(&shark->led_work); shark_unregister_leds()
247 schedule_work(&shark->led_work); shark_resume_leds()
H A Dradio-shark.c71 struct work_struct led_work; member in struct:shark_device
162 container_of(work, struct shark_device, led_work); shark_led_work()
195 schedule_work(&shark->led_work); shark_led_set_blue()
207 schedule_work(&shark->led_work); shark_led_set_blue_pulse()
218 schedule_work(&shark->led_work); shark_led_set_red()
247 INIT_WORK(&shark->led_work, shark_led_work); shark_register_leds()
271 cancel_work_sync(&shark->led_work); shark_unregister_leds()
281 schedule_work(&shark->led_work); shark_resume_leds()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_gpio.c230 led_work); ath9k_led_work()
245 ieee80211_queue_work(priv->hw, &priv->led_work); ath9k_led_brightness()
255 cancel_work_sync(&priv->led_work); ath9k_deinit_leds()
297 INIT_WORK(&priv->led_work, ath9k_led_work); ath9k_init_leds()
H A Dhtc.h518 struct work_struct led_work; member in struct:ath9k_htc_priv
H A Dhtc_drv_main.c1007 cancel_work_sync(&priv->led_work); ath9k_htc_stop()
/linux-4.1.27/drivers/input/misc/
H A Dapanel.c64 struct work_struct led_work; member in struct:apanel
116 struct apanel *ap = container_of(work, struct apanel, led_work); led_update()
131 schedule_work(&ap->led_work); mail_led_set()
239 INIT_WORK(&ap->led_work, led_update); apanel_probe()
/linux-4.1.27/drivers/leds/
H A Dleds-regulator.c126 static void led_work(struct work_struct *work) led_work() function
184 INIT_WORK(&led->work, led_work); regulator_led_probe()
H A Dleds-wm8350.c141 static void led_work(struct work_struct *work) led_work() function
255 INIT_WORK(&led->work, led_work); wm8350_led_probe()
H A Dleds-blinkm.c442 static void led_work(struct work_struct *work) led_work() function
522 INIT_WORK(&bl_work->work, led_work); blinkm_led_common_set()
/linux-4.1.27/drivers/net/can/sja1000/
H A Dpeak_pci.c156 struct delayed_work led_work; /* led delayed work */ member in struct:peak_pciec_card
279 container_of(work, struct peak_pciec_card, led_work.work); peak_pciec_led_work()
318 schedule_delayed_work(&card->led_work, HZ); peak_pciec_led_work()
345 schedule_delayed_work(&card->led_work, HZ); peak_pciec_start_led_work()
353 cancel_delayed_work_sync(&card->led_work); peak_pciec_stop_led_work()
487 INIT_DELAYED_WORK(&card->led_work, peak_pciec_led_work); peak_pciec_probe()
/linux-4.1.27/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c66 struct work_struct led_work; member in struct:rtsx_usb_sdmmc
1308 schedule_work(&host->led_work); rtsx_usb_led_control()
1314 container_of(work, struct rtsx_usb_sdmmc, led_work); rtsx_usb_update_led()
1394 INIT_WORK(&host->led_work, rtsx_usb_update_led); rtsx_usb_sdmmc_drv_probe()
1428 cancel_work_sync(&host->led_work); rtsx_usb_sdmmc_drv_remove()
/linux-4.1.27/drivers/hid/
H A Dhid-input.c1246 led_work); hidinput_led_worker()
1310 schedule_work(&hid->led_work); hidinput_input_event()
1460 INIT_WORK(&hid->led_work, hidinput_led_worker); hidinput_connect()
1563 /* led_work is spawned by input_dev callbacks, but doesn't access the hidinput_disconnect()
1565 * know that led_work will never get restarted, so we can cancel it hidinput_disconnect()
1567 cancel_work_sync(&hid->led_work); hidinput_disconnect()
/linux-4.1.27/include/linux/
H A Dhid.h508 struct work_struct led_work; /* delayed LED worker */ member in struct:hid_device
/linux-4.1.27/drivers/usb/core/
H A Dhub.c446 static void led_work (struct work_struct *work) led_work() function
1823 INIT_DELAYED_WORK(&hub->leds, led_work); hub_probe()

Completed in 627 milliseconds