Searched refs:_funcs (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/scripts/ |
D | objdump-func | 25 ${OBJDUMP} -wdr $OBJ | gawk -M -v _funcs="${FUNCS[*]}" '
|
/linux-6.6.21/drivers/pinctrl/actions/ |
D | pinctrl-owl.h | 23 .funcs = group_name##_funcs, \ 24 .nfuncs = ARRAY_SIZE(group_name##_funcs), \
|
/linux-6.6.21/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.h | 45 id##_funcs, \
|
D | pinctrl-paris.h | 57 id##_funcs, \
|
/linux-6.6.21/drivers/pinctrl/tegra/ |
D | pinctrl-tegra-xusb.c | 830 #define TEGRA124_LANE(_name, _offset, _shift, _mask, _iddq, _funcs) \ argument 837 .num_funcs = ARRAY_SIZE(tegra124_##_funcs##_functions), \ 838 .funcs = tegra124_##_funcs##_functions, \
|
/linux-6.6.21/Documentation/gpu/ |
D | todo.rst | 145 internal use. Some of these hooks should be move from ``_funcs`` to
|