Home
last modified time | relevance | path

Searched defs:hwpart (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/disk/
Dpart.c55 static struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart) in get_dev_hwpart()
81 struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart) in get_dev_hwpart()
370 int dev, hwpart; in blk_get_device_by_str() local
/external/u-boot/drivers/block/
Dblk_legacy.c191 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart) in blk_dselect_hwpart()
252 int blk_select_hwpart_devnum(enum if_type if_type, int devnum, int hwpart) in blk_select_hwpart_devnum()
Dblk-uclass.c177 int blk_select_hwpart_devnum(enum if_type if_type, int devnum, int hwpart) in blk_select_hwpart_devnum()
312 int blk_select_hwpart(struct udevice *dev, int hwpart) in blk_select_hwpart()
324 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart) in blk_dselect_hwpart()
/external/u-boot/drivers/mmc/
Dmmc_legacy.c213 static int mmc_select_hwpartp(struct blk_desc *desc, int hwpart) in mmc_select_hwpartp()
Dmmc-uclass.c336 static int mmc_select_hwpart(struct udevice *bdev, int hwpart) in mmc_select_hwpart()
/external/u-boot/include/
Dblk.h69 unsigned char hwpart; /* HW partition, e.g. for eMMC */ member