Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcounter.h502 #define COUNTER_COMP_DEVICE_ENUM(_name, _get, _set, _available) \ argument
508 .priv = &(_available), \
510 #define COUNTER_COMP_COUNT_ENUM(_name, _get, _set, _available) \ argument
516 .priv = &(_available), \
518 #define COUNTER_COMP_SIGNAL_ENUM(_name, _get, _set, _available) \ argument
524 .priv = &(_available), \
545 #define DEFINE_COUNTER_ARRAY_POLARITY(_name, _available, _length) \ argument
548 .avail = &(_available), \
583 #define COUNTER_COMP_COUNT_MODE(_read, _write, _available) \ argument
589 .priv = &(_available), \
[all …]