HomeSort by relevance Sort by last modified time
    Searched defs:hwpart (Results 1 - 2 of 2) sorted by null

  /external/u-boot/disk/
part.c 55 static struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart)
66 ret = blk_dselect_hwpart(dev_desc, hwpart);
81 struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart)
370 int dev, hwpart; local
380 hwpart = 0;
392 hwpart = simple_strtoul(hwpart_str, &ep, 16);
401 *dev_desc = get_dev_hwpart(ifname, dev, hwpart);
411 * Does not need to be done for hwpart 0 since it is default and
414 if(hwpart != 0)
  /external/u-boot/include/
blk.h 69 unsigned char hwpart; /* HW partition, e.g. for eMMC */ member in struct:blk_desc
255 * @hwpart: Hardware partition number to select. 0 means the raw
259 int (*select_hwpart)(struct udevice *dev, int hwpart);
397 * @hwpart: Partition number to select
400 int blk_select_hwpart(struct udevice *dev, int hwpart);
499 * @hwpart: Hardware partition number to select. 0 means the main
504 int (*select_hwpart)(struct blk_desc *desc, int hwpart);
551 * @hwpart: Partition number to select
554 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart);
643 * @hwpart: Partition number to selec
    [all...]

Completed in 1070 milliseconds