Searched refs:hda_bus (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_codec.h | 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); [all …]
|
D | hda_sysfs.c | 539 static void parse_codec_mode(char *buf, struct hda_bus *bus, in parse_codec_mode() 562 static void parse_pincfg_mode(char *buf, struct hda_bus *bus, in parse_pincfg_mode() 568 static void parse_verb_mode(char *buf, struct hda_bus *bus, in parse_verb_mode() 574 static void parse_hint_mode(char *buf, struct hda_bus *bus, in parse_hint_mode() 580 static void parse_model_mode(char *buf, struct hda_bus *bus, in parse_model_mode() 587 static void parse_chip_name_mode(char *buf, struct hda_bus *bus, in parse_chip_name_mode() 594 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \ 610 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc); 656 static int parse_line_mode(char *buf, struct hda_bus *bus) in parse_line_mode() 714 int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf) in snd_hda_load_patch()
|
D | hda_controller.h | 108 struct hda_bus bus;
|
D | hda_controller.c | 524 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream() 593 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response() 999 void snd_hda_bus_reset(struct hda_bus *bus) in snd_hda_bus_reset() 1036 struct hda_bus *bus = &chip->bus; in azx_bus_init()
|
D | hda_codec.c | 63 struct hda_bus *bus = codec->bus; in codec_exec_verb() 801 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_new() 1622 int snd_hda_lock_devices(struct hda_bus *bus) in snd_hda_lock_devices() 1659 void snd_hda_unlock_devices(struct hda_bus *bus) in snd_hda_unlock_devices() 1681 struct hda_bus *bus = codec->bus; in snd_hda_codec_reset() 2512 struct hda_bus *bus = codec->bus; in snd_hda_create_dig_out_ctls() 3233 static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type) in get_empty_pcm_device() 3321 struct hda_bus *bus = codec->bus; in snd_hda_codec_build_pcms() 3429 void snd_hda_set_power_save(struct hda_bus *bus, int delay) in snd_hda_set_power_save() 4016 void snd_hda_bus_reset_codecs(struct hda_bus *bus) in snd_hda_bus_reset_codecs()
|