Home
last modified time | relevance | path

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

/drivers/net/wireless/p54/
Dled.c33 led_work.work); in p54_update_leds()
63 ieee80211_queue_delayed_work(priv->hw, &priv->led_work, in p54_update_leds()
80 ieee80211_queue_delayed_work(priv->hw, &priv->led_work, HZ/10); in p54_led_brightness_set()
122 INIT_DELAYED_WORK(&priv->led_work, p54_update_leds); in p54_init_leds()
160 cancel_delayed_work_sync(&priv->led_work); in p54_unregister_leds()
Dp54.h254 struct delayed_work led_work; member
/drivers/net/wireless/ath/carl9170/
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()
Dcarl9170.h359 struct delayed_work led_work; member
Dmain.c436 cancel_delayed_work_sync(&ar->led_work); in carl9170_cancel_worker()
/drivers/media/radio/
Dradio-shark.c71 struct work_struct led_work; member
162 container_of(work, struct shark_device, led_work); in shark_led_work()
195 schedule_work(&shark->led_work); in shark_led_set_blue()
207 schedule_work(&shark->led_work); in shark_led_set_blue_pulse()
218 schedule_work(&shark->led_work); in shark_led_set_red()
247 INIT_WORK(&shark->led_work, shark_led_work); in shark_register_leds()
271 cancel_work_sync(&shark->led_work); in shark_unregister_leds()
281 schedule_work(&shark->led_work); in shark_resume_leds()
Dradio-shark2.c67 struct work_struct led_work; member
149 container_of(work, struct shark_device, led_work); in shark_led_work()
179 schedule_work(&shark->led_work); in shark_led_set_blue()
190 schedule_work(&shark->led_work); in shark_led_set_red()
213 INIT_WORK(&shark->led_work, shark_led_work); in shark_register_leds()
237 cancel_work_sync(&shark->led_work); in shark_unregister_leds()
247 schedule_work(&shark->led_work); in shark_resume_leds()
/drivers/input/misc/
Dapanel.c64 struct work_struct led_work; member
116 struct apanel *ap = container_of(work, struct apanel, led_work); in led_update()
131 schedule_work(&ap->led_work); in mail_led_set()
239 INIT_WORK(&ap->led_work, led_update); in apanel_probe()
/drivers/net/wireless/ath/ath9k/
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()
297 INIT_WORK(&priv->led_work, ath9k_led_work); in ath9k_init_leds()
Dhtc.h518 struct work_struct led_work; member
Dhtc_drv_main.c1014 cancel_work_sync(&priv->led_work); in ath9k_htc_stop()
/drivers/net/can/sja1000/
Dpeak_pci.c157 struct delayed_work led_work; /* led delayed work */ member
280 container_of(work, struct peak_pciec_card, led_work.work); in peak_pciec_led_work()
319 schedule_delayed_work(&card->led_work, HZ); in peak_pciec_led_work()
346 schedule_delayed_work(&card->led_work, HZ); in peak_pciec_start_led_work()
354 cancel_delayed_work_sync(&card->led_work); in peak_pciec_stop_led_work()
488 INIT_DELAYED_WORK(&card->led_work, peak_pciec_led_work); in peak_pciec_probe()
/drivers/leds/
Dleds-regulator.c126 static void led_work(struct work_struct *work) in led_work() function
184 INIT_WORK(&led->work, led_work); in regulator_led_probe()
Dleds-wm8350.c141 static void led_work(struct work_struct *work) in led_work() function
255 INIT_WORK(&led->work, led_work); in wm8350_led_probe()
Dleds-blinkm.c442 static void led_work(struct work_struct *work) in led_work() function
522 INIT_WORK(&bl_work->work, led_work); in blinkm_led_common_set()
/drivers/mmc/host/
Drtsx_usb_sdmmc.c66 struct work_struct led_work; member
1303 schedule_work(&host->led_work); in rtsx_usb_led_control()
1309 container_of(work, struct rtsx_usb_sdmmc, led_work); in rtsx_usb_update_led()
1391 INIT_WORK(&host->led_work, rtsx_usb_update_led); in rtsx_usb_sdmmc_drv_probe()
1425 cancel_work_sync(&host->led_work); in rtsx_usb_sdmmc_drv_remove()
/drivers/hid/
Dhid-input.c1345 led_work); in hidinput_led_worker()
1410 schedule_work(&hid->led_work); in hidinput_input_event()
1564 INIT_WORK(&hid->led_work, hidinput_led_worker); in hidinput_connect()
1673 cancel_work_sync(&hid->led_work); in hidinput_disconnect()
/drivers/usb/core/
Dhub.c458 static void led_work(struct work_struct *work) in led_work() function
1789 INIT_DELAYED_WORK(&hub->leds, led_work); in hub_probe()