Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dnvmem-provider.h147 struct nvmem_cell_table { struct
194 void nvmem_add_cell_table(struct nvmem_cell_table *table);
195 void nvmem_del_cell_table(struct nvmem_cell_table *table);
223 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {} in nvmem_add_cell_table()
224 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {} in nvmem_del_cell_table()
/linux-6.6.21/Documentation/driver-api/
Dnvmem.rst63 nvmem_cell_table struct::
73 static struct nvmem_cell_table foo_nvmem_cell_table = {
/linux-6.6.21/drivers/nvmem/
Dcore.c596 struct nvmem_cell_table *table; in nvmem_add_cells_from_table()
2064 void nvmem_add_cell_table(struct nvmem_cell_table *table) in nvmem_add_cell_table()
2077 void nvmem_del_cell_table(struct nvmem_cell_table *table) in nvmem_del_cell_table()