Searched refs:conf_cnt (Results 1 – 3 of 3) sorted by relevance
/linux/scripts/kconfig/ |
A D | conf.c | 44 static int conf_cnt; variable 658 if (!conf_cnt++) in check_conf() 881 conf_cnt = 0; in main() 883 } while (conf_cnt); in main()
|
/linux/sound/soc/ti/ |
A D | j721e-evm.c | 831 int link_cnt, conf_cnt, ret, i; in j721e_soc_probe() local 874 conf_cnt = 0; in j721e_soc_probe() 875 ret = j721e_soc_probe_cpb(priv, &link_cnt, &conf_cnt); in j721e_soc_probe() 879 ret = j721e_soc_probe_ivi(priv, &link_cnt, &conf_cnt); in j721e_soc_probe() 887 card->num_configs = conf_cnt; in j721e_soc_probe()
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
A D | dpaa_eth.c | 917 int egress_cnt = 0, conf_cnt = 0, num_portals = 0, portal_cnt = 0, cpu; in dpaa_fq_setup() local 954 priv->conf_fqs[conf_cnt++] = &fq->fq_base; in dpaa_fq_setup()
|
Completed in 11 milliseconds