Searched refs:_array (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/linux/ |
D | counter.h | 552 #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-v6.6/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.h | 178 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument 179 { .val0 = _base, .val1 = _type, .registers = _array, \ 180 .count = ARRAY_SIZE(_array), } 295 #define REGS(_array, _sel_reg, _sel_val) \ argument 296 { .registers = _array, .count = ARRAY_SIZE(_array), \
|