Home
last modified time | relevance | path

Searched refs:probe_work (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/soc/qcom/ !
Dwcnss_ctrl.c41 struct work_struct probe_work; member
293 struct wcnss_ctrl *wcnss = container_of(work, struct wcnss_ctrl, probe_work); in wcnss_async_probe()
328 INIT_WORK(&wcnss->probe_work, wcnss_async_probe); in wcnss_ctrl_probe()
332 schedule_work(&wcnss->probe_work); in wcnss_ctrl_probe()
341 cancel_work_sync(&wcnss->probe_work); in wcnss_ctrl_remove()
/linux-6.1.9/sound/soc/sof/ !
Dcore.c336 container_of(work, struct snd_sof_dev, probe_work); in sof_probe_work()
415 INIT_WORK(&sdev->probe_work, sof_probe_work); in snd_sof_device_probe()
416 schedule_work(&sdev->probe_work); in snd_sof_device_probe()
439 cancel_work_sync(&sdev->probe_work); in snd_sof_device_remove()
480 cancel_work_sync(&sdev->probe_work); in snd_sof_device_shutdown()
Dsof-priv.h510 struct work_struct probe_work; member
/linux-6.1.9/sound/pci/hda/ !
Dhda_tegra.c84 struct work_struct probe_work; member
228 cancel_work_sync(&hda->probe_work); in hda_tegra_dev_free()
431 INIT_WORK(&hda->probe_work, hda_tegra_probe_work); in hda_tegra_create()
541 schedule_work(&hda->probe_work); in hda_tegra_probe()
552 struct hda_tegra *hda = container_of(work, struct hda_tegra, probe_work); in hda_tegra_probe_work()
Dhda_intel.h17 struct delayed_work probe_work; member
Dhda_intel.c1725 struct hda_intel *hda = container_of(work, struct hda_intel, probe_work.work); in azx_probe_work()
1830 INIT_DELAYED_WORK(&hda->probe_work, azx_probe_work); in azx_create()
2148 schedule_delayed_work(&hda->probe_work, 0); in azx_probe()
2307 schedule_delayed_work(&hda->probe_work, in azx_probe_continue()
2370 cancel_delayed_work_sync(&hda->probe_work); in azx_remove()
/linux-6.1.9/drivers/net/wireless/st/cw1200/ !
Dpm.c233 cw1200_suspend_work(&priv->scan.probe_work); in cw1200_wow_suspend()
285 cw1200_resume_work(priv, &priv->scan.probe_work, in cw1200_wow_suspend()
342 cw1200_resume_work(priv, &priv->scan.probe_work, in cw1200_wow_resume()
Dscan.h35 struct delayed_work probe_work; member
Dscan.c355 container_of(work, struct cw1200_common, scan.probe_work.work); in cw1200_probe_work()
388 queue_delayed_work(priv->workqueue, &priv->scan.probe_work, in cw1200_probe_work()
Dmain.c352 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common()
Dwsm.c1548 &priv->scan.probe_work, 0) <= 0) in wsm_handle_tx_data()
Dsta.c108 cancel_delayed_work_sync(&priv->scan.probe_work); in cw1200_stop()
/linux-6.1.9/sound/soc/intel/avs/ !
Dcore.c183 struct avs_dev *adev = container_of(work, struct avs_dev, probe_work); in avs_hda_probe_work()
382 INIT_WORK(&adev->probe_work, avs_hda_probe_work); in avs_bus_init()
463 schedule_work(&adev->probe_work); in avs_pci_probe()
485 cancel_work_sync(&adev->probe_work); in avs_pci_remove()
542 flush_work(&adev->probe_work); in avs_suspend_common()
Davs.h132 struct work_struct probe_work; member
/linux-6.1.9/sound/soc/intel/skylake/ !
Dskl.c814 struct skl_dev *skl = container_of(work, struct skl_dev, probe_work); in skl_probe_work()
911 INIT_WORK(&skl->probe_work, skl_probe_work); in skl_create()
1087 schedule_work(&skl->probe_work); in skl_probe()
1136 cancel_work_sync(&skl->probe_work); in skl_remove()
Dskl.h81 struct work_struct probe_work; member