Lines Matching refs:core
51 struct hdac_bus core; member
77 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core)
98 struct hdac_driver core; member
183 struct hdac_device core; member
292 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev)
293 #define hda_codec_dev(_dev) (&(_dev)->core.dev)
296 list_for_each_entry(c, &(bus)->core.codec_list, core.list)
317 return snd_hdac_codec_read(&codec->core, nid, flags, verb, parm); in snd_hda_codec_read()
324 return snd_hdac_codec_write(&codec->core, nid, flags, verb, parm); in snd_hda_codec_write()
328 snd_hdac_read_parm(&(codec)->core, nid, param)
330 snd_hdac_get_sub_nodes(&(codec)->core, nid, start_nid)
340 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
342 snd_hdac_get_connections(&(codec)->core, nid, NULL, 0);
366 snd_hdac_bus_queue_event(&bus->core, res, res_ex); in snd_hda_queue_unsol_event()
374 return snd_hdac_regmap_write(&codec->core, nid, verb, parm); in snd_hda_codec_write_cache()
445 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
447 snd_hdac_is_supported_format(&(codec)->core, nid, fmt)
486 #define snd_hda_power_up(codec) snd_hdac_power_up(&(codec)->core)
487 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)
488 #define snd_hda_power_down(codec) snd_hdac_power_down(&(codec)->core)
489 #define snd_hda_power_down_pm(codec) snd_hdac_power_down_pm(&(codec)->core)