Lines Matching refs:hda_nid_t
23 typedef u16 hda_nid_t; typedef
58 hda_nid_t afg; /* AFG node id */
59 hda_nid_t mfg; /* MFG node id */
81 hda_nid_t start_nid, end_nid;
130 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
132 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm,
134 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
136 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid,
138 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid,
139 hda_nid_t *conn_list, int max_conns);
140 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid,
141 hda_nid_t *start_id);
147 int snd_hdac_query_supported_pcm(struct hdac_device *codec, hda_nid_t nid,
149 bool snd_hdac_is_supported_format(struct hdac_device *codec, hda_nid_t nid,
152 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid,
154 int snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid,
157 hda_nid_t nid, unsigned int target_state);
159 hda_nid_t nid, unsigned int target_state);
169 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm()