Lines Matching refs:hdac_bus
14 struct hdac_bus;
41 struct hdac_bus *bus;
97 int snd_hdac_device_init(struct hdac_device *dev, struct hdac_bus *bus,
168 int (*command)(struct hdac_bus *bus, unsigned int cmd);
170 int (*get_response)(struct hdac_bus *bus, unsigned int addr,
176 struct hdac_bus { struct
202 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, argument
204 void snd_hdac_bus_exit(struct hdac_bus *bus);
205 int snd_hdac_bus_exec_verb(struct hdac_bus *bus, unsigned int addr,
207 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr,
209 void snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex);
211 int snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec);
212 void snd_hdac_bus_remove_device(struct hdac_bus *bus,