Home | History | Annotate | Download | only in include

Lines Matching refs:hwpart

69 	unsigned char	hwpart;		/* HW partition, e.g. for eMMC */
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 select
646 int blk_select_hwpart_devnum(enum if_type if_type, int devnum, int hwpart);