Searched refs:func_count (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtmips.h15 .func_count = ARRAY_SIZE(_func) }
20 .func_count = ARRAY_SIZE(_func) }
47 int func_count; member in struct:mtmips_pmx_group
H A Dpinctrl-mtmips.c36 int func_count; member in struct:mtmips_priv
89 return p->func_count;
213 p->func_count += p->groups[i].func_count;
217 p->func_count++;
220 p->func = devm_kcalloc(p->dev, p->func_count,
237 for (j = 0; j < p->groups[i].func_count; j++) {
259 for (i = 0; i < p->func_count; i++) {
288 for (i = 0; i < p->func_count; i++) {
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c530 int func_count; local
545 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions);
548 func_count++;
551 if (func_count != 0) {
552 func_values = (int *)malloc(func_count * sizeof(int));
558 func_count--;
568 cur_func = SLIST_NEXT(cur_func, links), func_count--) {
582 func_values[func_count] = 1;
585 func_values[func_count] = 0;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1271 __le16 func_count; member in struct:qlcnic_pci_info_le
1284 u16 func_count; member in struct:qlcnic_pci_info

Completed in 128 milliseconds