Searched refs:raw (Results 1 – 14 of 14) sorted by relevance
/drivers/peripheral/usb/test/moduletest/common/scripts/ |
D | usb_raw_host_loopback.sh | 18 stty -F "$device" raw speed 115200 min 0 time 5
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
D | hdmi_edid.c | 33 int32_t HdmiEdidGetRaw(struct HdmiEdid *edid, uint8_t *raw, uint32_t len) in HdmiEdidGetRaw() argument 37 if (edid == NULL || raw == NULL) { in HdmiEdidGetRaw() 46 if (memcpy_s(raw, len, edid->raw, length) != EOK) { in HdmiEdidGetRaw() 55 struct HdmiEdidFirstBlockInfo *block = (struct HdmiEdidFirstBlockInfo *)edid->raw; in HdmiEdidHeaderPhase() 89 struct HdmiEdidFirstBlockInfo *block = (struct HdmiEdidFirstBlockInfo *)edid->raw; in HdmiEdidVendorInfoPhase() 124 struct HdmiEdidFirstBlockInfo *block = (struct HdmiEdidFirstBlockInfo *)edid->raw; in HdmiEdidVersionInfoPhase() 140 struct HdmiEdidFirstBlockInfo *block = (struct HdmiEdidFirstBlockInfo *)edid->raw; in HdmiEdidBasicDispPhase() 151 struct HdmiEdidFirstBlockInfo *block = (struct HdmiEdidFirstBlockInfo *)edid->raw; in HdmiEdidColorFeaturePhase() 181 struct HdmiEdidFirstBlockInfo *block = (struct HdmiEdidFirstBlockInfo *)edid->raw; in HdmiEdidEstablisedTimingPhase() 229 struct HdmiEdidFirstBlockInfo *block = (struct HdmiEdidFirstBlockInfo *)edid->raw; in HdmiEdidStandardTimingPhase() [all …]
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/sensor_template/ |
D | com_sensor_driver_source.template | 49 HDF_LOGE("%s: ${driver_upper_case} read raw data failed", __func__); 55 HDF_LOGE("%s: ${driver_upper_case} convert raw data failed", __func__);
|
D | accel_sensor_driver_source.template | 49 HDF_LOGE("%s: ${driver_upper_case} read raw data failed", __func__); 55 HDF_LOGE("%s: ${driver_upper_case} convert raw data failed", __func__);
|
D | ppg_sensor_driver_source.template | 48 HDF_LOGE("%s: ${driver_upper_case} convert raw data failed", __func__);
|
D | hall_sensor_driver_source.template | 28 HDF_LOGE("%s: ${driver_upper_case} convert raw data failed", __func__);
|
D | als_sensor_driver_source.template | 49 HDF_LOGE("%s: TEST read raw data failed", __func__);
|
/drivers/hdf_core/framework/support/platform/include/hdmi/ |
D | hdmi_edid.h | 647 uint8_t raw[HDMI_EDID_TOTAL_SIZE]; member 655 int32_t HdmiEdidGetRaw(struct HdmiEdid *edid, uint8_t *raw, uint32_t len);
|
/drivers/interface/audio/effect/v1_0/ |
D | IEffectControl.idl | 21 * @brief Process the audio raw data.
|
D | EffectTypes.idl | 49 EFFECT_BUFFER_VOID_TYPE = 0, /**< raw audio data point to the start of the buffer */
|
/drivers/interface/usb/v1_0/ |
D | IUsbInterface.idl | 112 * @brief Obtains the raw descriptor. 115 * @param descriptor Indicates the raw descriptor of the USB device.
|
/drivers/peripheral/usb/ |
D | README.md | 156 …31095814"><a name="p752531095814"></a><a name="p752531095814"></a>Initializes the USB raw APIs.</p> 161 …929141611198"><a name="p1929141611198"></a><a name="p1929141611198"></a>Exits the USB raw APIs.</p> 409 1. USB host: provides DDK APIs and raw APIs, which are used to read and write USB device data of t…
|
/drivers/interface/audio/v1_0/ |
D | AudioTypes.idl | 138 * @brief Defines formats of raw audio samples.
|
/drivers/interface/huks/v1_0/ |
D | IHuks.idl | 482 * exported, for example, the raw data (32 bytes) of the x-axis and y-axis
|