Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A 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), \
548 .avail = &(_available), \
586 #define COUNTER_COMP_COUNT_MODE(_read, _write, _available) \ argument
592 .priv = &(_available), \
611 #define COUNTER_COMP_POLARITY(_read, _write, _available) \ argument
[all …]