Home
last modified time | relevance | path

Searched refs:UsbSession (Results 1 - 25 of 39) sorted by relevance

12

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h294 * in {@link UsbSession}.
299 int32_t UsbInitHostSdk(struct UsbSession **session);
307 * {@link UsbSession}.
312 int32_t UsbExitHostSdk(const struct UsbSession *session);
318 * {@link UsbSession}.
328 struct UsbInterface *UsbClaimInterfaceUnforce(const struct UsbSession *session, uint8_t busNum,
335 * {@link UsbSession}.
345 struct UsbInterface *UsbClaimInterface(const struct UsbSession *session, uint8_t busNum,
352 * {@link UsbSession}.
362 struct UsbInterface *UsbManageInterface(const struct UsbSession *sessio
[all...]
H A Dusb_session.h53 struct UsbSession { struct
H A Dusb_raw_api.h210 * {@link UsbSession}.
215 int32_t UsbRawInit(struct UsbSession **session);
223 * {@link UsbSession}.
228 int32_t UsbRawExit(const struct UsbSession *session);
234 * {@link UsbSession}.
241 UsbRawHandle *UsbRawOpenDevice(const struct UsbSession *session, uint8_t busNum, uint8_t usbAddr);
/drivers/peripheral/usb/test/unittest/mock/include/
H A Dmock_linux_adapter.h23 int32_t FuncAdapterInit(const UsbSession *session);
24 void FuncAdapterExit(const UsbSession *session);
25 UsbDeviceHandle *FuncAdapterOpenDevice(UsbSession *session, uint8_t busNum, uint8_t usbAddr);
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h60 struct UsbSession *session;
67 struct UsbSession *session;
121 int32_t UsbIfCreatInterfacePool(const struct UsbSession *session, uint8_t busNum, uint8_t devAddr,
H A Dusb_ddk_device.h33 struct UsbSession *session;
55 struct UsbSession *session;
H A Dusb_raw_api_library.h83 struct UsbSession *RawGetSession(const struct UsbSession *session);
84 int32_t RawInit(struct UsbSession **session);
85 int32_t RawExit(const struct UsbSession *session);
86 struct UsbDeviceHandle *RawOpenDevice(const struct UsbSession *session, uint8_t busNum, uint8_t usbAddr);
H A Dliteos_adapter.h93 int32_t (*init)(const struct UsbSession *session);
94 void (*exit)(const struct UsbSession *session);
95 struct UsbDeviceHandle *(*openDevice)(struct UsbSession *session, uint8_t busNum, uint8_t usbAddr);
H A Dlinux_adapter.h123 int32_t (*init)(const struct UsbSession *session);
124 void (*exit)(const struct UsbSession *session);
125 struct UsbDeviceHandle *(*openDevice)(struct UsbSession *session, uint8_t busNum, uint8_t usbAddr);
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c192 struct UsbSession *session = NULL; in IfDestroyInterfacePool()
380 const struct UsbSession *session, struct UsbPoolQueryPara queryPara, bool refCountFlag) in IfFindInterfacePool()
750 static int32_t IfDestoryDevice(const struct UsbSession *session, const struct UsbInterfacePool *interfacePool, in IfDestoryDevice()
787 struct UsbDeviceHandle **devHandle, const struct UsbSession *realSession, uint8_t busNum, uint8_t usbAddr) in IfGetInterfacePool()
936 const struct UsbSession *session, uint8_t busNum, uint8_t devAddr, struct UsbInterfacePool **interfacePool) in UsbIfCreatInterfacePool()
972 int32_t UsbInitHostSdk(struct UsbSession **session) in UsbInitHostSdk()
977 int32_t UsbExitHostSdk(const struct UsbSession *session) in UsbExitHostSdk()
989 int32_t UsbGetDeviceMemMapFd(const struct UsbSession *session, uint8_t busNum, uint8_t usbAddr) in UsbGetDeviceMemMapFd()
992 struct UsbSession *realSession = RawGetSession(session); in UsbGetDeviceMemMapFd()
1013 const struct UsbSession *sessio in ClaimInterface()
[all...]
H A Dusb_raw_api.c22 int32_t UsbRawInit(struct UsbSession **session) in UsbRawInit()
27 int32_t UsbRawExit(const struct UsbSession *session) in UsbRawExit()
32 UsbRawHandle *UsbRawOpenDevice(const struct UsbSession *session, uint8_t busNum, uint8_t usbAddr) in UsbRawOpenDevice()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp63 int32_t FuncAdapterInit(const UsbSession *session) in FuncAdapterInit()
70 void FuncAdapterExit(const UsbSession *session) in FuncAdapterExit()
91 static UsbDeviceHandle *OsGetDeviceHandle(UsbSession *session, uint8_t busNum, uint8_t usbAddr) in OsGetDeviceHandle()
122 static UsbDevice *OsAllocDevice(UsbSession *session, UsbDeviceHandle *handle) in OsAllocDevice()
220 UsbDeviceHandle *FuncAdapterOpenDevice(UsbSession *session, uint8_t busNum, uint8_t usbAddr) in FuncAdapterOpenDevice()
/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h116 struct UsbSession *session;
H A Dusbhost_sdkraw_speed.h117 struct UsbSession *session;
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h113 struct UsbSession *session;
H A Dusbhost_nosdk_speed.h110 struct UsbSession *session;
H A Dusbhost_sdkraw_speed.h112 struct UsbSession *session;
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h126 struct UsbSession *session;
H A Dusb_serial.h120 struct UsbSession *session;
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h103 struct UsbSession *session;
H A Dusb_raw_sdk_if_test.h102 struct UsbSession *session;
/drivers/peripheral/usb/net/include/
H A Dcdc_ether.h104 struct UsbSession *session;
H A Dusb_net_host.h84 struct UsbSession *session;
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c598 static int32_t UsbSpeedDdkInit(const struct UsbSession *session) in UsbSpeedDdkInit()
603 ret = UsbRawInit((struct UsbSession **)&session); in UsbSpeedDdkInit()
650 static void UsbSpeedDdkExit(const struct UsbSession *session) in UsbSpeedDdkExit()
674 struct UsbSession *session = NULL; in UsbSerialSpeed()
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h146 struct UsbSession *session;

Completed in 14 milliseconds

12