Searched refs:NI_COUNTER_NAMES_BASE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/comedi/drivers/
H A Dni_routes.h187 return channel >= NI_COUNTER_NAMES_BASE &&
H A Dni_tio.c1517 int ctr_index = (dest - NI_COUNTER_NAMES_BASE) % NI_MAX_COUNTERS;
1559 int ctr_index = (dest - NI_COUNTER_NAMES_BASE) % NI_MAX_COUNTERS;
/linux-master/include/uapi/linux/
H A Dcomedi.h1022 #define NI_COUNTER_NAMES_BASE (NI_RTSI_BRD(-1) + 1) macro
1023 #define NI_CtrSource(x) _TERM_N(NI_COUNTER_NAMES_BASE, NI_MAX_COUNTERS, x)

Completed in 117 milliseconds