Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/qcom/
Dwcnss_ctrl.c49 struct work_struct probe_work; member
294 struct wcnss_ctrl *wcnss = container_of(work, struct wcnss_ctrl, probe_work); in wcnss_async_probe()
329 INIT_WORK(&wcnss->probe_work, wcnss_async_probe); in wcnss_ctrl_probe()
333 schedule_work(&wcnss->probe_work); in wcnss_ctrl_probe()
342 cancel_work_sync(&wcnss->probe_work); in wcnss_ctrl_remove()
/Linux-v4.19/sound/pci/hda/
Dhda_tegra.c76 struct work_struct probe_work; member
300 cancel_work_sync(&hda->probe_work); in hda_tegra_dev_free()
461 INIT_WORK(&hda->probe_work, hda_tegra_probe_work); in hda_tegra_create()
511 schedule_work(&hda->probe_work); in hda_tegra_probe()
522 struct hda_tegra *hda = container_of(work, struct hda_tegra, probe_work); in hda_tegra_probe_work()
Dhda_intel.h29 struct work_struct probe_work; member
Dhda_intel.c1707 struct hda_intel *hda = container_of(work, struct hda_intel, probe_work); in azx_probe_work()
1817 INIT_WORK(&hda->probe_work, azx_probe_work); in azx_create()
2231 schedule_work(&hda->probe_work); in azx_probe()
2427 cancel_work_sync(&hda->probe_work); in azx_remove()
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dpm.c236 cw1200_suspend_work(&priv->scan.probe_work); in cw1200_wow_suspend()
288 cw1200_resume_work(priv, &priv->scan.probe_work, in cw1200_wow_suspend()
345 cw1200_resume_work(priv, &priv->scan.probe_work, in cw1200_wow_resume()
Dscan.h38 struct delayed_work probe_work; member
Dscan.c360 container_of(work, struct cw1200_common, scan.probe_work.work); in cw1200_probe_work()
393 queue_delayed_work(priv->workqueue, &priv->scan.probe_work, in cw1200_probe_work()
Dmain.c350 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common()
Dwsm.c1553 &priv->scan.probe_work, 0) <= 0) in wsm_handle_tx_data()
Dsta.c111 cancel_delayed_work_sync(&priv->scan.probe_work); in cw1200_stop()
/Linux-v4.19/sound/soc/intel/skylake/
Dskl.c451 cancel_work_sync(&skl->probe_work); in skl_free()
716 struct skl *skl = container_of(work, struct skl, probe_work); in skl_probe_work()
810 INIT_WORK(&skl->probe_work, skl_probe_work); in skl_create()
950 schedule_work(&skl->probe_work); in skl_probe()
Dskl.h98 struct work_struct probe_work; member
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_comms.c60 static DECLARE_WORK(probe_work, xenbus_probe);
67 schedule_work(&probe_work); in wake_waiting()