Searched refs:num_endpoints (Results 1 – 3 of 3) sorted by relevance
673 int num_endpoints; in sasem_probe() local686 num_endpoints = iface_desc->desc.bNumEndpoints; in sasem_probe()697 for (i = 0; i < num_endpoints && !(ir_ep_found && vfd_ep_found); ++i) { in sasem_probe()
203 int num_endpoints; member1884 endp_number = ++u132->num_endpoints; in create_endpoint_and_queue_int()1983 endp_number = ++u132->num_endpoints; in create_endpoint_and_queue_bulk()2079 endp_number = ++u132->num_endpoints; in create_endpoint_and_queue_control()2299 } else if (u132->num_endpoints == MAX_U132_ENDPS) { in u132_urb_enqueue()2339 } else if (u132->num_endpoints == MAX_U132_ENDPS) { in u132_urb_enqueue()2387 } else if (u132->num_endpoints == MAX_U132_ENDPS) { in u132_urb_enqueue()
1633 unsigned num_endpoints; in ftdi_set_max_packet_size() local1636 num_endpoints = interface->cur_altsetting->desc.bNumEndpoints; in ftdi_set_max_packet_size()1637 if (!num_endpoints) in ftdi_set_max_packet_size()1646 for (i = 0; i < num_endpoints; i++) { in ftdi_set_max_packet_size()