Searched refs:max_conns (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/sound/ |
D | hda_codec.h | 332 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)
|
D | hdaudio.h | 134 hda_nid_t *conn_list, int max_conns);
|
/Linux-v5.4/sound/hda/ |
D | hdac_device.c | 458 hda_nid_t *conn_list, int max_conns) in snd_hdac_get_connections() argument 529 if (conns >= max_conns) in snd_hdac_get_connections() 537 if (conns >= max_conns) in snd_hdac_get_connections()
|
/Linux-v5.4/sound/pci/hda/ |
D | hda_codec.c | 208 hda_nid_t *conn_list, int max_conns) in snd_hda_get_connections() argument 214 if (len > max_conns) { in snd_hda_get_connections()
|