| /linux/include/linux/ |
| H A D | nvmem-consumer.h | 57 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len); 120 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read() function
|
| /linux/net/core/ |
| H A D | of_net.c | 82 mac = nvmem_cell_read(cell, &len); in of_get_mac_address_nvmem()
|
| /linux/drivers/rtc/ |
| H A D | rtc-macsmc.c | 45 p_off = nvmem_cell_read(rtc->rtc_offset, &len); in macsmc_rtc_get_time()
|
| H A D | rtc-pm8xxx.c | 176 buf = nvmem_cell_read(rtc_dd->nvmem_cell, &len); in pm8xxx_rtc_read_nvmem_offset()
|
| /linux/drivers/phy/mediatek/ |
| H A D | phy-mtk-mipi-dsi.c | 78 buf = (u32 *)nvmem_cell_read(cell, &len); in mtk_mipi_tx_get_calibration_datal()
|
| /linux/drivers/cpufreq/ |
| H A D | sun50i-cpufreq-nvmem.c | 222 speedbin_ptr = nvmem_cell_read(speedbin_nvmem, &len); in sun50i_cpufreq_get_efuse()
|
| /linux/Documentation/driver-api/ |
| H A D | nvmem.rst | 105 void *nvmem_cell_read(struct nvmem_cell *cell, ssize_t *len); 109 and nvmem_cell_read/write() can then read or write to the cell.
|
| /linux/drivers/watchdog/ |
| H A D | rave-sp-wdt.c | 281 void *value = nvmem_cell_read(cell, &len); in rave_sp_wdt_probe()
|
| /linux/drivers/power/reset/ |
| H A D | macsmc-reboot.c | 54 bfr = nvmem_cell_read(cell, &len); in nvmem_cell_get_u8()
|
| /linux/drivers/phy/sunplus/ |
| H A D | phy-sunplus-usb2.c | 92 otp_v = nvmem_cell_read(cell, &otp_l); in update_disc_vol()
|
| /linux/drivers/phy/socionext/ |
| H A D | phy-uniphier-usb3hs.c | 111 buf = nvmem_cell_read(cell, NULL); in uniphier_u3hsphy_get_nvparam()
|
| /linux/net/ethernet/ |
| H A D | eth.c | 542 mac = nvmem_cell_read(cell, &len); in nvmem_get_mac_address()
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-renesas.c | 481 data = nvmem_cell_read(cell, &len); in ufs_renesas_init()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | eeprom.c | 134 data = nvmem_cell_read(cell, &retlen); in mt76_get_of_data_from_nvmem()
|
| /linux/drivers/thermal/ |
| H A D | sun8i_thermal.c | 329 caldata = nvmem_cell_read(calcell, &callen); in sun8i_ths_calibrate()
|
| H A D | rockchip_thermal.c | 1483 buf = nvmem_cell_read(cell, &len); in rockchip_get_efuse_value()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_ll.c | 751 bdaddr = nvmem_cell_read(bdaddr_cell, &len); in hci_ti_probe()
|
| /linux/drivers/extcon/ |
| H A D | extcon-rtk-type-c.c | 902 buf = nvmem_cell_read(cell, &buf_size); in __updated_type_c_parameter_by_efuse() 986 buf = nvmem_cell_read(cell, &buf_size); in __updated_type_c_parameter_by_efuse_v2()
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qusb2.c | 611 val = nvmem_cell_read(qphy->cell, NULL); in qusb2_phy_set_tune2_param()
|
| /linux/drivers/thermal/mediatek/ |
| H A D | auxadc_thermal.c | 1096 buf = (u32 *)nvmem_cell_read(cell, &len); in mtk_thermal_get_calibration_data()
|
| H A D | lvts_thermal.c | 894 efuse = nvmem_cell_read(cell, &len); in lvts_calibration_read()
|
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-hdmi.c | 1204 efuse_buf = nvmem_cell_read(cell, &len); in inno_hdmi_phy_rk3328_init()
|
| /linux/drivers/net/phy/mediatek/ |
| H A D | mtk-ge-soc.c | 1178 buf = (u32 *)nvmem_cell_read(cell, &len); in mt798x_phy_calibration()
|
| /linux/drivers/iio/adc/ |
| H A D | meson_saradc.c | 810 buf = nvmem_cell_read(temperature_calib, &read_len); in meson_sar_adc_temp_sensor_init()
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.c | 68 ret = nvmem_cell_read(cell, &data); in qfprom_read()
|