Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c959 static uint8_t IsPropRegisted(const struct UsbFnInterface *intf, const char *name) in IsPropRegisted()
975 static int32_t IsDevDescPropAndGetValue(const struct UsbFnInterface *intf, const char *name, uint16… in IsDevDescPropAndGetValue()
1033 const struct UsbFnInterface *intf, const struct DeviceResourceIface *drsOps, in UsbFnCfgGetPropValueFromPropList()
1084 …bFnCfgGetPropValueFromHcs(const struct UsbFnDeviceMgr *fnDevMgr, const struct UsbFnInterface *intf, in UsbFnCfgGetPropValueFromHcs()
1116 static const char *UsbFnCfgFindPropFromHcs(const struct UsbFnInterface *intf, const char *name) in UsbFnCfgFindPropFromHcs()
1183 static int32_t UsbFnCfgChangeDevceDes(const struct UsbFnInterface *intf, const char *name, const ch… in UsbFnCfgChangeDevceDes()
1219 static struct UsbFnCfgPropMgr *UsbfnCfgMgrFindPropMgr(const struct UsbFnInterface *intf, const char… in UsbfnCfgMgrFindPropMgr()
1235 int32_t UsbFnCfgMgrRegisterProp(const struct UsbFnInterface *intf, const struct UsbFnRegistInfo *re… in UsbFnCfgMgrRegisterProp()
1292 int32_t UsbFnCfgMgrGetProp(const struct UsbFnInterface *intf, const char *name, char *value) in UsbFnCfgMgrGetProp()
1337 int32_t UsbFnCfgMgrSetProp(const struct UsbFnInterface *intf, const char *name, const char *value) in UsbFnCfgMgrSetProp()
Dusbfn_dev_mgr.c33 static void GetInterfaceInfo(const struct UsbInterfaceDescriptor *intf, struct UsbFnDeviceMgr *devM… in GetInterfaceInfo()
65 struct UsbInterfaceDescriptor *intf = NULL; in CreateInterface() local
150 static uint32_t GetInterfaceNum(struct UsbDescriptorHeader **intf) in GetInterfaceNum()
/drivers/peripheral/usb/ddk/host/src/
Dddk_sysfs_device.c99 const char *deviceDir, const char *intfDir, struct UsbPnpNotifyInterfaceInfo * const intf) in DdkSysfsGetInterface()
/drivers/hdf_core/framework/model/display/driver/adapter_soc/
Dhi35xx_disp.c102 static void LcdPinMuxCfg(uint32_t intf) in LcdPinMuxCfg()
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c753 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn; in UsbSerialGetProp() local
775 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn; in UsbSerialSetProp() local
800 static int32_t UsbSerialRegistPropAGet(const struct UsbFnInterface *intf, const char *name, const c… in UsbSerialRegistPropAGet()
809 static int32_t UsbSerialRegistPropASet(const struct UsbFnInterface *intf, const char *name, const c… in UsbSerialRegistPropASet()
820 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn; in UsbSerialRegistProp() local
/drivers/peripheral/usb/ddk/device/include/
Dusbfn_cfg_mgr.h115 const struct UsbFnInterface *intf; member
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_sdk_if_test.cpp340 int32_t PropCallBack(const struct UsbFnInterface *intf, const char *name, const char *value) in PropCallBack()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_sdk_if_test.c453 static int32_t PropCallBack(const struct UsbFnInterface *intf, const char *name, const char *value) in PropCallBack()