Searched refs:usbf_ep_info (Results 1 – 1 of 1) sorted by relevance
318 struct usbf_ep_info { struct342 static const struct usbf_ep_info usbf_ep_info[USBF_NUM_ENDPOINTS] = { argument1804 base_addr = usbf_ep_info[epn->id].base_addr; in usbf_epn_enable()3220 if (!usbf_ep_info[epn->id].is_double) { in usbf_epn_check()3228 if (usbf_ep_info[epn->id].is_double) { in usbf_epn_check()3313 ep->ep.name = usbf_ep_info[i].name; in usbf_probe()3314 ep->ep.caps = usbf_ep_info[i].caps; in usbf_probe()3316 usbf_ep_info[i].maxpacket_limit); in usbf_probe()