Searched defs:mmc_part (Results 1 – 2 of 2) sorted by relevance
37 struct mmc_part { struct38 int dev_num;39 struct mmc *mmc;63 static inline uint64_t calc_offset(struct mmc_part *part, int64_t offset) in calc_offset() argument
252 struct mmc_part { struct253 u64 size; /* partition size (in bytes) */254 unsigned int part_cfg; /* partition type */255 char name[MAX_MMC_PART_NAME_LEN];256 bool force_ro; /* to make boot parts RO by default */257 unsigned int area_type;