Home
last modified time | relevance | path

Searched refs:USB_FFS_VALUE (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/daemon/
Dusb_ffs.h57 } __attribute__((packed)) USB_FFS_VALUE = { variable
61 .length = LONG_LE(sizeof(USB_FFS_VALUE)),
Ddaemon_usb.cpp168 if (write(controlEp, &USB_FFS_VALUE, sizeof(USB_FFS_VALUE)) < 0) { in ConnectEPPoint()