Lines Matching refs:session
293 * @param session Indicates the double pointer to the session context. It can be set to <b>NULL</b> or a value defined
299 int32_t UsbInitHostSdk(struct UsbSession **session);
306 * @param session Indicates the pointer to the session context. It can be set to <b>NULL</b> or a value defined in
312 int32_t UsbExitHostSdk(const struct UsbSession *session);
317 * @param session Indicates the pointer to the session context. It can be set to <b>NULL</b> or a value defined in
328 struct UsbInterface *UsbClaimInterfaceUnforce(const struct UsbSession *session, uint8_t busNum,
334 * @param session Indicates the pointer to the session context. It can be set to <b>NULL</b> or a value defined in
345 struct UsbInterface *UsbClaimInterface(const struct UsbSession *session, uint8_t busNum,
351 * @param session Indicates the pointer to the session context. It can be set to <b>NULL</b> or a value defined in
362 struct UsbInterface *UsbManageInterface(const struct UsbSession *session, uint8_t busNum,
384 int32_t UsbAddOrRemoveInterface(const struct UsbSession *session, uint8_t busNum, uint8_t usbAddr,
523 int32_t UsbGetDeviceMemMapFd(const struct UsbSession *session, uint8_t busNum, uint8_t usbAddr);
524 bool UsbGetInterfaceActiveStatus(const struct UsbSession *session, uint8_t busNum, uint8_t usbAddr,