Searched refs:drv (Results 1 – 2 of 2) sorted by relevance
176 struct driver *drv = ll_entry_start(struct driver, driver); in dm_scan_other() local199 for (i = 0; i < n_ents; i++, drv++) { in dm_scan_other()200 if (drv->id == UCLASS_BOOTMETH) { in dm_scan_other()201 const char *name = drv->name; in dm_scan_other()205 ret = device_bind(bootstd, drv, name, 0, ofnode_null(), in dm_scan_other()
929 info->drv ? info->drv->name : "(none)"); in bootdev_list_hunters()
Completed in 12 milliseconds