Lines Matching refs:hdac_device
18 static void setup_fg_nodes(struct hdac_device *codec);
19 static int get_codec_vendor_name(struct hdac_device *codec);
40 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus,
127 void snd_hdac_device_exit(struct hdac_device *codec)
142 int snd_hdac_device_register(struct hdac_device *codec)
165 void snd_hdac_device_unregister(struct hdac_device *codec)
184 int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name)
207 int snd_hdac_codec_modalias(const struct hdac_device *codec, char *buf, size_t size)
224 static unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid,
256 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd,
275 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
293 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm,
312 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
331 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid,
356 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid,
374 static void setup_fg_nodes(struct hdac_device *codec)
404 int snd_hdac_refresh_widgets(struct hdac_device *codec)
436 static unsigned int get_num_conns(struct hdac_device *codec, hda_nid_t nid)
464 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid,
567 int snd_hdac_power_up(struct hdac_device *codec)
579 int snd_hdac_power_down(struct hdac_device *codec)
599 int snd_hdac_power_up_pm(struct hdac_device *codec)
611 int snd_hdac_keep_power_up(struct hdac_device *codec)
632 int snd_hdac_power_down_pm(struct hdac_device *codec)
674 static int get_codec_vendor_name(struct hdac_device *codec)
789 static unsigned int query_pcm_param(struct hdac_device *codec, hda_nid_t nid)
803 static unsigned int query_stream_param(struct hdac_device *codec, hda_nid_t nid)
827 int snd_hdac_query_supported_pcm(struct hdac_device *codec, hda_nid_t nid,
932 bool snd_hdac_is_supported_format(struct hdac_device *codec, hda_nid_t nid,
989 static unsigned int codec_read(struct hdac_device *hdac, hda_nid_t nid,
1001 static int codec_write(struct hdac_device *hdac, hda_nid_t nid,
1021 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid,
1040 int snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid,
1057 bool snd_hdac_check_power_state(struct hdac_device *hdac,
1079 unsigned int snd_hdac_sync_power_state(struct hdac_device *codec,