Searched refs:ngroups (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
H A D | pinctrl-rk806.c | 30 unsigned int ngroups; member 116 .ngroups = ARRAY_SIZE(rk806_gpio_groups), 122 .ngroups = ARRAY_SIZE(rk806_gpio_groups), 128 .ngroups = ARRAY_SIZE(rk806_gpio_groups), 134 .ngroups = ARRAY_SIZE(rk806_gpio_groups), 140 .ngroups = ARRAY_SIZE(rk806_gpio_groups), 146 .ngroups = ARRAY_SIZE(rk806_gpio_groups), 344 *num_groups = pci->functions[function].ngroups; in rk806_pinctrl_get_func_groups()
|
H A D | pinctrl-rockchip.h | 449 * @ngroups: number of groups included in @groups. 454 u8 ngroups; member 467 unsigned int ngroups; member
|
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/ |
H A D | pinctrl-rk805.c | 35 unsigned int ngroups;
member 104 .ngroups = ARRAY_SIZE(rk805_gpio_groups),
157 .ngroups = ARRAY_SIZE(rk816_gpio_groups),
163 .ngroups = ARRAY_SIZE(rk816_gpio_groups),
206 .ngroups = ARRAY_SIZE(rk817_gpio_groups),
212 .ngroups = ARRAY_SIZE(rk817_gpio_groups),
218 .ngroups = ARRAY_SIZE(rk817_gpio_groups),
224 .ngroups = ARRAY_SIZE(rk817_gpio_groups),
431 *num_groups = pci->functions[function].ngroups;
in rk805_pinctrl_get_func_groups()
|
H A D | pinctrl-rockchip.h | 247 u8 ngroups; member 260 unsigned int ngroups; member
|
H A D | pinctrl-rockchip.c | 226 for (i = 0; i < info->ngroups; i++) { in pinctrl_name_to_group() 272 return info->ngroups; in rockchip_get_groups_count() 287 if (selector >= info->ngroups) { in rockchip_get_group_pins() 2923 *num_groups = info->functions[selector].ngroups; in rockchip_pmx_get_groups() 3203 info->ngroups += of_get_child_count(child); in rockchip_pinctrl_child_count() 3285 func->ngroups = of_get_child_count(np); in rockchip_pinctrl_parse_functions() 3286 if (func->ngroups <= 0) { in rockchip_pinctrl_parse_functions() 3290 func->groups = devm_kcalloc(info->dev, func->ngroups, sizeof(char *), GFP_KERNEL); in rockchip_pinctrl_parse_functions() 3320 dev_dbg(&pdev->dev, "ngroups = %d\n", info->ngroups); in rockchip_pinctrl_parse_dt() [all...] |
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | pinctrl-rockchip.h | 449 * @ngroups: number of groups included in @groups. 454 u8 ngroups; member 467 unsigned int ngroups; member
|
Completed in 12 milliseconds