Searched defs:nvmem_device (Results 1 – 2 of 2) sorted by relevance
117572 struct nvmem_device { struct117573 struct module *owner;117574 struct device dev;117575 int stride;117576 int word_size;117577 int id;117578 struct kref refcnt;117579 size_t size;117580 bool read_only;117581 bool root_only;[all …]
123940 struct nvmem_device { struct123941 struct module *owner;123942 struct device dev;123943 int stride;123944 int word_size;123945 int id;123946 struct kref refcnt;123947 size_t size;123948 bool read_only;123949 bool root_only;[all …]