Searched refs:nvmem_cell (Results 1 – 25 of 40) sorted by relevance
12
| /drivers/power/reset/ |
| A D | macsmc-reboot.c | 18 struct nvmem_cell *shutdown_flag; 19 struct nvmem_cell *boot_stage; 20 struct nvmem_cell *boot_error_count; 21 struct nvmem_cell *panic_count; 44 struct nvmem_cell *nvm_cells[ARRAY_SIZE(nvmem_names)]; 49 static int nvmem_cell_get_u8(struct nvmem_cell *cell) in nvmem_cell_get_u8() 69 static int nvmem_cell_set_u8(struct nvmem_cell *cell, u8 val) in nvmem_cell_set_u8() 218 struct nvmem_cell *cell; in macsmc_reboot_probe()
|
| A D | nvmem-reboot-mode.c | 16 struct nvmem_cell *cell;
|
| /drivers/rtc/ |
| A D | rtc-pm8xxx.c | 79 struct nvmem_cell *nvmem_cell; member 176 buf = nvmem_cell_read(rtc_dd->nvmem_cell, &len); in pm8xxx_rtc_read_nvmem_offset() 203 rc = nvmem_cell_write(rtc_dd->nvmem_cell, buf, sizeof(buf)); in pm8xxx_rtc_write_nvmem_offset() 249 if (!rtc_dd->nvmem_cell && !rtc_dd->use_uefi) in pm8xxx_rtc_update_offset() 270 if (rtc_dd->nvmem_cell) in pm8xxx_rtc_update_offset() 568 rtc_dd->nvmem_cell = devm_nvmem_cell_get(rtc_dd->dev, "offset"); in pm8xxx_rtc_probe_offset() 569 if (IS_ERR(rtc_dd->nvmem_cell)) { in pm8xxx_rtc_probe_offset() 570 rc = PTR_ERR(rtc_dd->nvmem_cell); in pm8xxx_rtc_probe_offset() 573 rtc_dd->nvmem_cell = NULL; in pm8xxx_rtc_probe_offset() 668 if (rtc_dd->nvmem_cell) in pm8xxx_shutdown()
|
| /drivers/cpufreq/ |
| A D | qcom-cpufreq-nvmem.c | 52 struct nvmem_cell *speedbin_nvmem, 73 struct nvmem_cell *speedbin_nvmem, in qcom_cpufreq_simple_get_version() 169 struct nvmem_cell *speedbin_nvmem, in qcom_cpufreq_kryo_name_version() 217 struct nvmem_cell *speedbin_nvmem, in qcom_cpufreq_krait_name_version() 256 struct nvmem_cell *speedbin_nvmem, in qcom_cpufreq_ipq8064_name_version() 311 struct nvmem_cell *speedbin_nvmem, in qcom_cpufreq_ipq6018_name_version() 362 struct nvmem_cell *speedbin_nvmem, in qcom_cpufreq_ipq8074_name_version() 445 struct nvmem_cell *speedbin_nvmem; in qcom_cpufreq_probe()
|
| A D | sun50i-cpufreq-nvmem.c | 194 struct nvmem_cell *speedbin_nvmem; in sun50i_cpufreq_get_efuse()
|
| /drivers/nvmem/ |
| A D | core.c | 41 struct nvmem_cell { struct 344 struct nvmem_cell *cell = NULL; in nvmem_cell_attr_read() 1298 struct nvmem_cell *cell; in nvmem_create_cell() 1320 static struct nvmem_cell * 1324 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup() 1419 struct nvmem_cell *cell; in of_nvmem_cell_get() 1507 struct nvmem_cell *cell; in nvmem_cell_get() 1540 struct nvmem_cell **ptr, *cell; in devm_nvmem_cell_get() 1560 struct nvmem_cell **c = res; in devm_nvmem_cell_match() 1816 struct nvmem_cell *cell; in nvmem_cell_read_common() [all …]
|
| /drivers/phy/mediatek/ |
| A D | phy-mtk-mipi-dsi.c | 69 struct nvmem_cell *cell; in mtk_mipi_tx_get_calibration_datal()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | ath9k_pci_owl_loader.c | 28 struct nvmem_cell *cell;
|
| /drivers/watchdog/ |
| A D | rave-sp-wdt.c | 258 struct nvmem_cell *cell; in rave_sp_wdt_probe()
|
| /drivers/net/phy/aquantia/ |
| A D | aquantia_firmware.c | 298 struct nvmem_cell *cell; in aqr_firmware_load_nvmem()
|
| /drivers/phy/sunplus/ |
| A D | phy-sunplus-usb2.c | 80 struct nvmem_cell *cell; in update_disc_vol()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | eeprom.c | 118 struct nvmem_cell *cell; in mt76_get_of_data_from_nvmem()
|
| /drivers/phy/socionext/ |
| A D | phy-uniphier-usb3hs.c | 104 struct nvmem_cell *cell; in uniphier_u3hsphy_get_nvparam()
|
| /drivers/thermal/ |
| A D | imx8mm_thermal.c | 202 struct nvmem_cell *cell; in imx8mm_tmu_probe_set_calib_v2()
|
| A D | sprd_thermal.c | 124 struct nvmem_cell *cell; in sprd_thm_cal_read()
|
| A D | sun8i_thermal.c | 304 struct nvmem_cell *calcell; in sun8i_ths_calibrate()
|
| /drivers/net/ethernet/sunplus/ |
| A D | spl2sw_driver.c | 224 struct nvmem_cell *cell; in spl2sw_nvmem_get_mac_address()
|
| /drivers/ufs/host/ |
| A D | ufs-renesas.c | 451 struct nvmem_cell *cell = NULL; in ufs_renesas_init()
|
| /drivers/bluetooth/ |
| A D | hci_ll.c | 689 struct nvmem_cell *bdaddr_cell; in hci_ti_probe()
|
| /drivers/iio/adc/ |
| A D | sc27xx_adc.c | 167 struct nvmem_cell *cell; in adc_nvmem_cell_calib_data()
|
| /drivers/phy/realtek/ |
| A D | phy-rtk-usb3.c | 438 struct nvmem_cell *cell; in get_phy_data_by_efuse()
|
| /drivers/extcon/ |
| A D | extcon-rtk-type-c.c | 876 struct nvmem_cell *cell; in __updated_type_c_parameter_by_efuse() 960 struct nvmem_cell *cell; in __updated_type_c_parameter_by_efuse_v2()
|
| /drivers/net/phy/ |
| A D | dp83867.c | 508 struct nvmem_cell *cell; in dp83867_of_init_io_impedance()
|
| /drivers/phy/qualcomm/ |
| A D | phy-qcom-qusb2.c | 463 struct nvmem_cell *cell;
|
| /drivers/thermal/mediatek/ |
| A D | auxadc_thermal.c | 1076 struct nvmem_cell *cell; in mtk_thermal_get_calibration_data()
|
Completed in 63 milliseconds
12