Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h106328 struct mmc_blk_data { struct
106329 struct device *parent;
106330 struct gendisk *disk;
106331 struct mmc_queue queue;
106332 struct list_head part;
106333 struct list_head rpmbs;
106334 unsigned int flags;
106335 struct kref kref;
106336 unsigned int read_only;
106337 unsigned int part_type;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h116194 struct mmc_blk_data { struct
116195 struct device *parent;
116196 struct gendisk *disk;
116197 struct mmc_queue queue;
116198 struct list_head part;
116199 struct list_head rpmbs;
116200 unsigned int flags;
116201 struct kref kref;
116202 unsigned int read_only;
116203 unsigned int part_type;
[all …]