Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h43 #define USBDEVFS_RESET _IO('U', 20) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h77 #define USBDEVFS_RESET _IO('U', 20) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c1264 ret = ioctl(handle->fd, USBDEVFS_RESET, NULL); in AdapterResetDevice()