Home
last modified time | relevance | path

Searched refs:max_conns (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dhda_codec.h332 hda_nid_t *conn_list, int max_conns);
339 #define snd_hda_get_raw_connections(codec, nid, list, max_conns) \ argument
340 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
Dhda_codec.c230 hda_nid_t *conn_list, int max_conns) in snd_hda_get_connections() argument
236 if (len > max_conns) { in snd_hda_get_connections()
/linux-4.4.14/sound/hda/
Dhdac_device.c472 hda_nid_t *conn_list, int max_conns) in snd_hdac_get_connections() argument
543 if (conns >= max_conns) in snd_hdac_get_connections()
551 if (conns >= max_conns) in snd_hdac_get_connections()
/linux-4.4.14/include/sound/
Dhdaudio.h130 hda_nid_t *conn_list, int max_conns);