/openbmc/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
|
/openbmc/linux/net/core/ |
H A D | of_net.c | 82 mac = nvmem_cell_read(cell, &len); in of_get_mac_address_nvmem()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | qcom-cpufreq-nvmem.c | 148 speedbin = nvmem_cell_read(speedbin_nvmem, &len); in qcom_cpufreq_kryo_name_version() 180 speedbin = nvmem_cell_read(speedbin_nvmem, &len); in qcom_cpufreq_krait_name_version()
|
H A D | sun50i-cpufreq-nvmem.c | 64 speedbin = nvmem_cell_read(speedbin_nvmem, &len); in sun50i_cpufreq_get_efuse()
|
/openbmc/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()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | nvmem.rst | 111 void *nvmem_cell_read(struct nvmem_cell *cell, ssize_t *len); 115 and nvmem_cell_read/write() can then read or write to the cell.
|
/openbmc/linux/drivers/watchdog/ |
H A D | rave-sp-wdt.c | 281 void *value = nvmem_cell_read(cell, &len); in rave_sp_wdt_probe()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k_pci_owl_loader.c | 167 buf = nvmem_cell_read(ctx->cell, &len); in owl_nvmem_work()
|
/openbmc/linux/drivers/phy/sunplus/ |
H A D | phy-sunplus-usb2.c | 92 otp_v = nvmem_cell_read(cell, &otp_l); in update_disc_vol()
|
/openbmc/linux/drivers/nvmem/ |
H A D | core.c | 1633 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read() function 1655 EXPORT_SYMBOL_GPL(nvmem_cell_read); 1772 buf = nvmem_cell_read(cell, &len); in nvmem_cell_read_common() 1862 buf = nvmem_cell_read(cell, len); in nvmem_cell_read_variable_common()
|
/openbmc/linux/drivers/thermal/ |
H A D | imx8mm_thermal.c | 211 buf = nvmem_cell_read(cell, &len); in imx8mm_tmu_probe_set_calib_v2()
|
H A D | sun8i_thermal.c | 307 caldata = nvmem_cell_read(calcell, &callen); in sun8i_ths_calibrate()
|
H A D | sprd_thermal.c | 132 buf = nvmem_cell_read(cell, &len); in sprd_thm_cal_read()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | eeprom.c | 121 data = nvmem_cell_read(cell, &retlen); in mt76_get_of_eeprom_from_nvmem()
|
/openbmc/linux/drivers/phy/socionext/ |
H A D | phy-uniphier-usb3hs.c | 111 buf = nvmem_cell_read(cell, NULL); in uniphier_u3hsphy_get_nvparam()
|
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 547 mac = nvmem_cell_read(cell, &len); in nvmem_get_mac_address()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-pm8xxx.c | 77 buf = nvmem_cell_read(rtc_dd->nvmem_cell, &len); in pm8xxx_rtc_read_nvmem_offset()
|
/openbmc/linux/drivers/net/ethernet/sunplus/ |
H A D | spl2sw_driver.c | 234 mac = nvmem_cell_read(cell, &len); in spl2sw_nvmem_get_mac_address()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_ll.c | 739 bdaddr = nvmem_cell_read(bdaddr_cell, &len); in hci_ti_probe()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | sc27xx_adc.c | 179 buf = nvmem_cell_read(cell, &len); in adc_nvmem_cell_calib_data()
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83867.c | 561 buf = nvmem_cell_read(cell, NULL); in dp83867_of_init_io_impedance()
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qusb2.c | 576 val = nvmem_cell_read(qphy->cell, NULL); in qusb2_phy_set_tune2_param()
|
/openbmc/linux/drivers/thermal/mediatek/ |
H A D | lvts_thermal.c | 671 efuse = nvmem_cell_read(cell, &len); in lvts_calibration_read()
|
H A D | auxadc_thermal.c | 1096 buf = (u32 *)nvmem_cell_read(cell, &len); in mtk_thermal_get_calibration_data()
|
/openbmc/linux/drivers/power/supply/ |
H A D | sc27xx_fuel_gauge.c | 969 buf = nvmem_cell_read(cell, &len); in sc27xx_fgu_calibration()
|