Home
last modified time | relevance | path

Searched refs:_array (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dcounter.h552 #define COUNTER_COMP_DEVICE_ARRAY_U64(_name, _read, _write, _array) \ argument
558 .priv = &(_array), \
560 #define COUNTER_COMP_COUNT_ARRAY_U64(_name, _read, _write, _array) \ argument
566 .priv = &(_array), \
568 #define COUNTER_COMP_SIGNAL_ARRAY_U64(_name, _read, _write, _array) \ argument
574 .priv = &(_array), \
620 #define COUNTER_COMP_ARRAY_CAPTURE(_read, _write, _array) \ argument
621 COUNTER_COMP_COUNT_ARRAY_U64("capture", _read, _write, _array)
623 #define COUNTER_COMP_ARRAY_POLARITY(_read, _write, _array) \ argument
629 .priv = &(_array), \
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da6xx_gpu_state.h172 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument
173 { .val0 = _base, .val1 = _type, .registers = _array, \
174 .count = ARRAY_SIZE(_array), }
279 #define REGS(_array, _sel_reg, _sel_val) \ argument
280 { .registers = _array, .count = ARRAY_SIZE(_array), \