Searched refs:otp_data (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/iio/magnetometer/
H A Dmmc35240.c210 u8 otp_data[6]; local
242 otp_data, sizeof(otp_data));
246 y_convert = MMC35240_OTP_CONVERT_Y(((otp_data[1] & 0x03) << 4) |
247 (otp_data[2] >> 4));
248 z_convert = MMC35240_OTP_CONVERT_Z(otp_data[3] & 0x3f);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dtestmode.c217 if (!utf_mode_fw->fw_file.otp_data) {
219 utf_mode_fw->fw_file.otp_data = ar->normal_mode_fw.fw_file.otp_data;
H A Dcore.c1012 if (!ar->normal_mode_fw.fw_file.otp_data ||
1031 ar->normal_mode_fw.fw_file.otp_data,
1247 ar->normal_mode_fw.fw_file.otp_data = NULL;
1693 if (!ar->normal_mode_fw.fw_file.otp_data ||
1705 ar->normal_mode_fw.fw_file.otp_data,
1822 if (!ar->running_fw->fw_file.otp_data ||
1825 ar->running_fw->fw_file.otp_data,
1834 ar->running_fw->fw_file.otp_data,
2120 fw_file->otp_data = data;
H A Dcore.h957 const void *otp_data; member in struct:ath10k_fw_file
H A Ddebug.c2182 crc32_le(0, ar->normal_mode_fw.fw_file.otp_data,
/linux-master/drivers/media/i2c/
H A Dimx208.c295 char otp_data[IMX208_OTP_SIZE]; member in struct:imx208
798 msgs[1].len = sizeof(imx208->otp_data);
799 msgs[1].buf = imx208->otp_data;
829 memcpy(buf, &imx208->otp_data[off], count);

Completed in 281 milliseconds