Searched refs:conf_cnt (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/scripts/kconfig/ |
D | conf.c | 45 static int conf_cnt; variable 655 if (!conf_cnt++) in check_conf() 884 conf_cnt = 0; in main() 886 } while (conf_cnt); in main()
|
/Linux-v6.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-v6.1/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 922 int egress_cnt = 0, conf_cnt = 0, num_portals = 0, portal_cnt = 0, cpu; in dpaa_fq_setup() local 959 priv->conf_fqs[conf_cnt++] = &fq->fq_base; in dpaa_fq_setup()
|