Home
last modified time | relevance | path

Searched refs:probe_wait (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dhda_intel.h28 struct completion probe_wait; member
Dhda_intel.c1243 wait_for_completion(&hda->probe_wait); in azx_vs_set_state()
1297 wait_for_completion(&hda->probe_wait); in azx_vs_can_switch()
1400 complete_all(&hda->probe_wait); in azx_free()
1775 init_completion(&hda->probe_wait); in azx_create()
2235 complete_all(&hda->probe_wait); in azx_probe()
2401 complete_all(&hda->probe_wait); in azx_probe_continue()
/Linux-v4.19/drivers/nvdimm/
Dnd-core.h28 wait_queue_head_t probe_wait; member
Dbus.c89 wake_up(&nvdimm_bus->probe_wait); in nvdimm_bus_probe_end()
351 init_waitqueue_head(&nvdimm_bus->probe_wait); in nvdimm_bus_register()
837 wait_event(nvdimm_bus->probe_wait, in wait_nvdimm_bus_probe_idle()