Lines Matching refs:_e
96 * @_e: Pointer to a counter_signal_enum_ext structure
100 #define COUNTER_SIGNAL_ENUM(_name, _e) \
105 .priv = (_e) \
111 * @_e: Pointer to a counter_signal_enum_ext structure
117 #define COUNTER_SIGNAL_ENUM_AVAILABLE(_name, _e) \
121 .priv = (_e) \
237 * @_e: Pointer to a counter_count_enum_ext structure
241 #define COUNTER_COUNT_ENUM(_name, _e) \
246 .priv = (_e) \
252 * @_e: Pointer to a counter_count_enum_ext structure
258 #define COUNTER_COUNT_ENUM_AVAILABLE(_name, _e) \
262 .priv = (_e) \
387 * @_e: Pointer to a counter_device_enum_ext structure
391 #define COUNTER_DEVICE_ENUM(_name, _e) \
396 .priv = (_e) \
402 * @_e: Pointer to a counter_device_enum_ext structure
408 #define COUNTER_DEVICE_ENUM_AVAILABLE(_name, _e) \
412 .priv = (_e) \