Home
last modified time | relevance | path

Searched refs:H5 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5-libretech-all-h5-cc.dts7 model = "Libre Computer Board ALL-H5-CC H5";
H A Dsun50i-h5-bananapi-m2-plus.dts9 model = "Banana Pi BPI-M2-Plus H5";
H A Dsun50i-h5-libretech-all-h3-it.dts9 model = "Libre Computer Board ALL-H3-IT H5";
H A Dsun50i-h5-bananapi-m2-plus-v1.2.dts10 model = "Banana Pi BPI-M2-Plus v1.2 H5";
H A Dsun50i-h5-libretech-all-h3-cc.dts11 model = "Libre Computer Board ALL-H3-CC H5";
/linux/drivers/iio/pressure/
H A Dbmp280.h392 s16 H5; member
H A Dbmp280-core.c357 enum { H2 = 0, H3 = 2, H4 = 3, H5 = 4, H6 = 6 }; enumerator
394 tmp_3 = get_unaligned_le16(&data->bme280_humid_cal_buf[H5]); in bme280_read_calib()
395 calib->H5 = sign_extend32(FIELD_GET(BME280_COMP_H5_MASK, tmp_3), 11); in bme280_read_calib()
436 var = (((((s32)adc_humidity << 14) - (calib->H4 << 20) - (calib->H5 * var)) in bme280_compensate_humidity()
/linux/Documentation/admin-guide/media/
H A Dem28xx-cardlist.rst334 - Terratec Cinergy H5
/linux/drivers/iio/chemical/
H A Dbme680_core.c57 H5 = 5, enumerator
279 calib->par_h5 = data->bme680_cal_buf_2[H5]; in bme680_read_calib()
/linux/drivers/devfreq/
H A DKconfig162 Allwinner sun8i (A33 through H3) and sun50i (A64 and H5) SoCs.