Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/disk/
Dpart.c56 static struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart) in get_dev_hwpart()
82 struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart) in get_dev_hwpart()
377 int dev, hwpart; in blk_get_device_by_str() local
/third_party/uboot/u-boot-2020.01/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.c202 int blk_select_hwpart_devnum(enum if_type if_type, int devnum, int hwpart) in blk_select_hwpart_devnum()
337 int blk_select_hwpart(struct udevice *dev, int hwpart) in blk_select_hwpart()
349 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart) in blk_dselect_hwpart()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc_legacy.c222 static int mmc_select_hwpartp(struct blk_desc *desc, int hwpart) in mmc_select_hwpartp()
Dmmc-uclass.c372 static int mmc_select_hwpart(struct udevice *bdev, int hwpart) in mmc_select_hwpart()
/third_party/uboot/u-boot-2020.01/include/
Dblk.h70 unsigned char hwpart; /* HW partition, e.g. for eMMC */ member