Lines Matching refs:value
806 static int32_t UsbSerialRegistPropAGet(const struct UsbFnInterface *intf, const char *name, const char *value)
810 HDF_LOGE("%{public}s: value = %{public}s", __func__, value);
815 static int32_t UsbSerialRegistPropASet(const struct UsbFnInterface *intf, const char *name, const char *value)
819 HDF_LOGE("%{public}s: value = %{public}s", __func__, value);
839 registInfo.value = propValue;
953 struct UsbCdcLineCoding *value = req->buf;
954 if (req->actual == sizeof(*value)) {
955 acm->lineCoding = *value;
1108 uint16_t value = LE16_TO_CPU(setup->value);
1136 acm->handshakeBits = value;
1239 struct UsbAcmDevice *acm, uint8_t type, uint16_t value, const void *data, uint32_t length)
1257 notify->wValue = CPU_TO_LE16(value);