Searched refs:UsbFnEventCallback (Results 1 – 7 of 7) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/device/ |
D | usbfn_interface.h | 226 typedef void (*UsbFnEventCallback)(struct UsbFnEvent *event); typedef 278 … struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, void *context);
|
/drivers/peripheral/usb/ddk/device/include/ |
D | usbfn_dev_mgr.h | 48 UsbFnEventCallback callback, void *context);
|
D | usbfn_io_mgr.h | 51 UsbFnEventCallback callback;
|
/drivers/peripheral/usb/ddk/device/src/ |
D | usbfn_sdk_if.c | 180 … struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, void *context) in UsbFnStartRecvInterfaceEvent()
|
D | usbfn_dev_mgr.c | 580 … struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, void *context) in UsbFnMgrStartRecvEvent()
|
/drivers/peripheral/usb/ |
D | README_zh.md | 333 …terfaceEvent(struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, vo…
|
D | README.md | 333 …terfaceEvent(struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, vo…
|