Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c38 #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 Dlinux_adapter.h30 #define USB_DEV_FS_PATH "/dev/bus/usb" macro
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c146 …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 Dusbhost_nosdk_speed.c40 #define USB_DEV_FS_PATH "/dev/bus/usb" macro