Lines Matching refs:core
76 struct hdac_bus core; member
124 struct hdac_driver core; member
209 struct hdac_device core; member
319 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev)
320 #define hda_codec_dev(_dev) (&(_dev)->core.dev)
323 list_for_each_entry(c, &(bus)->core.codec_list, core.list)
346 snd_hdac_read_parm(&(codec)->core, nid, param)
348 snd_hdac_get_sub_nodes(&(codec)->core, nid, start_nid)
358 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
360 snd_hdac_get_connections(&(codec)->core, nid, NULL, 0);
386 snd_hdac_bus_queue_event(&bus->core, res, res_ex); in snd_hda_queue_unsol_event()
394 return snd_hdac_regmap_write(&codec->core, nid, verb, parm); in snd_hda_codec_write_cache()
510 #define snd_hda_power_up(codec) snd_hdac_power_up(&(codec)->core)
511 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core)
512 #define snd_hda_power_down(codec) snd_hdac_power_down(&(codec)->core)
513 #define snd_hda_power_down_pm(codec) snd_hdac_power_down_pm(&(codec)->core)