Searched refs:hunt (Results 1 – 13 of 13) sorted by relevance
| /u-boot/doc/usage/cmd/ |
| A D | bootdev.rst | 12 bootdev hunt [-l|<spec>] - use hunt drivers to find bootdevs 67 bootdev hunt 145 => bootdev hunt usb 149 => bootdev hunt -l
|
| /u-boot/drivers/usb/host/ |
| A D | usb_bootdev.c | 50 .hunt = usb_bootdev_hunt,
|
| /u-boot/drivers/scsi/ |
| A D | scsi_bootdev.c | 60 .hunt = scsi_bootdev_hunt,
|
| /u-boot/drivers/nvme/ |
| A D | nvme-uclass.c | 67 .hunt = nvme_bootdev_hunt,
|
| /u-boot/net/ |
| A D | eth_bootdev.c | 117 .hunt = eth_bootdev_hunt,
|
| /u-boot/cmd/ |
| A D | bootdev.c | 152 U_BOOT_SUBCMD_MKENT(hunt, 2, 1, do_bootdev_hunt),
|
| A D | extension_board.c | 202 .hunt = extension_bootdev_hunt,
|
| /u-boot/include/ |
| A D | bootdev.h | 94 bootdev_hunter_func hunt; member
|
| /u-boot/drivers/misc/ |
| A D | qfw.c | 402 .hunt = qfw_bootdev_hunt,
|
| /u-boot/drivers/virtio/ |
| A D | virtio-uclass.c | 420 .hunt = virtio_bootdev_hunt,
|
| /u-boot/boot/ |
| A D | bootdev-uclass.c | 767 if (info->hunt) { in bootdev_hunt_drv() 768 ret = info->hunt(info, show); in bootdev_hunt_drv()
|
| /u-boot/drivers/block/ |
| A D | ide.c | 993 .hunt = ide_bootdev_hunt,
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 79 which can hunt for bootdevs of a particular uclass type. For example, the SCSI
|
Completed in 24 milliseconds