Searched refs:conf_cnt (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 45 static int conf_cnt; variable 446 if (!conf_cnt++) in check_conf() 690 conf_cnt = 0; in main() 692 } while (conf_cnt); in main()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 43 static int conf_cnt; variable 439 if (!conf_cnt++) in check_conf() 682 conf_cnt = 0; in main() 684 } while (conf_cnt); in main()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 44 static int conf_cnt; variable 438 if (!conf_cnt++) in check_conf() 681 conf_cnt = 0; in main() 683 } while (conf_cnt && in main()
|
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | j721e-evm.c | 850 int link_cnt, conf_cnt, ret; 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.c | 915 int egress_cnt = 0, conf_cnt = 0, num_portals = 0, portal_cnt = 0, cpu; in dpaa_fq_setup() local 952 priv->conf_fqs[conf_cnt++] = &fq->fq_base; in dpaa_fq_setup()
|