HomeSort by relevance Sort by last modified time
    Searched refs:DEV_TYPE_UNKNOWN (Results 1 - 13 of 13) sorted by null

  /external/u-boot/drivers/block/
blk_legacy.c 110 if (desc->type == DEV_TYPE_UNKNOWN)
128 if (desc->type == DEV_TYPE_UNKNOWN)
170 if (desc->type == DEV_TYPE_UNKNOWN)
ide.c 56 ide_dev_desc[i].type = DEV_TYPE_UNKNOWN;
461 dev_desc->type = DEV_TYPE_UNKNOWN; /* not yet valid */
812 ide_dev_desc[i].type = DEV_TYPE_UNKNOWN;
1152 return ide_dev_desc[dev].type == DEV_TYPE_UNKNOWN ? 0 : 1;
1199 if (ide_dev_desc[i].type != DEV_TYPE_UNKNOWN) {
blk-uclass.c 222 if (desc->type == DEV_TYPE_UNKNOWN)
241 if (desc->type == DEV_TYPE_UNKNOWN)
277 if (desc->type == DEV_TYPE_UNKNOWN)
  /external/u-boot/api/
api_storage.c 137 if (dd->type == DEV_TYPE_UNKNOWN) {
294 if (dd->type != DEV_TYPE_UNKNOWN)
  /external/u-boot/arch/arm/mach-omap2/
utils.c 97 if (!dev_desc || dev_desc->type == DEV_TYPE_UNKNOWN) {
  /external/u-boot/include/
part.h 44 #define DEV_TYPE_UNKNOWN 0xff /* not connected */
  /external/u-boot/disk/
part.c 123 if (dev_desc->type == DEV_TYPE_UNKNOWN) {
402 if (!(*dev_desc) || ((*dev_desc)->type == DEV_TYPE_UNKNOWN)) {
  /external/u-boot/drivers/fastboot/
fb_mmc.c 340 if (!dev_desc || dev_desc->type == DEV_TYPE_UNKNOWN) {
452 if (!dev_desc || dev_desc->type == DEV_TYPE_UNKNOWN) {
  /external/u-boot/lib/efi_loader/
efi_disk.c 409 if (desc->type == DEV_TYPE_UNKNOWN)
  /external/u-boot/drivers/scsi/
scsi.c 448 dev_desc->type = DEV_TYPE_UNKNOWN;
  /external/u-boot/drivers/usb/gadget/
f_rockusb.c 425 f_rkusb->desc->type == DEV_TYPE_UNKNOWN) {
  /external/u-boot/cmd/
mmc.c 459 if (mmc_dev != NULL && mmc_dev->type != DEV_TYPE_UNKNOWN) {
  /external/u-boot/common/
usb_storage.c 270 blkdev->type = DEV_TYPE_UNKNOWN;
    [all...]

Completed in 753 milliseconds