Lines Matching refs:index
554 ugen_set_config(struct usb_fifo *f, uint8_t index)
556 DPRINTFN(2, "index %u\n", index);
570 if (usbd_start_set_config(f->udev, index) != 0)
607 * at the given index.
726 /* invalid interface index */
913 ugen_fs_set_complete(struct usb_fifo *f, uint8_t index)
926 *((uint8_t *)(m->cur_data_ptr)) = index;
1519 /* store index of endpoint */
1836 /* store port index array */
2142 int index = f->udev->curr_config_index;
2143 error = copyout((const void *)&index, addr, sizeof(index));
2148 int index;
2153 error = copyin((const void *)addr, &index, sizeof(index));
2157 error = ugen_set_config(f, index);