Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h46 #define USBDEVFS_REAPURB _IOW('U', 12, void *) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h73 #define USBDEVFS_REAPURB _IOW('U', 12, void *) macro
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c198 int32_t r = ioctl(g_fd, USBDEVFS_REAPURB, &urbrecv); in ReapProcess()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c1457 ret = ioctl(devHandle->fd, USBDEVFS_REAPURB, &urb); in AdapterUrbCompleteHandle()