Lines Matching full:index

21 	 INDEX_SELFPOWER_DIGITAL_ONLY,	/* index */
30 0, /* analog index */
37 0, /* config index */
39 0, /* interrupt ep index */
40 1, /* ts1 index */
41 NOT_SUPPORTED, /* TS2 index */
65 0, /* config index */
67 0, /* interrupt ep index */
68 1, /* ts1 index */
69 NOT_SUPPORTED, /* TS2 index */
92 INDEX_SELFPOWER_DUAL_DIGITAL, /* index */
100 0, /* analog index */
107 0, /* config index */
109 0, /* interrupt ep index */
110 1, /* ts1 index */
111 2, /* TS2 index */
134 0, /* config index */
136 0, /* interrupt ep index */
137 1, /* ts1 index */
138 2, /* TS2 index */
161 INDEX_SELFPOWER_ANALOG_ONLY, /* index */
170 0, /* analog index */
177 0, /* config index */
179 0, /* interrupt ep index */
180 NOT_SUPPORTED, /* ts1 index */
181 NOT_SUPPORTED, /* TS2 index */
204 0, /* config index */
206 0, /* interrupt ep index */
207 NOT_SUPPORTED, /* ts1 index */
208 NOT_SUPPORTED, /* TS2 index */
231 INDEX_SELFPOWER_DUAL, /* index */
240 0, /* analog index */
246 0, /* config index */
248 0, /* interrupt ep index */
249 1, /* ts1 index */
250 NOT_SUPPORTED, /* TS2 index */
273 0, /* config index */
275 0, /* interrupt ep index */
276 1, /* ts1 index */
277 NOT_SUPPORTED, /* TS2 index */
300 INDEX_SELFPOWER_TRIPLE, /* index */
310 0, /* analog index */
316 0, /* config index */
318 0, /* interrupt ep index */
319 1, /* ts1 index */
320 2, /* TS2 index */
343 0, /* config index */
345 0, /* interrupt ep index */
346 1, /* ts1 index */
347 2, /* TS2 index */
370 INDEX_SELFPOWER_COMPRESSOR, /* index */
379 0, /* analog index */
385 0, /* config index */
387 0, /* interrupt ep index */
388 NOT_SUPPORTED, /* ts1 index */
389 1, /* TS2 index */
412 0, /* config index */
414 0, /* interrupt ep index */
415 NOT_SUPPORTED, /* ts1 index */
416 1, /* TS2 index */
439 INDEX_BUSPOWER_DIGITAL_ONLY, /* index */
448 0, /* analog index */
455 0, /* config index */
457 0, /* interrupt ep index = 2 */
458 1, /* ts1 index */
459 NOT_SUPPORTED, /* TS2 index */
482 0, /* config index */
484 0, /* interrupt ep index = 2 */
485 1, /* ts1 index */
486 NOT_SUPPORTED, /* TS2 index */
508 INDEX_BUSPOWER_ANALOG_ONLY, /* index */
516 0, /* analog index */
522 0, /* config index */
524 0, /* interrupt ep index */
525 NOT_SUPPORTED, /* ts1 index */
526 NOT_SUPPORTED, /* TS2 index */
548 0, /* config index */
550 0, /* interrupt ep index */
551 NOT_SUPPORTED, /* ts1 index */
552 NOT_SUPPORTED, /* TS2 index */
574 INDEX_BUSPOWER_DIF_ONLY, /* index */
583 0, /* analog index */
589 0, /* config index */
591 0, /* interrupt ep index */
592 1, /* ts1 index */
593 NOT_SUPPORTED, /* TS2 index */
615 0, /* config index */
617 0, /* interrupt ep index */
618 1, /* ts1 index */
619 NOT_SUPPORTED, /* TS2 index */
776 (dev->current_pcb_config.index) + 1); in initialize_cx231xx()