Lines Matching defs:efuse
603 * The efuse blob values follows the sensor enumeration per thermal
648 * The efuse bytes stream can be split into different chunk of
663 u8 *efuse;
671 efuse = nvmem_cell_read(cell, &len);
675 if (IS_ERR(efuse)) {
677 return PTR_ERR(efuse);
683 kfree(efuse);
687 memcpy(lvts_td->calib + lvts_td->calib_len, efuse, len);
691 kfree(efuse);
719 * Create the calibration bytes stream from efuse data
727 * of efuse data.
770 * We no longer need the efuse bytes stream, let's free it