Lines Matching refs:nm
308 #define GROUP_DESC(nm) \ argument
310 .name = #nm, \
311 .pins = nm ## _pins, \
312 .num_pins = ARRAY_SIZE(nm ## _pins), \
315 #define GROUP_DESC_CONFIG(nm) \ argument
317 .name = #nm, \
318 .pins = nm ## _pins, \
319 .num_pins = ARRAY_SIZE(nm ## _pins), \
322 .configs = nm ## _configs, \
323 .num_configs = ARRAY_SIZE(nm ## _configs), \
437 #define FUNCTION_DESC(nm) \ argument
439 .name = #nm, \
440 .group_names = nm##_groups, \
441 .num_group_names = ARRAY_SIZE(nm##_groups), \