Searched defs:propValue (Results 1 – 9 of 9) sorted by relevance
| /drivers/peripheral/usb/sample/device/liteos/ |
| D | prop_test.c | 104 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet() 123 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist() 154 static int32_t TestProp(const char *propName, const char *propValue, bool setProp, bool getProp, bo… in TestProp() 175 const char *propValue = NULL; in PropTest() local
|
| /drivers/peripheral/usb/sample/device/linux/ |
| D | prop_test.c | 96 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet() 115 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist() 149 const char *propValue = NULL; in PropTest() local
|
| /drivers/peripheral/usb/sample/device/liteos/lib/src/ |
| D | lib_acm_test.c | 136 void acm_prop_regist(const char *propName, const char *propValue) in acm_prop_regist() 153 void acm_prop_write(const char *propName, const char *propValue) in acm_prop_write() 175 void acm_prop_read(const char *propName, char *propValue) in acm_prop_read()
|
| /drivers/peripheral/usb/test/moduletest/common/liteos/ |
| D | usb_device_serial_func_test.cpp | 213 const char *propValue = "a123"; variable
|
| /drivers/peripheral/usb/ddk/device/src/ |
| D | usbfn_cfg_mgr.c | 1045 const char *propValue = NULL; in UsbFnCfgGetPropValueFromPropList() local 1095 const char *propValue = NULL; in UsbFnCfgGetPropValueFromHcs() local 1127 const char *propValue = NULL; in UsbFnCfgFindPropFromHcs() local 1343 const char *propValue = UsbFnCfgFindPropFromHcs(intf, name); in UsbFnCfgMgrGetProp() local 1386 const char *propValue = UsbFnCfgFindPropFromHcs(intf, name); in UsbFnCfgMgrSetProp() local
|
| D | adapter_if_liteos.c | 955 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp()
|
| D | adapter_if.c | 154 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp()
|
| /drivers/peripheral/usb/ddk/device/include/ |
| D | adapter_if.h | 96 uint16_t propValue; member 102 const char *propValue; member
|
| /drivers/peripheral/usb/gadget/function/acm/ |
| D | cdcacm.c | 761 char propValue[USB_MAX_PACKET_SIZE] = {0}; in UsbSerialGetProp() local 788 const char *propValue = HdfSbufReadString(data); in UsbSerialSetProp() local 834 const char *propValue = HdfSbufReadString(data); in UsbSerialRegistProp() local
|