Lines Matching refs:hda_bus
38 struct hda_bus;
50 struct hda_bus { struct
77 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core)
184 struct hda_bus *bus;
304 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
364 snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex) in snd_hda_queue_unsol_event()
451 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
461 int snd_hda_lock_devices(struct hda_bus *bus);
462 void snd_hda_unlock_devices(struct hda_bus *bus);
463 void snd_hda_bus_reset(struct hda_bus *bus);
464 void snd_hda_bus_reset_codecs(struct hda_bus *bus);
491 void snd_hda_set_power_save(struct hda_bus *bus, int delay);
494 static inline void snd_hda_set_power_save(struct hda_bus *bus, int delay) {} in snd_hda_set_power_save()
501 int snd_hda_load_patch(struct hda_bus *bus, size_t size, const void *buf);