Home
last modified time | relevance | path

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

/linux/drivers/nvmem/
H A Dlayouts.c168 struct device_node *of_nvmem_layout_get_container(struct nvmem_device *nvmem) in of_nvmem_layout_get_container() function
172 EXPORT_SYMBOL_GPL(of_nvmem_layout_get_container);
183 layout_dn = of_nvmem_layout_get_container(nvmem); in nvmem_populate_layout()
H A Dcore.c851 layout_np = of_nvmem_layout_get_container(nvmem); in nvmem_add_cells_from_fixed_layout()
/linux/include/linux/
H A Dnvmem-provider.h229 struct device_node *of_nvmem_layout_get_container(struct nvmem_device *nvmem);
233 static inline struct device_node *of_nvmem_layout_get_container(struct nvmem_device *nvmem) in of_nvmem_layout_get_container() function