Searched refs:target_type (Results 1 – 2 of 2) sorted by relevance
213 int target_type; in hal_device_merge_with_rewrite() local228 target_type = hal_device_property_get_type (target, key); in hal_device_merge_with_rewrite()229 if (target_type != HAL_PROPERTY_TYPE_INVALID && target_type != type) in hal_device_merge_with_rewrite()288 int target_type; in hal_device_merge() local298 target_type = hal_device_property_get_type (target, key); in hal_device_merge()299 if (target_type != HAL_PROPERTY_TYPE_INVALID && target_type != type) in hal_device_merge()
685 int target_type; in ata_bus_ctl() local755 target_type = ATA_DEV_DISK; in ata_bus_ctl()757 target_type = ATA_DEV_ATAPI; in ata_bus_ctl()766 target_type = ATA_DEV_ATAPI; /* no class prop, assume SCSI */ in ata_bus_ctl()819 if ((target_type == ATA_DEV_DISK) && in ata_bus_ctl()820 (target_type != drive_type)) in ata_bus_ctl()823 target_type = drive_type; in ata_bus_ctl()849 if (target_type != drive_type) in ata_bus_ctl()868 if (target_type == ATA_DEV_ATAPI) { in ata_bus_ctl()