Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 24 of 24) sorted by relevance

/drivers/peripheral/usb/ddk/device/src/
Dusbfn_sdk_if.c236 int32_t UsbFnStartRecvInterfaceEvent(struct UsbFnInterface *interface, in UsbFnStartRecvInterfaceEvent()
246 int32_t UsbFnStopRecvInterfaceEvent(struct UsbFnInterface *interface) in UsbFnStopRecvInterfaceEvent()
255 UsbFnInterfaceHandle UsbFnOpenInterface(struct UsbFnInterface *interface) in UsbFnOpenInterface()
273 int32_t UsbFnGetInterfacePipeInfo(struct UsbFnInterface *interface, in UsbFnGetInterfacePipeInfo()
283 int32_t UsbFnRegistInterfaceProp(const struct UsbFnInterface *interface, in UsbFnRegistInterfaceProp()
293 int32_t UsbFnGetInterfaceProp(const struct UsbFnInterface *interface, in UsbFnGetInterfaceProp()
303 int32_t UsbFnSetInterfaceProp(const struct UsbFnInterface *interface, in UsbFnSetInterfaceProp()
Dusbfn_io_mgr.c280 struct UsbHandleMgr *UsbFnIoMgrInterfaceOpen(struct UsbFnInterface *interface) in UsbFnIoMgrInterfaceOpen()
345 int32_t UsbFnIoMgrInterfaceGetPipeInfo(struct UsbFnInterface *interface, in UsbFnIoMgrInterfaceGetPipeInfo()
Dusbfn_dev_mgr.c160 struct UsbInterfaceDescriptor *interface = NULL; in GetInterfaceNum() local
592 int32_t UsbFnMgrStartRecvEvent(struct UsbFnInterface *interface, in UsbFnMgrStartRecvEvent()
615 int32_t UsbFnStopRecvEvent(struct UsbFnInterface *interface) in UsbFnStopRecvEvent()
/drivers/peripheral/usb/ddk/host/include/
Dlinux_adapter.h85 unsigned int interface; member
96 unsigned int interface; member
101 unsigned int interface; member
107 unsigned int interface; member
Dliteos_adapter.h47 unsigned int interface; member
Dusb_interface_pool.h54 struct UsbInterface interface; member
/drivers/framework/tools/hdi-gen/parser/
Dparser.cpp493 AutoPtr<ASTInterfaceType> interface = new ASTInterfaceType(); in ParseInterface() local
512 bool Parser::ParseInterfaceBody(const AutoPtr<ASTInterfaceType>& interface) in ParseInterfaceBody()
545 bool Parser::ParseMethod(const AutoPtr<ASTInterfaceType>& interface) in ParseMethod()
588 void Parser::SetVersionInterfaceMethod(const AutoPtr<ASTInterfaceType>& interface) in SetVersionInterfaceMethod()
1448 AutoPtr<ASTInterfaceType> interface = ast_->GetInterfaceDef(); in CheckInterfaceAst() local
1468 AutoPtr<ASTInterfaceType> interface = ast_->GetInterfaceDef(); in CheckCallbackAst() local
/drivers/framework/tools/hdi-gen/ast/
Dast_namespace.cpp53 void ASTNamespace::AddInterface(const AutoPtr<ASTInterfaceType>& interface) in AddInterface()
Dast.cpp121 void AST::AddInterfaceDef(const AutoPtr<ASTInterfaceType>& interface) in AddInterfaceDef()
/drivers/peripheral/usb/sample/host/src/
Dusbhost_sdkraw_speed.c266 const struct UsbRawInterface *interface, uint8_t interfaceIndex) in UsbParseConfigDescriptorProcess()
311 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor() local
/drivers/peripheral/usb/ddk/device/include/
Dusbfn_io_mgr.h58 struct UsbFnInterface interface; member
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_sdkraw_speed.c267 struct AcmDevice *acm, const struct UsbRawInterface *interface, uint8_t interfaceIndex) in UsbSpeedParaseInterfaceClass()
314 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor() local
/drivers/framework/model/network/wifi/platform/include/
Dflow_control.h218 struct FlowControlInterface *interface; /**< Flow control function */ member
/drivers/peripheral/usb/interfaces/ddk/host/
Dusb_raw_api.h193 const struct UsbRawInterface *interface[USB_MAXINTERFACES]; member
/drivers/framework/test/unittest/model/usb/host/src/
Dusb_raw_io.c265 struct AcmRawDevice * const acm, const struct UsbRawInterface *interface, uint8_t number) in AcmParaseInterfaceClass()
310 const struct UsbRawInterface *interface = NULL; in UsbParseConfigDescriptor() local
/drivers/peripheral/usb/serial/src/
Dusb_serial_rawapi.c211 const struct UsbRawInterface *interface, uint8_t interfaceIndex) in UsbParseConfigDescriptorProcess()
257 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor() local
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_raw_sdk_if_test_io.cpp269 const struct UsbRawInterface *interface = config->interface[interfaceIndex]; in UsbParseConfigDescriptor() local
Dusb_raw_sdk_if_test.cpp331 const struct UsbRawInterface *interface = NULL; in UsbParseConfigDescriptor() local
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c1110 static int32_t AdapterSetInterface(const struct UsbDeviceHandle *handle, uint8_t interface, uint8_t… in AdapterSetInterface()
Dliteos_adapter.c1277 static int32_t AdapterSetInterface(const struct UsbDeviceHandle *handle, uint8_t interface, uint8_t… in AdapterSetInterface()
/drivers/peripheral/usb/hal/client/include/
Dusbd_type.h131 uint8_t interface; member
/drivers/framework/support/platform/include/hdmi/
Dhdmi_common.h302 enum HdmiAudioInterfaceType interface; member
/drivers/peripheral/usb/hal/service/src/
Dusbd_dispatcher.c196 static int32_t GetInterfacePipe(const struct HostDevice *dev, struct UsbInterface *interface, uint8… in GetInterfacePipe()
247 struct UsbInterface *interface = dev->iface[interfaceId]; in GetPipe() local
/drivers/adapter/khdf/linux/model/usb/device/
Df_generic.c3248 unsigned interface, unsigned alt) in ffs_func_set_alt()