Searched defs:mmc_blk_data (Results 1 – 2 of 2) sorted by relevance
106328 struct mmc_blk_data { struct106329 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 …]
116194 struct mmc_blk_data { struct116195 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 …]