Searched defs:hwpart (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/disk/ |
D | part.c | 55 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/ |
D | blk_legacy.c | 191 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()
|
D | blk-uclass.c | 177 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/ |
D | mmc_legacy.c | 213 static int mmc_select_hwpartp(struct blk_desc *desc, int hwpart) in mmc_select_hwpartp()
|
D | mmc-uclass.c | 336 static int mmc_select_hwpart(struct udevice *bdev, int hwpart) in mmc_select_hwpart()
|
/external/u-boot/include/ |
D | blk.h | 69 unsigned char hwpart; /* HW partition, e.g. for eMMC */ member
|