Searched refs:conf_cnt (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/scripts/kconfig/ |
D | conf.c | 46 static int conf_cnt; variable 595 if (!conf_cnt++) in check_conf() 826 conf_cnt = 0; in main() 828 } while (conf_cnt); in main()
|
/linux-6.12.1/sound/soc/ti/ |
D | j721e-evm.c | 849 int link_cnt, conf_cnt, ret, i; in j721e_soc_probe() local 892 conf_cnt = 0; in j721e_soc_probe() 893 ret = j721e_soc_probe_cpb(priv, &link_cnt, &conf_cnt); in j721e_soc_probe() 897 ret = j721e_soc_probe_ivi(priv, &link_cnt, &conf_cnt); in j721e_soc_probe() 905 card->num_configs = conf_cnt; in j721e_soc_probe()
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 941 int egress_cnt = 0, conf_cnt = 0, num_portals = 0, portal_cnt = 0, cpu; in dpaa_fq_setup() local 978 priv->conf_fqs[conf_cnt++] = &fq->fq_base; in dpaa_fq_setup()
|