Lines Matching defs:func
124 * registers. if used chips own cal_drv func instead to calculate
306 .func = FUNC, \
347 * @func: the min pin.
355 u8 func;
388 unsigned int func;
1057 (data->pin == pin) && (data->func == mux))
2304 data[cnt].func);
2653 grp->data[j].func = be32_to_cpu(*list++);
2675 struct rockchip_pmx_func *func;
2683 func = &info->functions[index];
2686 func->name = np->name;
2687 func->ngroups = of_get_child_count(np);
2688 if (func->ngroups <= 0)
2691 func->groups = devm_kcalloc(info->dev,
2692 func->ngroups, sizeof(char *), GFP_KERNEL);
2693 if (!func->groups)
2697 func->groups[i] = child->name;