Searched refs:num_func (Results 1 – 2 of 2) sorted by relevance
63 return info->num_func; in mscc_get_functions_count()146 for (f = 0; f < info->num_func; f++) { in mscc_create_group_func_map()254 int mscc_pinctrl_probe(struct udevice *dev, int num_func, in mscc_pinctrl_probe() argument266 priv->func = devm_kzalloc(dev, num_func * sizeof(struct mscc_pmx_func), in mscc_pinctrl_probe()268 priv->num_func = num_func; in mscc_pinctrl_probe()
53 int num_func; member60 int mscc_pinctrl_probe(struct udevice *dev, int num_func,
Completed in 9 milliseconds