HelenOS sources
bus_device_send_batch_sync 177 uspace/lib/usbhost/include/usb/host/bus.h errno_t bus_device_send_batch_sync(device_t *, usb_target_t,
bus_device_send_batch_sync 143 uspace/lib/usbhost/src/usb2_bus.c err = bus_device_send_batch_sync(dev, usb2_default_target, USB_DIRECTION_OUT,
bus_device_send_batch_sync 99 uspace/lib/usbhost/src/utility.c const errno_t err = bus_device_send_batch_sync(dev, control_ep,
bus_device_send_batch_sync 141 uspace/lib/usbhost/src/utility.c errno_t err = bus_device_send_batch_sync(device, control_ep,
bus_device_send_batch_sync 176 uspace/lib/usbhost/src/utility.c errno_t err = bus_device_send_batch_sync(device, control_ep,
HelenOS homepage, sources at GitHub