Lines Matching refs:bootdev
291 const struct spl_boot_device *bootdev, in spl_parse_board_header() argument
306 const struct spl_boot_device *bootdev, in spl_parse_image_header() argument
368 if (!spl_parse_board_header(spl_image, bootdev, (const void *)header, in spl_parse_image_header()
388 const struct spl_boot_device *bootdev, struct spl_load_info *info, in spl_load() argument
391 return _spl_load(spl_image, bootdev, info, size, offset); in spl_load()
578 const struct spl_boot_device *bootdev) in spl_check_board_image() argument
587 struct spl_boot_device bootdev; in spl_load_image() local
589 bootdev.boot_device = loader->boot_device; in spl_load_image()
590 bootdev.boot_device_name = NULL; in spl_load_image()
592 ret = loader->load_image(spl_image, &bootdev); in spl_load_image()
605 ret = spl_check_board_image(spl_image, &bootdev); in spl_load_image()
632 int bootdev = spl_boot_list[i]; in boot_from_devices() local
637 if (loader && bootdev != loader->boot_device) in boot_from_devices()
646 bootdev); in boot_from_devices()
655 spl_image->boot_device = bootdev; in boot_from_devices()