Home
last modified time | relevance | path

Searched defs:nvmem_cell_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/linux/
Dnvmem-provider.h64 struct nvmem_cell_info { struct
65 const char *name;
66 unsigned int offset;
67 size_t raw_len;
68 unsigned int bytes;
69 unsigned int bit_offset;
70 unsigned int nbits;
71 struct device_node *np;
72 nvmem_cell_post_process_t read_post_process;
73 void *priv;