Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intersil/p54/
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()
A Dp54.h251 struct delayed_work led_work; member
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
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()
A Dcarl9170.h362 struct delayed_work led_work; member
A Dmain.c435 cancel_delayed_work_sync(&ar->led_work); in carl9170_cancel_worker()
/linux-6.3-rc2/drivers/media/radio/
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()
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-6.3-rc2/drivers/platform/x86/
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()
164 INIT_WORK(&data->led_work, led_state_update); in asus_wireless_add()
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
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()
A Dhtc.h524 struct work_struct led_work; member
A Dhtc_drv_main.c1011 cancel_work_sync(&priv->led_work); in ath9k_htc_stop()
/linux-6.3-rc2/drivers/net/can/sja1000/
A Dpeak_pci.c169 struct delayed_work led_work; /* led delayed work */ member
290 container_of(work, struct peak_pciec_card, led_work.work); in peak_pciec_led_work()
329 schedule_delayed_work(&card->led_work, HZ); in peak_pciec_led_work()
352 schedule_delayed_work(&card->led_work, HZ); in peak_pciec_start_led_work()
358 cancel_delayed_work_sync(&card->led_work); in peak_pciec_stop_led_work()
487 INIT_DELAYED_WORK(&card->led_work, peak_pciec_led_work); in peak_pciec_probe()
/linux-6.3-rc2/drivers/mmc/host/
A Drtsx_usb_sdmmc.c55 struct work_struct led_work; member
1272 schedule_work(&host->led_work); in rtsx_usb_led_control()
1278 container_of(work, struct rtsx_usb_sdmmc, led_work); in rtsx_usb_update_led()
1366 INIT_WORK(&host->led_work, rtsx_usb_update_led); in rtsx_usb_sdmmc_drv_probe()
1408 cancel_work_sync(&host->led_work); in rtsx_usb_sdmmc_drv_remove()
/linux-6.3-rc2/arch/arm64/boot/dts/rockchip/
A Drk3566-soquartz-cm4.dts110 &led_work {
A Drk3566-soquartz-blade.dts119 &led_work {
A Drk3566-soquartz-model-a.dts143 &led_work {
A Drk3566-box-demo.dts60 led_work: led-0 { label
A Drk3566-soquartz.dtsi57 led_work: led-work { label
A Drk3568-evb1-v10.dts52 led_work: led-0 { label
A Drk3568-odroid-m1.dts71 led_work: led-1 { label
/linux-6.3-rc2/drivers/hid/
A Dhid-input.c1776 led_work); in hidinput_led_worker()
1841 schedule_work(&hid->led_work); in hidinput_input_event()
2247 INIT_WORK(&hid->led_work, hidinput_led_worker); in hidinput_connect()
2361 cancel_work_sync(&hid->led_work); in hidinput_disconnect()
/linux-6.3-rc2/include/linux/
A Dhid.h594 struct work_struct led_work; /* delayed LED worker */ member
/linux-6.3-rc2/drivers/usb/core/
A Dhub.c481 static void led_work(struct work_struct *work) in led_work() function
1875 INIT_DELAYED_WORK(&hub->leds, led_work); in hub_probe()

Completed in 72 milliseconds