Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h117572 struct nvmem_device { struct
117573 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h123940 struct nvmem_device { struct
123941 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 …]