Searched refs:NI_NUM_NAMES (Results 1 – 6 of 6) sorted by relevance
43 dest < (NI_NAMES_BASE + NI_NUM_NAMES); in family_write()47 for (; src < (NI_NAMES_BASE + NI_NUM_NAMES) && in family_write()51 if (src >= (NI_NAMES_BASE + NI_NUM_NAMES)) in family_write()55 for (src = NI_NAMES_BASE; src < (NI_NAMES_BASE + NI_NUM_NAMES); in family_write()85 return (sig >= NI_NAMES_BASE) && (sig < (NI_NAMES_BASE + NI_NUM_NAMES)); in is_valid_ni_sig()
46 comedi_h.NI_COUNTER_NAMES_MAX < v < (comedi_h.NI_NAMES_BASE + comedi_h.NI_NUM_NAMES)
91 const register_type register_values[NI_NUM_NAMES][NI_NUM_NAMES];
48 #define RVi(table, src, dest) ((table)[(dest) * NI_NUM_NAMES + (src)])424 if (src < 0 || src >= NI_NUM_NAMES || dest < 0 || dest >= NI_NUM_NAMES) in ni_lookup_route_register()529 if (dest < 0 || dest >= NI_NUM_NAMES) in ni_find_route_source()531 for (src = 0; src < NI_NUM_NAMES; ++src) in ni_find_route_source()
26 #define RVI(table, src, dest) ((table)[(dest) * NI_NUM_NAMES + (src)])123 static const u8 RV[NI_NUM_NAMES][NI_NUM_NAMES] = {
1101 NI_NUM_NAMES = _NI_NAMES_MAX_PLUS_1 - NI_NAMES_BASE, enumerator