Home
last modified time | relevance | path

Searched refs:INIT_DELAYED_WORK (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7921/
Dinit.c195 INIT_DELAYED_WORK(&dev->pm.ps_work, mt792x_pm_power_save_work); in mt7921_register_device()
203 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt792x_mac_work); in mt7921_register_device()
204 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7921_scan_work); in mt7921_register_device()
205 INIT_DELAYED_WORK(&dev->coredump.work, mt7921_coredump_work); in mt7921_register_device()
/linux-6.6.21/drivers/net/wireless/st/cw1200/
Dmain.c353 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common()
354 INIT_DELAYED_WORK(&priv->scan.timeout, cw1200_scan_timeout); in cw1200_init_common()
355 INIT_DELAYED_WORK(&priv->clear_recent_scan_work, in cw1200_init_common()
357 INIT_DELAYED_WORK(&priv->join_timeout, cw1200_join_timeout); in cw1200_init_common()
365 INIT_DELAYED_WORK(&priv->bss_loss_work, cw1200_bss_loss_work); in cw1200_init_common()
374 INIT_DELAYED_WORK(&priv->link_id_gc_work, cw1200_link_id_gc_work); in cw1200_init_common()
/linux-6.6.21/sound/aoa/core/
Dgpio-pmf.c87 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()
Dgpio-feature.c275 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-6.6.21/drivers/greybus/
Dsvc_watchdog.c91 INIT_DELAYED_WORK(&reset_work, greybus_reset); in do_work()
121 INIT_DELAYED_WORK(&watchdog->work, do_work); in gb_svc_watchdog_create()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7615/
Dinit.c555 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()
620 INIT_DELAYED_WORK(&dev->pm.ps_work, mt7615_pm_power_save_work); in mt7615_init_device()
626 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7615_mac_work); in mt7615_init_device()
627 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7615_scan_work); in mt7615_init_device()
628 INIT_DELAYED_WORK(&dev->coredump.work, mt7615_coredump_work); in mt7615_init_device()
/linux-6.6.21/include/linux/
Ddevm-helpers.h50 INIT_DELAYED_WORK(w, worker); in devm_delayed_work_autocancel()
/linux-6.6.21/drivers/net/wireless/realtek/rtl818x/rtl8187/
Dleds.c201 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-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_gen4_timer.c50 INIT_DELAYED_WORK(&timer_ctx->work_ctx, work_handler); in adf_gen4_timer_start()
/linux-6.6.21/net/mac802154/
Dmain.c101 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-6.6.21/arch/mips/loongson2ef/lemote-2f/
Dpm.c124 INIT_DELAYED_WORK(&lid_task, in wakeup_loongson()
/linux-6.6.21/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-timestamp.c63 INIT_DELAYED_WORK(&priv->timestamp, mcp251xfd_timestamp_work); in mcp251xfd_timestamp_init()
/linux-6.6.21/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c566 INIT_DELAYED_WORK(&ddata->bootup_work, in phy_mdm6600_probe()
568 INIT_DELAYED_WORK(&ddata->status_work, phy_mdm6600_status); in phy_mdm6600_probe()
569 INIT_DELAYED_WORK(&ddata->modem_wake_work, phy_mdm6600_modem_wake); in phy_mdm6600_probe()
/linux-6.6.21/sound/soc/codecs/
Drt5682-i2c.c257 INIT_DELAYED_WORK(&rt5682->jack_detect_work, in rt5682_i2c_probe()
259 INIT_DELAYED_WORK(&rt5682->jd_check_work, in rt5682_i2c_probe()
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dhtc_drv_gpio.c126 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-6.6.21/drivers/net/wireless/ralink/rt2x00/
Drt2x00link.c423 INIT_DELAYED_WORK(&link->work, rt2x00link_tuner); in rt2x00link_register()
424 INIT_DELAYED_WORK(&link->watchdog_work, rt2x00link_watchdog); in rt2x00link_register()
/linux-6.6.21/drivers/gpu/host1x/
Dfence.c141 INIT_DELAYED_WORK(&fence->timeout_work, do_fence_timeout); in host1x_fence_create()
/linux-6.6.21/kernel/module/
Ddups.c135 INIT_DELAYED_WORK(&new_kmod_req->delete_work, kmod_dup_request_delete); in kmod_dup_request_exists_wait()
/linux-6.6.21/drivers/input/misc/
Dda9052_onkey.c93 INIT_DELAYED_WORK(&onkey->work, da9052_onkey_work); in da9052_onkey_probe()
Dwm831x-on.c86 INIT_DELAYED_WORK(&wm831x_on->work, wm831x_poll_on); in wm831x_on_probe()
Dda9055_onkey.c103 INIT_DELAYED_WORK(&onkey->work, da9055_onkey_work); in da9055_onkey_probe()
/linux-6.6.21/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_init.c117 INIT_DELAYED_WORK(&cl_data->work, amd_sfh_work); in amd_sfh1_1_hid_client_init()
118 INIT_DELAYED_WORK(&cl_data->work_buffer, amd_sfh_work_buffer); in amd_sfh1_1_hid_client_init()
/linux-6.6.21/drivers/media/usb/dvb-usb/
Ddvb-usb-remote.c230 INIT_DELAYED_WORK(&d->rc_query_work, legacy_dvb_usb_read_remote_control); in legacy_dvb_usb_remote_init()
302 INIT_DELAYED_WORK(&d->rc_query_work, dvb_usb_read_remote_control); in rc_core_dvb_usb_remote_init()
/linux-6.6.21/drivers/leds/trigger/
Dledtrig-tty.c158 INIT_DELAYED_WORK(&trigger_data->dwork, ledtrig_tty_work); in ledtrig_tty_activate()
/linux-6.6.21/drivers/i2c/
Di2c-slave-testunit.c151 INIT_DELAYED_WORK(&tu->worker, i2c_slave_testunit_work); in i2c_slave_testunit_probe()

12345678910>>...33