Searched refs:hda_bus (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.h591 struct hda_bus;
604 int (*command)(struct hda_bus *bus, unsigned int cmd);
606 unsigned int (*get_response)(struct hda_bus *bus, unsigned int addr);
608 void (*private_free)(struct hda_bus *);
610 int (*attach_pcm)(struct hda_bus *bus, struct hda_codec *codec,
613 void (*bus_reset)(struct hda_bus *bus);
616 void (*pm_notify)(struct hda_bus *bus);
632 * each controller needs to creata a hda_bus to assign the accessor.
633 * A hda_bus contains several codecs in the list codec_list.
635 struct hda_bus { struct
[all...]
H A Dhda_hwdep.c643 static void parse_codec_mode(char *buf, struct hda_bus *bus,
666 static void parse_pincfg_mode(char *buf, struct hda_bus *bus,
672 static void parse_verb_mode(char *buf, struct hda_bus *bus,
678 static void parse_hint_mode(char *buf, struct hda_bus *bus,
684 static void parse_model_mode(char *buf, struct hda_bus *bus,
691 static void parse_chip_name_mode(char *buf, struct hda_bus *bus,
699 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \
714 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);
731 static int parse_line_mode(char *buf, struct hda_bus *bus)
783 int snd_hda_load_patch(struct hda_bus *bu
[all...]
H A Dhda_intel.c416 struct hda_bus *bus;
514 static int azx_send_cmd(struct hda_bus *bus, unsigned int val);
611 static int azx_corb_send_cmd(struct hda_bus *bus, u32 val)
670 static unsigned int azx_rirb_get_response(struct hda_bus *bus,
797 static int azx_single_send_cmd(struct hda_bus *bus, u32 val)
824 static unsigned int azx_single_get_response(struct hda_bus *bus,
839 static int azx_send_cmd(struct hda_bus *bus, unsigned int val)
851 static unsigned int azx_get_response(struct hda_bus *bus,
862 static void azx_power_notify(struct hda_bus *bus);
1353 static int azx_attach_pcm_stream(struct hda_bus *bu
[all...]
H A Dhda_codec.c197 struct hda_bus *bus = codec->bus;
434 int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex)
463 struct hda_bus *bus = unsol->bus;
484 static int init_unsol_queue(struct hda_bus *bus)
508 static int snd_hda_bus_free(struct hda_bus *bus)
531 struct hda_bus *bus = device->device_data;
539 struct hda_bus *bus = device->device_data;
554 * @temp: the template for hda_bus information
561 struct hda_bus **busp)
563 struct hda_bus *bu
[all...]
H A Dhda_local.h360 struct hda_bus *bus;

Completed in 123 milliseconds