Home
last modified time | relevance | path

Searched refs:bootdev_hunter (Results 1 – 11 of 11) sorted by relevance

/u-boot/include/
A Dbootdev.h58 struct bootdev_hunter;
70 typedef int (*bootdev_hunter_func)(struct bootdev_hunter *info, bool show);
90 struct bootdev_hunter { struct
99 ll_entry_declare(struct bootdev_hunter, __name, bootdev_hunter) argument
103 ll_entry_get(struct bootdev_hunter, __name, bootdev_hunter)
/u-boot/boot/
A Dbootdev-uclass.c780 struct bootdev_hunter *start; in bootdev_hunt()
786 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt()
787 n_ent = ll_entry_count(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt()
797 struct bootdev_hunter *info = start + i; in bootdev_hunt()
818 struct bootdev_hunter *start; in bootdev_hunt_prio()
822 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt_prio()
823 n_ent = ll_entry_count(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt_prio()
828 struct bootdev_hunter *info = start + i; in bootdev_hunt_prio()
843 struct bootdev_hunter *orig, *start; in bootdev_list_hunters()
846 orig = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_list_hunters()
[all …]
/u-boot/test/boot/
A Dbootstd_common.c73 struct bootdev_hunter *start, *mmc; in bootstd_test_check_mmc_hunter()
81 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootstd_test_check_mmc_hunter()
/u-boot/drivers/usb/host/
A Dusb_bootdev.c23 static int usb_bootdev_hunt(struct bootdev_hunter *info, bool show) in usb_bootdev_hunt()
/u-boot/drivers/scsi/
A Dscsi_bootdev.c24 static int scsi_bootdev_hunt(struct bootdev_hunter *info, bool show) in scsi_bootdev_hunt()
/u-boot/drivers/nvme/
A Dnvme-uclass.c25 static int nvme_bootdev_hunt(struct bootdev_hunter *info, bool show) in nvme_bootdev_hunt()
/u-boot/net/
A Deth_bootdev.c68 static int eth_bootdev_hunt(struct bootdev_hunter *info, bool show) in eth_bootdev_hunt()
/u-boot/cmd/
A Dextension_board.c182 static int extension_bootdev_hunt(struct bootdev_hunter *info, bool show) in extension_bootdev_hunt()
/u-boot/drivers/misc/
A Dqfw.c364 static int qfw_bootdev_hunt(struct bootdev_hunter *info, bool show) in qfw_bootdev_hunt()
/u-boot/drivers/virtio/
A Dvirtio-uclass.c372 static int virtio_bootdev_hunt(struct bootdev_hunter *info, bool show) in virtio_bootdev_hunt()
/u-boot/drivers/block/
A Dide.c965 static int ide_bootdev_hunt(struct bootdev_hunter *info, bool show) in ide_bootdev_hunt()

Completed in 23 milliseconds