Lines Matching refs:hda_nid_t
12 typedef u16 hda_nid_t; typedef
45 hda_nid_t afg; /* AFG node id */
46 hda_nid_t mfg; /* MFG node id */
68 hda_nid_t start_nid, end_nid;
105 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid,
109 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
111 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm,
113 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
115 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid,
117 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid,
118 hda_nid_t *conn_list, int max_conns);
119 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid,
120 hda_nid_t *start_id);
131 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm()