HelenOS sources

hc_get_ep0_max_packet_size  122 uspace/drv/bus/usb/xhci/device.c 	if ((err = hc_get_ep0_max_packet_size(&max_packet_size, &dev->base)))
hc_get_ep0_max_packet_size   49 uspace/lib/usbhost/include/usb/host/utility.h int hc_get_ep0_max_packet_size(uint16_t *, device_t *);
hc_get_ep0_max_packet_size  136 uspace/lib/usbhost/src/usb2_bus.c 	if ((err = hc_get_ep0_max_packet_size(&ep0_desc.endpoint.max_packet_size, dev)))
HelenOS homepage, sources at GitHub