/Linux-v5.10/drivers/net/wireless/st/cw1200/ |
D | main.c | 352 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common() 353 INIT_DELAYED_WORK(&priv->scan.timeout, cw1200_scan_timeout); in cw1200_init_common() 354 INIT_DELAYED_WORK(&priv->clear_recent_scan_work, in cw1200_init_common() 356 INIT_DELAYED_WORK(&priv->join_timeout, cw1200_join_timeout); in cw1200_init_common() 364 INIT_DELAYED_WORK(&priv->bss_loss_work, cw1200_bss_loss_work); in cw1200_init_common() 373 INIT_DELAYED_WORK(&priv->link_id_gc_work, cw1200_link_id_gc_work); in cw1200_init_common()
|
/Linux-v5.10/sound/aoa/core/ |
D | gpio-pmf.c | 87 INIT_DELAYED_WORK(&rt->headphone_notify.work, pmf_handle_notify); in pmf_gpio_init() 88 INIT_DELAYED_WORK(&rt->line_in_notify.work, pmf_handle_notify); in pmf_gpio_init() 89 INIT_DELAYED_WORK(&rt->line_out_notify.work, pmf_handle_notify); in pmf_gpio_init()
|
D | gpio-feature.c | 275 INIT_DELAYED_WORK(&rt->headphone_notify.work, ftr_handle_notify); in ftr_gpio_init() 276 INIT_DELAYED_WORK(&rt->line_in_notify.work, ftr_handle_notify); in ftr_gpio_init() 277 INIT_DELAYED_WORK(&rt->line_out_notify.work, ftr_handle_notify); in ftr_gpio_init()
|
/Linux-v5.10/drivers/greybus/ |
D | svc_watchdog.c | 91 INIT_DELAYED_WORK(&reset_work, greybus_reset); in do_work() 121 INIT_DELAYED_WORK(&watchdog->work, do_work); in gb_svc_watchdog_create()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | init.c | 411 INIT_DELAYED_WORK(&phy->mac_work, mt7615_mac_work); in mt7615_register_ext_phy() 412 INIT_DELAYED_WORK(&phy->scan_work, mt7615_scan_work); in mt7615_register_ext_phy() 462 INIT_DELAYED_WORK(&dev->pm.ps_work, mt7615_pm_power_save_work); in mt7615_init_device() 467 INIT_DELAYED_WORK(&dev->phy.mac_work, mt7615_mac_work); in mt7615_init_device() 468 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7615_scan_work); in mt7615_init_device()
|
/Linux-v5.10/drivers/media/test-drivers/vivid/ |
D | vivid-cec.c | 168 INIT_DELAYED_WORK(&cw->work, vivid_cec_xfer_done_worker); in vivid_cec_xfer_try_worker() 211 INIT_DELAYED_WORK(&cw->work, vivid_cec_xfer_done_worker); in vivid_cec_adap_transmit() 216 INIT_DELAYED_WORK(&cw->work, vivid_cec_xfer_try_worker); in vivid_cec_adap_transmit()
|
/Linux-v5.10/drivers/power/supply/ |
D | pda_power.c | 304 INIT_DELAYED_WORK(&charger_work, charger_work_func); in pda_power_probe() 305 INIT_DELAYED_WORK(&supply_work, supply_work_func); in pda_power_probe() 389 INIT_DELAYED_WORK(&polling_work, polling_work_func); in pda_power_probe()
|
/Linux-v5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | leds.c | 201 INIT_DELAYED_WORK(&priv->led_on, led_turn_on); in rtl8187_leds_init() 202 INIT_DELAYED_WORK(&priv->led_off, led_turn_off); in rtl8187_leds_init()
|
/Linux-v5.10/arch/mips/loongson2ef/lemote-2f/ |
D | pm.c | 124 INIT_DELAYED_WORK(&lid_task, in wakeup_loongson()
|
/Linux-v5.10/sound/soc/codecs/ |
D | rt5682-i2c.c | 249 INIT_DELAYED_WORK(&rt5682->jack_detect_work, in rt5682_i2c_probe() 251 INIT_DELAYED_WORK(&rt5682->jd_check_work, in rt5682_i2c_probe()
|
/Linux-v5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | workqueues.h | 82 #define INIT_DELAYED_WORK(w, f) INIT_WORK(&(w)->work, (f)) macro
|
/Linux-v5.10/drivers/phy/motorola/ |
D | phy-mapphone-mdm6600.c | 565 INIT_DELAYED_WORK(&ddata->bootup_work, in phy_mdm6600_probe() 567 INIT_DELAYED_WORK(&ddata->status_work, phy_mdm6600_status); in phy_mdm6600_probe() 568 INIT_DELAYED_WORK(&ddata->modem_wake_work, phy_mdm6600_modem_wake); in phy_mdm6600_probe()
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_globals.c | 113 INIT_DELAYED_WORK(&park.work, __i915_globals_park); in i915_globals_init()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
D | init.c | 84 INIT_DELAYED_WORK(&fwrt->dump.wks[i].wk, iwl_fw_error_dump_wk); in iwl_fw_runtime_init()
|
/Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_gpio.c | 126 INIT_DELAYED_WORK(&priv->coex_period_work, ath_btcoex_period_work); in ath_htc_init_btcoex_work() 127 INIT_DELAYED_WORK(&priv->duty_cycle_work, ath_btcoex_duty_cycle_work); in ath_htc_init_btcoex_work()
|
/Linux-v5.10/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00link.c | 423 INIT_DELAYED_WORK(&link->work, rt2x00link_tuner); in rt2x00link_register() 424 INIT_DELAYED_WORK(&link->watchdog_work, rt2x00link_watchdog); in rt2x00link_register()
|
/Linux-v5.10/drivers/extcon/ |
D | extcon-gpio.c | 115 INIT_DELAYED_WORK(&data->work, gpio_extcon_work); in gpio_extcon_probe()
|
D | extcon-qcom-spmi-misc.c | 83 INIT_DELAYED_WORK(&info->wq_detcable, qcom_usb_extcon_detect_cable); in qcom_usb_extcon_probe()
|
/Linux-v5.10/drivers/input/misc/ |
D | wm831x-on.c | 86 INIT_DELAYED_WORK(&wm831x_on->work, wm831x_poll_on); in wm831x_on_probe()
|
D | da9052_onkey.c | 93 INIT_DELAYED_WORK(&onkey->work, da9052_onkey_work); in da9052_onkey_probe()
|
D | da9055_onkey.c | 103 INIT_DELAYED_WORK(&onkey->work, da9055_onkey_work); in da9055_onkey_probe()
|
/Linux-v5.10/drivers/hwmon/ |
D | raspberrypi-hwmon.c | 122 INIT_DELAYED_WORK(&data->get_values_poll_work, get_values_poll); in rpi_hwmon_probe()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.c | 627 INIT_DELAYED_WORK(&hdcp_work[i].callback_dwork, event_callback); in hdcp_create_workqueue() 628 INIT_DELAYED_WORK(&hdcp_work[i].watchdog_timer_dwork, event_watchdog_timer); in hdcp_create_workqueue() 629 INIT_DELAYED_WORK(&hdcp_work[i].property_validate_dwork, event_property_validate); in hdcp_create_workqueue()
|
/Linux-v5.10/drivers/i2c/ |
D | i2c-slave-testunit.c | 143 INIT_DELAYED_WORK(&tu->worker, i2c_slave_testunit_work); in i2c_slave_testunit_probe()
|
/Linux-v5.10/drivers/watchdog/ |
D | retu_wdt.c | 130 INIT_DELAYED_WORK(&wdev->ping_work, retu_wdt_ping_work); in retu_wdt_probe()
|