Searched refs:bootdev_hunter (Results 1 – 11 of 11) sorted by relevance
| /u-boot/include/ |
| A D | bootdev.h | 58 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 D | bootdev-uclass.c | 780 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 D | bootstd_common.c | 73 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 D | usb_bootdev.c | 23 static int usb_bootdev_hunt(struct bootdev_hunter *info, bool show) in usb_bootdev_hunt()
|
| /u-boot/drivers/scsi/ |
| A D | scsi_bootdev.c | 24 static int scsi_bootdev_hunt(struct bootdev_hunter *info, bool show) in scsi_bootdev_hunt()
|
| /u-boot/drivers/nvme/ |
| A D | nvme-uclass.c | 25 static int nvme_bootdev_hunt(struct bootdev_hunter *info, bool show) in nvme_bootdev_hunt()
|
| /u-boot/net/ |
| A D | eth_bootdev.c | 68 static int eth_bootdev_hunt(struct bootdev_hunter *info, bool show) in eth_bootdev_hunt()
|
| /u-boot/cmd/ |
| A D | extension_board.c | 182 static int extension_bootdev_hunt(struct bootdev_hunter *info, bool show) in extension_bootdev_hunt()
|
| /u-boot/drivers/misc/ |
| A D | qfw.c | 364 static int qfw_bootdev_hunt(struct bootdev_hunter *info, bool show) in qfw_bootdev_hunt()
|
| /u-boot/drivers/virtio/ |
| A D | virtio-uclass.c | 372 static int virtio_bootdev_hunt(struct bootdev_hunter *info, bool show) in virtio_bootdev_hunt()
|
| /u-boot/drivers/block/ |
| A D | ide.c | 965 static int ide_bootdev_hunt(struct bootdev_hunter *info, bool show) in ide_bootdev_hunt()
|
Completed in 23 milliseconds