Lines Matching +defs:val +defs:codec

41 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus,  in snd_hdac_device_init()
128 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit()
143 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register()
166 void snd_hdac_device_unregister(struct hdac_device *codec) in snd_hdac_device_unregister()
185 int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name) in snd_hdac_device_set_chip_name()
208 int snd_hdac_codec_modalias(const struct hdac_device *codec, char *buf, size_t size) in snd_hdac_codec_modalias()
225 static unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd()
228 u32 val, addr; in snd_hdac_make_cmd() local
257 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
276 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read()
294 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm()
313 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm_uncached()
316 unsigned int cmd, val; in snd_hdac_read_parm_uncached() local
332 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_override_parm()
333 unsigned int parm, unsigned int val) in snd_hdac_override_parm()
357 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_sub_nodes()
375 static void setup_fg_nodes(struct hdac_device *codec) in setup_fg_nodes()
405 int snd_hdac_refresh_widgets(struct hdac_device *codec) in snd_hdac_refresh_widgets()
437 static unsigned int get_num_conns(struct hdac_device *codec, hda_nid_t nid) in get_num_conns()
465 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_connections()
509 hda_nid_t val, n; in snd_hdac_get_connections() local
568 int snd_hdac_power_up(struct hdac_device *codec) in snd_hdac_power_up()
580 int snd_hdac_power_down(struct hdac_device *codec) in snd_hdac_power_down()
600 int snd_hdac_power_up_pm(struct hdac_device *codec) in snd_hdac_power_up_pm()
612 int snd_hdac_keep_power_up(struct hdac_device *codec) in snd_hdac_keep_power_up()
633 int snd_hdac_power_down_pm(struct hdac_device *codec) in snd_hdac_power_down_pm()
676 static int get_codec_vendor_name(struct hdac_device *codec) in get_codec_vendor_name()
791 unsigned int val = 0; in snd_hdac_stream_format() local
844 unsigned int val = snd_hdac_stream_format(channels, bits, rate); in snd_hdac_spdif_stream_format() local
853 static unsigned int query_pcm_param(struct hdac_device *codec, hda_nid_t nid) in query_pcm_param()
855 unsigned int val = 0; in query_pcm_param() local
867 static unsigned int query_stream_param(struct hdac_device *codec, hda_nid_t nid) in query_stream_param()
892 int snd_hdac_query_supported_pcm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_query_supported_pcm()
896 unsigned int i, val, wcaps; in snd_hdac_query_supported_pcm() local
1001 bool snd_hdac_is_supported_format(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_is_supported_format()
1005 unsigned int val = 0, rate, stream; in snd_hdac_is_supported_format() local
1148 unsigned int snd_hdac_sync_power_state(struct hdac_device *codec, in snd_hdac_sync_power_state()