Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnvmem-consumer.h41 int nvmem_cell_read_u32(struct device *dev, const char *cell_id, u32 *val);
92 static inline int nvmem_cell_read_u32(struct device *dev, in nvmem_cell_read_u32() function
/Linux-v4.19/drivers/thermal/
Dimx_thermal.c605 ret = nvmem_cell_read_u32(&pdev->dev, "calib", &val); in imx_init_from_nvmem_cells()
613 ret = nvmem_cell_read_u32(&pdev->dev, "temp_grade", &val); in imx_init_from_nvmem_cells()
/Linux-v4.19/drivers/nvmem/
Dcore.c1202 int nvmem_cell_read_u32(struct device *dev, const char *cell_id, u32 *val) in nvmem_cell_read_u32() function
1228 EXPORT_SYMBOL_GPL(nvmem_cell_read_u32);