Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h72595 struct nvmem_cell_info { struct
72596 const char *name;
72597 unsigned int offset;
72598 size_t raw_len;
72599 unsigned int bytes;
72600 unsigned int bit_offset;
72601 unsigned int nbits;
72602 struct device_node *np;
72603 nvmem_cell_post_process_t read_post_process;
72604 void *priv;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h109768 struct nvmem_cell_info { struct
109792 void (*fixup_cell_info)(struct nvmem_device *, struct nvmem_layout *, struct nvmem_cell_info *); argument