Home
last modified time | relevance | path

Searched refs:mmc_part (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/common/
Davb_verify.c256 static unsigned long mmc_read_and_flush(struct mmc_part *part, in mmc_read_and_flush()
302 static unsigned long mmc_write(struct mmc_part *part, lbaint_t start, in mmc_write()
334 static struct mmc_part *get_partition(AvbOps *ops, const char *partition) in get_partition()
339 struct mmc_part *part; in get_partition()
342 part = malloc(sizeof(struct mmc_part)); in get_partition()
389 struct mmc_part *part; in mmc_byte_io()
684 struct mmc_part *part; in get_unique_guid_for_partition()
/external/u-boot/include/
Davb_verify.h32 struct mmc_part { struct
58 static inline uint64_t calc_offset(struct mmc_part *part, int64_t offset) in calc_offset() argument