| /linux/include/linux/ |
| A D | nvmem-consumer.h | 62 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len); 124 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read() function
|
| /linux/net/core/ |
| A D | of_net.c | 81 mac = nvmem_cell_read(cell, &len); in of_get_mac_addr_nvmem()
|
| /linux/drivers/cpufreq/ |
| A D | qcom-cpufreq-nvmem.c | 190 speedbin = nvmem_cell_read(speedbin_nvmem, &len); in qcom_cpufreq_kryo_name_version() 219 speedbin = nvmem_cell_read(speedbin_nvmem, &len); in qcom_cpufreq_krait_name_version()
|
| A D | sun50i-cpufreq-nvmem.c | 66 speedbin = nvmem_cell_read(speedbin_nvmem, &len); in sun50i_cpufreq_get_efuse()
|
| /linux/Documentation/driver-api/ |
| A D | nvmem.rst | 115 void *nvmem_cell_read(struct nvmem_cell *cell, ssize_t *len); 119 and nvmem_cell_read/write() can then read or write to the cell.
|
| /linux/drivers/watchdog/ |
| A D | rave-sp-wdt.c | 281 void *value = nvmem_cell_read(cell, &len); in rave_sp_wdt_probe()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | ath9k_pci_owl_loader.c | 167 buf = nvmem_cell_read(ctx->cell, &len); in owl_nvmem_work()
|
| A D | init.c | 596 buf = nvmem_cell_read(cell, &len); in ath9k_nvmem_request_eeprom()
|
| /linux/drivers/phy/mediatek/ |
| A D | phy-mtk-mipi-dsi.c | 102 buf = (u32 *)nvmem_cell_read(cell, &len); in mtk_mipi_tx_get_calibration_datal()
|
| /linux/drivers/nvmem/ |
| A D | core.c | 1469 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read() function 1490 EXPORT_SYMBOL_GPL(nvmem_cell_read); 1599 buf = nvmem_cell_read(cell, &len); in nvmem_cell_read_common() 1689 buf = nvmem_cell_read(cell, len); in nvmem_cell_read_variable_common()
|
| /linux/net/ethernet/ |
| A D | eth.c | 565 mac = nvmem_cell_read(cell, &len); in nvmem_get_mac_address()
|
| /linux/drivers/phy/socionext/ |
| A D | phy-uniphier-usb3hs.c | 111 buf = nvmem_cell_read(cell, NULL); in uniphier_u3hsphy_get_nvparam()
|
| /linux/drivers/thermal/ |
| A D | sprd_thermal.c | 132 buf = nvmem_cell_read(cell, &len); in sprd_thm_cal_read()
|
| A D | sun8i_thermal.c | 309 caldata = nvmem_cell_read(calcell, &callen); in sun8i_ths_calibrate()
|
| A D | mtk_thermal.c | 912 buf = (u32 *)nvmem_cell_read(cell, &len); in mtk_thermal_get_calibration_data()
|
| /linux/drivers/iio/adc/ |
| A D | sc27xx_adc.c | 146 buf = nvmem_cell_read(cell, &len); in sc27xx_adc_scale_calibration()
|
| A D | meson_saradc.c | 734 buf = nvmem_cell_read(temperature_calib, &read_len); in meson_sar_adc_temp_sensor_init()
|
| /linux/drivers/bluetooth/ |
| A D | hci_ll.c | 739 bdaddr = nvmem_cell_read(bdaddr_cell, &len); in hci_ti_probe()
|
| /linux/drivers/phy/qualcomm/ |
| A D | phy-qcom-qusb2.c | 577 val = nvmem_cell_read(qphy->cell, NULL); in qusb2_phy_set_tune2_param()
|
| /linux/drivers/power/supply/ |
| A D | sc27xx_fuel_gauge.c | 976 buf = nvmem_cell_read(cell, &len); in sc27xx_fgu_calibration()
|
| /linux/drivers/thermal/qcom/ |
| A D | tsens.c | 66 ret = nvmem_cell_read(cell, &data); in qfprom_read()
|
| /linux/drivers/phy/rockchip/ |
| A D | phy-rockchip-inno-hdmi.c | 998 efuse_buf = nvmem_cell_read(cell, &len); in inno_hdmi_phy_rk3328_init()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| A D | a5xx_gpu.c | 1730 void *buf = nvmem_cell_read(cell, NULL); in check_speed_bin()
|
| /linux/drivers/net/ethernet/ni/ |
| A D | nixge.c | 1214 mac = nvmem_cell_read(cell, &cell_size); in nixge_get_nvmem_address()
|
| /linux/ |
| A D | vmlinux.symvers | 330 0x00000000 nvmem_cell_read vmlinux EXPORT_SYMBOL_GPL
|