Symbol: hda_bus
include/sound/hda_codec.h
180
struct hda_bus *bus;
include/sound/hda_codec.h
25
struct hda_bus;
include/sound/hda_codec.h
308
snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
include/sound/hda_codec.h
310
int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
include/sound/hda_codec.h
312
int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card,
include/sound/hda_codec.h
458
int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
include/sound/hda_codec.h
468
int snd_hda_lock_devices(struct hda_bus *bus);
include/sound/hda_codec.h
469
void snd_hda_unlock_devices(struct hda_bus *bus);
include/sound/hda_codec.h
470
void snd_hda_bus_reset(struct hda_bus *bus);
include/sound/hda_codec.h
471
void snd_hda_bus_reset_codecs(struct hda_bus *bus);
include/sound/hda_codec.h
498
void snd_hda_set_power_save(struct hda_bus *bus, int delay);
include/sound/hda_codec.h
540
int snd_hda_load_patch(struct hda_bus *bus, size_t size, const void *buf);
include/sound/hda_codec.h
69
#define to_hda_bus(bus) container_of(bus, struct hda_bus, core)
sound/hda/common/codec.c
1746
int snd_hda_lock_devices(struct hda_bus *bus)
sound/hda/common/codec.c
1780
void snd_hda_unlock_devices(struct hda_bus *bus)
sound/hda/common/codec.c
1801
struct hda_bus *bus = codec->bus;
sound/hda/common/codec.c
2409
struct hda_bus *bus = codec->bus;
sound/hda/common/codec.c
3212
static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type)
sound/hda/common/codec.c
3302
struct hda_bus *bus = codec->bus;
sound/hda/common/codec.c
3424
void snd_hda_set_power_save(struct hda_bus *bus, int delay)
sound/hda/common/codec.c
35
static int call_exec_verb(struct hda_bus *bus, struct hda_codec *codec,
sound/hda/common/codec.c
4011
void snd_hda_bus_reset_codecs(struct hda_bus *bus)
sound/hda/common/codec.c
58
struct hda_bus *bus = codec->bus;
sound/hda/common/codec.c
885
snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
sound/hda/common/codec.c
947
int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
sound/hda/common/codec.c
967
int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card,
sound/hda/common/controller.c
1137
void snd_hda_bus_reset(struct hda_bus *bus)
sound/hda/common/controller.c
1152
struct hda_bus *bus = &chip->bus;
sound/hda/common/controller.c
692
int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
sound/hda/common/controller.c
765
struct hda_bus *hbus = &chip->bus;
sound/hda/common/hda_controller.h
96
struct hda_bus bus;
sound/hda/common/sysfs.c
508
static void parse_codec_mode(char *buf, struct hda_bus *bus,
sound/hda/common/sysfs.c
531
static void parse_pincfg_mode(char *buf, struct hda_bus *bus,
sound/hda/common/sysfs.c
537
static void parse_verb_mode(char *buf, struct hda_bus *bus,
sound/hda/common/sysfs.c
543
static void parse_hint_mode(char *buf, struct hda_bus *bus,
sound/hda/common/sysfs.c
549
static void parse_model_mode(char *buf, struct hda_bus *bus,
sound/hda/common/sysfs.c
556
static void parse_chip_name_mode(char *buf, struct hda_bus *bus,
sound/hda/common/sysfs.c
563
static void parse_##name##_mode(char *buf, struct hda_bus *bus, \
sound/hda/common/sysfs.c
579
void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);
sound/hda/common/sysfs.c
625
static int parse_line_mode(char *buf, struct hda_bus *bus)
sound/hda/common/sysfs.c
683
int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf)
sound/soc/intel/avs/avs.h
133
struct hda_bus base;
sound/soc/intel/avs/core.c
381
struct hda_bus *bus = &adev->base;
sound/soc/sof/intel/hda-codec.c
109
struct hda_bus *hbus = sof_to_hbus(sdev);
sound/soc/sof/intel/hda-codec.c
152
struct hda_bus *hbus = sof_to_hbus(sdev);
sound/soc/sof/intel/hda-codec.c
78
struct hda_bus *hbus = sof_to_hbus(sdev);
sound/soc/sof/intel/hda.c
491
struct hda_bus *hbus;
sound/soc/sof/intel/hda.h
512
struct hda_bus hbus;
sound/soc/sof/intel/hda.h
569
static inline struct hda_bus *sof_to_hbus(struct snd_sof_dev *s)