Home
last modified time | relevance | path

Searched refs:is_iso_ep (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c1413 bool is_iso_ep = (pep->type == USB_ENDPOINT_XFER_ISOC); in cdns2_ep_config() local
1443 max_packet_size = is_iso_ep ? 1023 : 64; in cdns2_ep_config()
1446 max_packet_size = is_iso_ep ? 1024 : 512; in cdns2_ep_config()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dgadget.c2093 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local
2126 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
2129 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-gadget.c2098 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local
2131 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
2134 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()

Completed in 13 milliseconds