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