Searched refs:max_conns (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/hda/ |
D | hdac_device.c | 404 hda_nid_t *conn_list, int max_conns) in snd_hdac_get_connections() argument 475 if (conns >= max_conns) in snd_hdac_get_connections() 483 if (conns >= max_conns) in snd_hdac_get_connections()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.h | 350 hda_nid_t *conn_list, int max_conns); 357 #define snd_hda_get_raw_connections(codec, nid, list, max_conns) \ argument 358 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
|
D | hda_codec.c | 344 hda_nid_t *conn_list, int max_conns) in snd_hda_get_connections() argument 350 if (len > max_conns) { in snd_hda_get_connections()
|
/linux-4.1.27/include/sound/ |
D | hdaudio.h | 118 hda_nid_t *conn_list, int max_conns);
|