Lines Matching refs:seq
384 int seq, len, method_flags; in label_to_uclass() local
389 seq = trailing_strtoln_end(label, NULL, &end); in label_to_uclass()
394 log_debug("find %s: seq=%d, id=%d/%s\n", label, seq, id, in label_to_uclass()
415 *seqp = seq; in label_to_uclass()
425 int seq, ret, method_flags = 0; in bootdev_find_by_label() local
433 ret = label_to_uclass(label, &seq, &method_flags); in bootdev_find_by_label()
444 if (seq != -1 && dev_seq(media) != seq) { in bootdev_find_by_label()
452 log_debug("- looking via blk, seq=%d, id=%d\n", seq, in bootdev_find_by_label()
454 ret = blk_find_device(id, seq, &blk); in bootdev_find_by_label()
468 if (seq == -1) in bootdev_find_by_label()
486 int ret = -ENODEV, seq; in bootdev_find_by_any() local
489 seq = simple_strtol(name, &endp, 16); in bootdev_find_by_any()
509 ret = uclass_get_device_by_seq(UCLASS_BOOTDEV, seq, &dev); in bootdev_find_by_any()
785 static int bootdev_hunt_drv(struct bootdev_hunter *info, uint seq, bool show) in bootdev_hunt_drv() argument
795 if (!(std->hunters_used & BIT(seq))) { in bootdev_hunt_drv()
806 std->hunters_used |= BIT(seq); in bootdev_hunt_drv()