Searched refs:USB_DEV_FS_PATH (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_nosdk_speed.c | 38 #define USB_DEV_FS_PATH "/dev/bus/usb" macro 80 …ret = sprintf_s(path, sizeof(char) * PATH_MAX_LENGTH, USB_DEV_FS_PATH "/%03u/%03u", g_busNum, g_de… in OpenDevice()
|
/ohos5.0/drivers/peripheral/usb/ddk/host/include/ |
H A D | linux_adapter.h | 30 #define USB_DEV_FS_PATH "/dev/bus/usb" macro
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | linux_adapter.c | 146 …int32_t ret = sprintf_s(path, sizeof(path), USB_DEV_FS_PATH "/%03u/%03u", dev->busNum, dev->devAdd… in GetUsbDevicePath() 157 if (length < strlen(USB_DEV_FS_PATH)) { in GetUsbDevicePath() 162 if (strncmp(USB_DEV_FS_PATH, pathBuf, strlen(USB_DEV_FS_PATH)) != 0) { in GetUsbDevicePath()
|
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_nosdk_speed.c | 40 #define USB_DEV_FS_PATH "/dev/bus/usb" macro
|