Lines Matching defs:func
219 .func = FUNC, \
1028 (data->pin == pin) && (data->func == mux))
2700 data[cnt].func);
3038 grp->data[j].func = be32_to_cpu(*list++);
3061 struct rockchip_pmx_func *func;
3069 func = &info->functions[index];
3072 func->name = np->name;
3073 func->ngroups = of_get_child_count(np);
3074 if (func->ngroups <= 0)
3077 func->groups = devm_kcalloc(dev, func->ngroups, sizeof(*func->groups), GFP_KERNEL);
3078 if (!func->groups)
3082 func->groups[i] = child->name;