Searched refs:probe_work (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/soc/qcom/ |
| H A D | wcnss_ctrl.c | 43 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/sound/hda/controllers/ |
| H A D | acpi.c | 19 struct work_struct probe_work; member 53 cancel_work_sync(&hda->probe_work); in hda_acpi_dev_free() 153 struct hda_acpi *hda = container_of(work, struct hda_acpi, probe_work); in hda_acpi_probe_work() 234 INIT_WORK(&hda->probe_work, hda_acpi_probe_work); in hda_acpi_probe() 243 schedule_work(&hda->probe_work); in hda_acpi_probe()
|
| H A D | tegra.c | 89 struct work_struct probe_work; member 233 cancel_work_sync(&hda->probe_work); in hda_tegra_dev_free() 436 INIT_WORK(&hda->probe_work, hda_tegra_probe_work); in hda_tegra_create() 579 schedule_work(&hda->probe_work); in hda_tegra_probe() 590 struct hda_tegra *hda = container_of(work, struct hda_tegra, probe_work); in hda_tegra_probe_work()
|
| H A D | intel.h | 17 struct delayed_work probe_work; member
|
| H A D | intel.c | 1725 struct hda_intel *hda = container_of(work, struct hda_intel, probe_work.work); in azx_probe_work() 1840 INIT_DELAYED_WORK(&hda->probe_work, azx_probe_work); in azx_create() 2229 schedule_delayed_work(&hda->probe_work, 0); in azx_probe() 2371 schedule_delayed_work(&hda->probe_work, in azx_probe_continue() 2434 cancel_delayed_work_sync(&hda->probe_work); in azx_remove()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | pm.c | 233 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()
|
| H A D | scan.h | 35 struct delayed_work probe_work; member
|
| H A D | scan.c | 355 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()
|
| H A D | main.c | 357 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common()
|
| H A D | wsm.c | 1548 &priv->scan.probe_work, 0) <= 0) in wsm_handle_tx_data()
|
| H A D | sta.c | 108 cancel_delayed_work_sync(&priv->scan.probe_work); in cw1200_stop()
|
| /linux/sound/soc/sof/ |
| H A D | core.c | 599 container_of(work, struct snd_sof_dev, probe_work); in sof_probe_work() 714 INIT_WORK(&sdev->probe_work, sof_probe_work); in snd_sof_device_probe() 715 schedule_work(&sdev->probe_work); in snd_sof_device_probe() 739 aborted = cancel_work_sync(&sdev->probe_work); in snd_sof_device_remove() 794 cancel_work_sync(&sdev->probe_work); in snd_sof_device_shutdown()
|