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()
683 int target_type; in ata_bus_ctl() local753 target_type = ATA_DEV_DISK; in ata_bus_ctl()755 target_type = ATA_DEV_ATAPI; in ata_bus_ctl()764 target_type = ATA_DEV_ATAPI; /* no class prop, assume SCSI */ in ata_bus_ctl()817 if ((target_type == ATA_DEV_DISK) && in ata_bus_ctl()818 (target_type != drive_type)) in ata_bus_ctl()821 target_type = drive_type; in ata_bus_ctl()847 if (target_type != drive_type) in ata_bus_ctl()866 if (target_type == ATA_DEV_ATAPI) { in ata_bus_ctl()