Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c1414 bool is_iso_ep = (pep->type == USB_ENDPOINT_XFER_ISOC); in cdns2_ep_config() local
1444 max_packet_size = is_iso_ep ? 1023 : 64; in cdns2_ep_config()
1447 max_packet_size = is_iso_ep ? 1024 : 512; in cdns2_ep_config()