| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_main.c | 274 INIT_DELAYED_WORK(&adapter->init_task, idpf_init_task); in idpf_probe() 275 INIT_DELAYED_WORK(&adapter->serv_task, idpf_service_task); in idpf_probe() 276 INIT_DELAYED_WORK(&adapter->mbx_task, idpf_mbx_task); in idpf_probe() 277 INIT_DELAYED_WORK(&adapter->stats_task, idpf_statistics_task); in idpf_probe() 278 INIT_DELAYED_WORK(&adapter->vc_event_task, idpf_vc_event_task); in idpf_probe()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | main.c | 357 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common() 358 INIT_DELAYED_WORK(&priv->scan.timeout, cw1200_scan_timeout); in cw1200_init_common() 359 INIT_DELAYED_WORK(&priv->clear_recent_scan_work, in cw1200_init_common() 361 INIT_DELAYED_WORK(&priv->join_timeout, cw1200_join_timeout); in cw1200_init_common() 369 INIT_DELAYED_WORK(&priv->bss_loss_work, cw1200_bss_loss_work); in cw1200_init_common() 378 INIT_DELAYED_WORK(&priv->link_id_gc_work, cw1200_link_id_gc_work); in cw1200_init_common()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | init.c | 351 INIT_DELAYED_WORK(&dev->pm.ps_work, mt792x_pm_power_save_work); in mt7925_register_device() 352 INIT_DELAYED_WORK(&dev->mlo_pm_work, mt7925_mlo_pm_work); in mt7925_register_device() 359 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt792x_mac_work); in mt7925_register_device() 360 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7925_scan_work); in mt7925_register_device() 361 INIT_DELAYED_WORK(&dev->coredump.work, mt7925_coredump_work); in mt7925_register_device()
|
| /linux/sound/aoa/core/ |
| H A D | gpio-pmf.c | 86 INIT_DELAYED_WORK(&rt->headphone_notify.work, pmf_handle_notify); in pmf_gpio_init() 87 INIT_DELAYED_WORK(&rt->line_in_notify.work, pmf_handle_notify); in pmf_gpio_init() 88 INIT_DELAYED_WORK(&rt->line_out_notify.work, pmf_handle_notify); in pmf_gpio_init()
|
| H A D | gpio-feature.c | 274 INIT_DELAYED_WORK(&rt->headphone_notify.work, ftr_handle_notify); in ftr_gpio_init() 275 INIT_DELAYED_WORK(&rt->line_in_notify.work, ftr_handle_notify); in ftr_gpio_init() 276 INIT_DELAYED_WORK(&rt->line_out_notify.work, ftr_handle_notify); in ftr_gpio_init()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | init.c | 276 INIT_DELAYED_WORK(&dev->pm.ps_work, mt792x_pm_power_save_work); in mt7921_register_device() 285 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt792x_mac_work); in mt7921_register_device() 286 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7921_scan_work); in mt7921_register_device() 287 INIT_DELAYED_WORK(&dev->coredump.work, mt7921_coredump_work); in mt7921_register_device()
|
| /linux/drivers/greybus/ |
| H A 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/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | init.c | 555 INIT_DELAYED_WORK(&mphy->mac_work, mt7615_mac_work); in mt7615_register_ext_phy() 556 INIT_DELAYED_WORK(&phy->scan_work, mt7615_scan_work); in mt7615_register_ext_phy() 623 INIT_DELAYED_WORK(&dev->pm.ps_work, mt7615_pm_power_save_work); in mt7615_init_device() 629 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7615_mac_work); in mt7615_init_device() 630 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7615_scan_work); in mt7615_init_device() 631 INIT_DELAYED_WORK(&dev->coredump.work, mt7615_coredump_work); in mt7615_init_device()
|
| /linux/include/linux/ |
| H A D | devm-helpers.h | 50 INIT_DELAYED_WORK(w, worker); in devm_delayed_work_autocancel()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A 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/drivers/md/dm-pcache/ |
| H A D | cache.c | 162 INIT_DELAYED_WORK(&cache->writeback_work, cache_writeback_fn); in cache_init() 163 INIT_DELAYED_WORK(&cache->gc_work, pcache_cache_gc_fn); in cache_init() 307 INIT_DELAYED_WORK(&kset->flush_work, kset_flush_fn); in cache_init_req_keys()
|
| /linux/net/mac802154/ |
| H A D | main.c | 101 INIT_DELAYED_WORK(&local->scan_work, mac802154_scan_worker); in ieee802154_alloc_hw() 103 INIT_DELAYED_WORK(&local->beacon_work, mac802154_beacon_worker); in ieee802154_alloc_hw()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_timer.c | 51 INIT_DELAYED_WORK(&timer_ctx->work_ctx, work_handler); in adf_timer_start()
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-timestamp.c | 51 INIT_DELAYED_WORK(&priv->timestamp, mcp251xfd_timestamp_work); in mcp251xfd_timestamp_init()
|
| /linux/arch/mips/loongson2ef/lemote-2f/ |
| H A D | pm.c | 124 INIT_DELAYED_WORK(&lid_task, in wakeup_loongson()
|
| /linux/drivers/phy/motorola/ |
| H A D | phy-mapphone-mdm6600.c | 564 INIT_DELAYED_WORK(&ddata->bootup_work, in phy_mdm6600_probe() 566 INIT_DELAYED_WORK(&ddata->status_work, phy_mdm6600_status); in phy_mdm6600_probe() 567 INIT_DELAYED_WORK(&ddata->modem_wake_work, phy_mdm6600_modem_wake); in phy_mdm6600_probe()
|
| /linux/sound/soc/codecs/ |
| H A D | rt5682-i2c.c | 263 INIT_DELAYED_WORK(&rt5682->jack_detect_work, in rt5682_i2c_probe() 265 INIT_DELAYED_WORK(&rt5682->jd_check_work, in rt5682_i2c_probe()
|
| /linux/drivers/auxdisplay/ |
| H A D | seg-led-gpio.c | 46 INIT_DELAYED_WORK(&priv->work, seg_led_update); in seg_led_linedisp_get_map_type()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A 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/drivers/net/wireless/ralink/rt2x00/ |
| H A 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/drivers/gpu/drm/i915/display/ |
| H A D | intel_encoder.c | 24 INIT_DELAYED_WORK(&encoder->link_check_work, intel_encoder_link_check_work_fn); in intel_encoder_link_check_init()
|
| /linux/drivers/gpu/host1x/ |
| H A D | fence.c | 141 INIT_DELAYED_WORK(&fence->timeout_work, do_fence_timeout); in host1x_fence_create()
|
| /linux/kernel/module/ |
| H A D | dups.c | 134 INIT_DELAYED_WORK(&new_kmod_req->delete_work, kmod_dup_request_delete); in kmod_dup_request_exists_wait()
|
| /linux/drivers/input/misc/ |
| H A D | da9052_onkey.c | 93 INIT_DELAYED_WORK(&onkey->work, da9052_onkey_work); in da9052_onkey_probe()
|
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-input-events.c | 138 INIT_DELAYED_WORK(&input_events_data.work, led_input_events_work); in input_events_init()
|