Home
last modified time | relevance | path

Searched refs:usbf_ep_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c319 struct usbf_ep_info { struct
343 static const struct usbf_ep_info usbf_ep_info[USBF_NUM_ENDPOINTS] = { argument
1805 base_addr = usbf_ep_info[epn->id].base_addr; in usbf_epn_enable()
3221 if (!usbf_ep_info[epn->id].is_double) { in usbf_epn_check()
3229 if (usbf_ep_info[epn->id].is_double) { in usbf_epn_check()
3312 ep->ep.name = usbf_ep_info[i].name; in usbf_probe()
3313 ep->ep.caps = usbf_ep_info[i].caps; in usbf_probe()
3315 usbf_ep_info[i].maxpacket_limit); in usbf_probe()