Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdns3-gadget.c2033 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local
2068 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
2071 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()