Home
last modified time | relevance | path

Searched refs:bus_probing (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/pci/hda/
Dhda_bind.c129 if (!codec->bus->bus_probing && codec->card->registered) { in hda_codec_driver_probe()
Dhda_intel.c2239 to_hda_bus(bus)->bus_probing = 1; in azx_probe_continue()
2343 to_hda_bus(bus)->bus_probing = 0; in azx_probe_continue()
/linux-6.1.9/include/sound/
Dhda_codec.h60 unsigned int bus_probing :1; /* during probing process */ member