Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h338 hda_nid_t *conn_list, int max_conns);
345 #define snd_hda_get_raw_connections(codec, nid, list, max_conns) \ argument
346 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
Dhdaudio.h136 hda_nid_t *conn_list, int max_conns);
/kernel/linux/linux-5.10/sound/hda/
Dhdac_device.c465 hda_nid_t *conn_list, int max_conns) in snd_hdac_get_connections() argument
536 if (conns >= max_conns) in snd_hdac_get_connections()
544 if (conns >= max_conns) in snd_hdac_get_connections()
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_codec.c208 hda_nid_t *conn_list, int max_conns) in snd_hda_get_connections() argument
214 if (len > max_conns) { in snd_hda_get_connections()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
Dlibcxgbi.c340 unsigned int max_conns, struct scsi_host_template *sht, in cxgbi_hbas_add() argument
360 shost->max_id = max_conns - 1; in cxgbi_hbas_add()