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);
23 snd_hdac_device_exit(container_of(dev, struct hdac_device, dev)); in default_release()
40 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init()
126 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit()
139 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register()
162 void snd_hdac_device_unregister(struct hdac_device *codec) in snd_hdac_device_unregister()
181 int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name) in snd_hdac_device_set_chip_name()
204 int snd_hdac_codec_modalias(struct hdac_device *codec, char *buf, size_t size) in snd_hdac_codec_modalias()
221 static unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd()
253 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
272 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read()
286 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm()
305 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm_uncached()
324 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_override_parm()
349 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_sub_nodes()
367 static void setup_fg_nodes(struct hdac_device *codec) in setup_fg_nodes()
397 int snd_hdac_refresh_widgets(struct hdac_device *codec) in snd_hdac_refresh_widgets()
429 static unsigned int get_num_conns(struct hdac_device *codec, hda_nid_t nid) in get_num_conns()
457 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_connections()
560 int snd_hdac_power_up(struct hdac_device *codec) in snd_hdac_power_up()
572 int snd_hdac_power_down(struct hdac_device *codec) in snd_hdac_power_down()
592 int snd_hdac_power_up_pm(struct hdac_device *codec) in snd_hdac_power_up_pm()
604 int snd_hdac_keep_power_up(struct hdac_device *codec) in snd_hdac_keep_power_up()
625 int snd_hdac_power_down_pm(struct hdac_device *codec) in snd_hdac_power_down_pm()
665 static int get_codec_vendor_name(struct hdac_device *codec) in get_codec_vendor_name()
780 static unsigned int query_pcm_param(struct hdac_device *codec, hda_nid_t nid) in query_pcm_param()
794 static unsigned int query_stream_param(struct hdac_device *codec, hda_nid_t nid) in query_stream_param()
818 int snd_hdac_query_supported_pcm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_query_supported_pcm()
923 bool snd_hdac_is_supported_format(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_is_supported_format()
980 static unsigned int codec_read(struct hdac_device *hdac, hda_nid_t nid, in codec_read()
992 static int codec_write(struct hdac_device *hdac, hda_nid_t nid, in codec_write()
1012 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_read()
1031 int snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_write()
1048 bool snd_hdac_check_power_state(struct hdac_device *hdac, in snd_hdac_check_power_state()
1070 unsigned int snd_hdac_sync_power_state(struct hdac_device *codec, in snd_hdac_sync_power_state()