max_conns         332 include/sound/hda_codec.h 			    hda_nid_t *conn_list, int max_conns);
max_conns         339 include/sound/hda_codec.h #define snd_hda_get_raw_connections(codec, nid, list, max_conns) \
max_conns         340 include/sound/hda_codec.h 	snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
max_conns         136 include/sound/hdaudio.h 			     hda_nid_t *conn_list, int max_conns);
max_conns         459 sound/hda/hdac_device.c 			     hda_nid_t *conn_list, int max_conns)
max_conns         530 sound/hda/hdac_device.c 					if (conns >= max_conns)
max_conns         538 sound/hda/hdac_device.c 				if (conns >= max_conns)
max_conns         208 sound/pci/hda/hda_codec.c 			    hda_nid_t *conn_list, int max_conns)
max_conns         214 sound/pci/hda/hda_codec.c 		if (len > max_conns) {