Searched refs:probe_work (Results 1 – 8 of 8) sorted by relevance
| /sound/hda/controllers/ |
| 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()
|
| 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()
|
| A D | intel.h | 17 struct delayed_work probe_work; member
|
| A D | intel.c | 1727 struct hda_intel *hda = container_of(work, struct hda_intel, probe_work.work); in azx_probe_work() 1842 INIT_DELAYED_WORK(&hda->probe_work, azx_probe_work); in azx_create() 2230 schedule_delayed_work(&hda->probe_work, 0); in azx_probe() 2372 schedule_delayed_work(&hda->probe_work, in azx_probe_continue() 2435 cancel_delayed_work_sync(&hda->probe_work); in azx_remove()
|
| /sound/soc/sof/ |
| 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()
|
| A D | sof-priv.h | 585 struct work_struct probe_work; member
|
| /sound/soc/intel/avs/ |
| A D | core.c | 203 struct avs_dev *adev = container_of(work, struct avs_dev, probe_work); in avs_hda_probe_work() 411 INIT_WORK(&adev->probe_work, avs_hda_probe_work); in avs_bus_init() 504 schedule_work(&adev->probe_work); in avs_pci_probe() 529 cancel_work_sync(&adev->probe_work); in avs_pci_shutdown() 551 cancel_work_sync(&adev->probe_work); in avs_pci_remove() 623 flush_work(&adev->probe_work); in avs_suspend_common()
|
| A D | avs.h | 155 struct work_struct probe_work; member
|
Completed in 22 milliseconds