Searched refs:UsbFnEventCallback (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/device/ |
H A D | usbfn_interface.h | 226 typedef void (*UsbFnEventCallback)(struct UsbFnEvent *event); typedef 278 … struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, void *context);
|
/ohos5.0/drivers/peripheral/usb/ddk/device/include/ |
H A D | usbfn_dev_mgr.h | 48 UsbFnEventCallback callback, void *context);
|
H A D | usbfn_io_mgr.h | 51 UsbFnEventCallback callback;
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_sdk_if.c | 181 … struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, void *context) in UsbFnStartRecvInterfaceEvent()
|
H A D | usbfn_dev_mgr.c | 581 … struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, void *context) in UsbFnMgrStartRecvEvent()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 131 …UsbFnInterface \*interface, uint32_t eventMask,<br/>UsbFnEventCallback callbac… 377 4. 通过UsbFnStartRecvInterfaceEvent函数接收Event事件,并通过UsbFnEventCallback回调函数对Event事件做出响应。
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 131 …>UsbFnInterface \*interface, uint32_t eventMask,<br>UsbFnEventCallback callbac… 381 4. Call **UsbFnStartRecvInterfaceEvent** to receive events, and call **UsbFnEventCallback** to resp…
|
/ohos5.0/drivers/peripheral/usb/ |
H A D | README_zh.md | 333 …terfaceEvent(struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, vo…
|
H A D | README.md | 333 …terfaceEvent(struct UsbFnInterface *interface, uint32_t eventMask, UsbFnEventCallback callback, vo…
|