Home
last modified time | relevance | path

Searched refs:hunt (Results 1 – 13 of 13) sorted by relevance

/u-boot/doc/usage/cmd/
A Dbootdev.rst12 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 Dusb_bootdev.c50 .hunt = usb_bootdev_hunt,
/u-boot/drivers/scsi/
A Dscsi_bootdev.c60 .hunt = scsi_bootdev_hunt,
/u-boot/drivers/nvme/
A Dnvme-uclass.c67 .hunt = nvme_bootdev_hunt,
/u-boot/net/
A Deth_bootdev.c117 .hunt = eth_bootdev_hunt,
/u-boot/cmd/
A Dbootdev.c152 U_BOOT_SUBCMD_MKENT(hunt, 2, 1, do_bootdev_hunt),
A Dextension_board.c202 .hunt = extension_bootdev_hunt,
/u-boot/include/
A Dbootdev.h94 bootdev_hunter_func hunt; member
/u-boot/drivers/misc/
A Dqfw.c402 .hunt = qfw_bootdev_hunt,
/u-boot/drivers/virtio/
A Dvirtio-uclass.c420 .hunt = virtio_bootdev_hunt,
/u-boot/boot/
A Dbootdev-uclass.c767 if (info->hunt) { in bootdev_hunt_drv()
768 ret = info->hunt(info, show); in bootdev_hunt_drv()
/u-boot/drivers/block/
A Dide.c993 .hunt = ide_bootdev_hunt,
/u-boot/doc/develop/
A Dbootstd.rst79 which can hunt for bootdevs of a particular uclass type. For example, the SCSI

Completed in 24 milliseconds