Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c965 static uint8_t IsPropRegisted(const struct UsbFnInterface *intf, const char *name) in IsPropRegisted()
981 static int32_t IsDevDescPropAndGetValue(const struct UsbFnInterface *intf, const char *name, uint16… in IsDevDescPropAndGetValue()
1039 const struct UsbFnInterface *intf, const struct DeviceResourceIface *drsOps, in UsbFnCfgGetPropValueFromPropList()
1090 …bFnCfgGetPropValueFromHcs(const struct UsbFnDeviceMgr *fnDevMgr, const struct UsbFnInterface *intf, in UsbFnCfgGetPropValueFromHcs()
1122 static const char *UsbFnCfgFindPropFromHcs(const struct UsbFnInterface *intf, const char *name) in UsbFnCfgFindPropFromHcs()
1189 static int32_t UsbFnCfgChangeDevceDes(const struct UsbFnInterface *intf, const char *name, const ch… in UsbFnCfgChangeDevceDes()
1225 static struct UsbFnCfgPropMgr *UsbfnCfgMgrFindPropMgr(const struct UsbFnInterface *intf, const char… in UsbfnCfgMgrFindPropMgr()
1241 static int32_t UsbFnCfgMgrCheckRegist(const struct UsbFnInterface *intf, const struct UsbFnRegistIn… in UsbFnCfgMgrCheckRegist()
1264 int32_t UsbFnCfgMgrRegisterProp(const struct UsbFnInterface *intf, const struct UsbFnRegistInfo *re… in UsbFnCfgMgrRegisterProp()
1323 int32_t UsbFnCfgMgrGetProp(const struct UsbFnInterface *intf, const char *name, char *value) in UsbFnCfgMgrGetProp()
[all …]
Dusbfn_dev_mgr.c34 static void GetInterfaceInfo(const struct UsbInterfaceDescriptor *intf, struct UsbFnDeviceMgr *devM… in GetInterfaceInfo()
66 struct UsbInterfaceDescriptor *intf = NULL; in CreateInterface() local
151 static uint32_t GetInterfaceNum(struct UsbDescriptorHeader **intf) in GetInterfaceNum()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
Ddevmgr_uevent_test.cpp230 OHOS::sptr<IFooInterface> intf = proxy->AsInterface(); variable
/drivers/peripheral/usb/ddk/host/src/
Dddk_sysfs_device.c100 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.c759 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn; in UsbSerialGetProp() local
781 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn; in UsbSerialSetProp() local
806 static int32_t UsbSerialRegistPropAGet(const struct UsbFnInterface *intf, const char *name, const c… in UsbSerialRegistPropAGet()
815 static int32_t UsbSerialRegistPropASet(const struct UsbFnInterface *intf, const char *name, const c… in UsbSerialRegistPropASet()
826 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/peripheral/usb/net/include/
Dusb_net_host.h95 struct UsbRawInterfaceDescriptor *intf; member
/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()