Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/cdns2/
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()
/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-gadget.c2099 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local
2132 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
2135 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()