Home
last modified time | relevance | path

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

/linux/sound/hda/controllers/
H A Dcix-ipbloq.c68 to_hda_bus(bus)->bus_probing = 1; in cix_ipbloq_hda_probe_codec()
91 to_hda_bus(bus)->bus_probing = 0; in cix_ipbloq_hda_probe_codec()
H A Dintel.c2372 to_hda_bus(bus)->bus_probing = 1; in azx_probe_continue()
2458 to_hda_bus(bus)->bus_probing = 0; in azx_probe_continue()
/linux/sound/hda/common/
H A Dbind.c130 if (!codec->bus->bus_probing && codec->card->registered) { in hda_codec_driver_probe()
/linux/include/sound/
H A Dhda_codec.h58 unsigned int bus_probing :1; /* during probing process */ member