Searched refs:if_typename (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_disk.c | 176 const char *if_typename, in efi_disk_add_dev() argument 199 diskobj->ifname = if_typename; in efi_disk_add_dev() 217 const char *if_typename, in efi_disk_create_eltorito() argument 234 efi_disk_add_dev(devname, if_typename, desc, diskid, in efi_disk_create_eltorito() 241 efi_disk_add_dev(devname, if_typename, desc, diskid, 0, 0); in efi_disk_create_eltorito() 268 const char *if_typename = dev->driver->name; in efi_disk_register() local 276 efi_disk_add_dev(dev->name, if_typename, desc, in efi_disk_register() 282 efi_disk_add_dev(dev->name, if_typename, desc, in efi_disk_register() 291 disks += efi_disk_create_eltorito(desc, if_typename, in efi_disk_register() 300 const char *if_typename; in efi_disk_register() local [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | blk_legacy.c | 26 static struct blk_driver *blk_driver_lookup_typename(const char *if_typename) in blk_driver_lookup_typename() argument 33 if (!strcmp(if_typename, entry->if_typename)) in blk_driver_lookup_typename() 45 return drv ? drv->if_typename : NULL; in blk_get_if_type_name() 147 printf("\n%s device %d: ", drv->if_typename, devnum); in blk_print_device_num() 204 struct blk_desc *blk_get_devnum_by_typename(const char *if_typename, int devnum) in blk_get_devnum_by_typename() argument 206 struct blk_driver *drv = blk_driver_lookup_typename(if_typename); in blk_get_devnum_by_typename()
|
| H A D | blk-uclass.c | 53 enum if_type if_typename_to_iftype(const char *if_typename) in if_typename_to_iftype() argument 59 !strcmp(if_typename, if_typename_str[i])) in if_typename_to_iftype() 95 struct blk_desc *blk_get_devnum_by_typename(const char *if_typename, int devnum) in blk_get_devnum_by_typename() argument 103 if_type = if_typename_to_iftype(if_typename); in blk_get_devnum_by_typename() 106 if_typename); in blk_get_devnum_by_typename()
|
| H A D | systemace.c | 298 .if_typename = "ace",
|
| H A D | sandbox.c | 234 .if_typename = "host",
|
| H A D | ide.c | 1242 .if_typename = "ide",
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | blk.h | 481 const char *if_typename; member 555 struct blk_desc *blk_get_devnum_by_typename(const char *if_typename, 699 enum if_type if_typename_to_iftype(const char *if_typename);
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata.c | 149 .if_typename = "sata",
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc_legacy.c | 231 .if_typename = "mmc",
|
| /OK3568_Linux_fs/u-boot/drivers/scsi/ |
| H A D | scsi.c | 708 .if_typename = "scsi",
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_storage.c | 1562 .if_typename = "usb",
|