Home
last modified time | relevance | path

Searched refs:hdac_bus (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/sound/
Dhdaudio.h14 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,
[all …]
/linux-4.1.27/sound/hda/
Dhdac_bus.c20 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, in snd_hdac_bus_init()
37 void snd_hdac_bus_exit(struct hdac_bus *bus) in snd_hdac_bus_exit()
52 int snd_hdac_bus_exec_verb(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_exec_verb()
72 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_exec_verb_unlocked()
113 void snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex) in snd_hdac_bus_queue_event()
137 struct hdac_bus *bus = container_of(work, struct hdac_bus, unsol_work); in process_unsol_events()
159 int snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec) in snd_hdac_bus_add_device()
175 void snd_hdac_bus_remove_device(struct hdac_bus *bus, in snd_hdac_bus_remove_device()
Dtrace.h15 struct hdac_bus;
19 TP_PROTO(struct hdac_bus *bus, unsigned int cmd),
31 TP_PROTO(struct hdac_bus *bus, unsigned int addr, unsigned int res),
43 TP_PROTO(struct hdac_bus *bus, u32 res, u32 res_ex),
DMakefile1 snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
Dhdac_device.c37 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init()
/linux-4.1.27/sound/pci/hda/
Dhda_codec.h76 struct hdac_bus core;
Dhda_codec.c513 static int _hda_bus_command(struct hdac_bus *_bus, unsigned int cmd) in _hda_bus_command()
519 static int _hda_bus_get_response(struct hdac_bus *_bus, unsigned int addr, in _hda_bus_get_response()