Home
last modified time | relevance | path

Searched refs:nvmem_cell_read_u32 (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnvmem-consumer.h61 int nvmem_cell_read_u32(struct device *dev, const char *cell_id, u32 *val);
143 static inline int nvmem_cell_read_u32(struct device *dev, in nvmem_cell_read_u32() function
/linux/drivers/thermal/
H A Dimx_thermal.c491 ret = nvmem_cell_read_u32(&pdev->dev, "calib", &val); in imx_init_from_nvmem_cells()
499 ret = nvmem_cell_read_u32(&pdev->dev, "temp_grade", &val); in imx_init_from_nvmem_cells()
/linux/drivers/nvmem/
H A Dcore.c1880 int nvmem_cell_read_u32(struct device *dev, const char *cell_id, u32 *val) in nvmem_cell_read_u32() function
1884 EXPORT_SYMBOL_GPL(nvmem_cell_read_u32);