Searched refs:nvmem_cell_table (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dnvmem-provider.h141 * struct nvmem_cell_table - NVMEM cell definitions for given provider
152 struct nvmem_cell_table { struct
193 void nvmem_add_cell_table(struct nvmem_cell_table *table);
194 void nvmem_del_cell_table(struct nvmem_cell_table *table);
223 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {}
224 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {}
/linux-master/drivers/nvmem/
H A Dcore.c681 struct nvmem_cell_table *table;
2103 void nvmem_add_cell_table(struct nvmem_cell_table *table)
2116 void nvmem_del_cell_table(struct nvmem_cell_table *table)

Completed in 111 milliseconds