Searched refs:_groups (Results 1 – 25 of 37) sorted by relevance
12
| /Linux-v5.10/drivers/pinctrl/meson/ |
| D | pinctrl-meson.h | 139 .groups = fn ## _groups, \ 140 .num_groups = ARRAY_SIZE(fn ## _groups), \
|
| /Linux-v5.10/drivers/pinctrl/uniphier/ |
| D | pinctrl-uniphier.h | 179 .groups = func##_groups, \ 180 .num_groups = ARRAY_SIZE(func##_groups), \
|
| /Linux-v5.10/drivers/pinctrl/bcm/ |
| D | pinctrl-ns.c | 130 #define NS_FUNCTION(_name, _groups, _chipsets) \ argument 133 .groups = _groups, \ 134 .num_groups = ARRAY_SIZE(_groups), \
|
| /Linux-v5.10/drivers/pinctrl/actions/ |
| D | pinctrl-owl.h | 71 .groups = fname##_groups, \ 72 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| /Linux-v5.10/drivers/pinctrl/nomadik/ |
| D | pinctrl-ab8505.c | 192 static const char * const a##_groups[] = { b }; 216 .groups = fname##_groups, \ 217 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-nomadik-stn8815.c | 327 static const char * const a##_groups[] = { b }; 341 .groups = fname##_groups, \ 342 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-ab8500.c | 304 static const char * const a##_groups[] = { b }; 334 .groups = fname##_groups, \ 335 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-nomadik-db8500.c | 826 static const char * const a##_groups[] = { b }; 911 .groups = fname##_groups, \ 912 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| /Linux-v5.10/drivers/pinctrl/ |
| D | pinctrl-zynq.c | 758 .groups = fname##_groups, \ 759 .ngroups = ARRAY_SIZE(fname##_groups), \ 766 .groups = fname##_groups, \ 767 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-pistachio.c | 495 .groups = pistachio_##_name##_groups, \ 496 .ngroups = ARRAY_SIZE(pistachio_##_name##_groups), \ 502 .groups = pistachio_##_name##_groups, \ 503 .ngroups = ARRAY_SIZE(pistachio_##_name##_groups), \
|
| D | pinctrl-palmas.c | 344 .groups = fname##_groups, \ 345 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| /Linux-v5.10/drivers/pinctrl/qcom/ |
| D | pinctrl-ipq8064.c | 167 .groups = fname##_groups, \ 168 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-apq8064.c | 215 .groups = fname##_groups, \ 216 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-ipq8074.c | 16 .groups = fname##_groups, \ 17 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-mdm9615.c | 201 .groups = fname##_groups, \ 202 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-msm8226.c | 269 .groups = fname##_groups, \ 270 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-ipq6018.c | 16 .groups = fname##_groups, \ 17 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-ipq4019.c | 222 .groups = fname##_groups, \ 223 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-apq8084.c | 330 .groups = fname##_groups, \ 331 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-msm8660.c | 381 .groups = fname##_groups, \ 382 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-msm8916.c | 292 .groups = fname##_groups, \ 293 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| D | pinctrl-sc7180.c | 26 .groups = fname##_groups, \ 27 .ngroups = ARRAY_SIZE(fname##_groups), \
|
| /Linux-v5.10/drivers/pinctrl/tegra/ |
| D | pinctrl-tegra-xusb.c | 784 .num_groups = ARRAY_SIZE(tegra124_##_name##_groups), \ 785 .groups = tegra124_##_name##_groups, \
|
| /Linux-v5.10/drivers/pinctrl/renesas/ |
| D | sh_pfc.h | 100 .groups = n##_groups, \ 101 .nr_groups = ARRAY_SIZE(n##_groups), \
|
| /Linux-v5.10/include/linux/ |
| D | sysfs.h | 154 static const struct attribute_group *_name##_groups[] = { \
|
12