Home
last modified time | relevance | path

Searched refs:num_func (Results 1 – 2 of 2) sorted by relevance

/drivers/pinctrl/mscc/
A Dmscc-common.c63 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() argument
266 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()
A Dmscc-common.h53 int num_func; member
60 int mscc_pinctrl_probe(struct udevice *dev, int num_func,

Completed in 9 milliseconds