Lines Matching refs:bus
41 struct hdac_bus *bus; member
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,
202 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev,
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,
217 set_bit(codec->addr, &codec->bus->codec_powered); in snd_hdac_codec_link_up()
222 clear_bit(codec->addr, &codec->bus->codec_powered); in snd_hdac_codec_link_down()