Searched refs:conflict (Results 1 – 9 of 9) sorted by relevance
/drivers/pci/ |
D | setup-res.c | 96 struct resource *root, *conflict; in pci_claim_resource() local 105 conflict = request_resource_conflict(root, res); in pci_claim_resource() 106 if (conflict) { in pci_claim_resource() 109 res, conflict->name, conflict); in pci_claim_resource() 174 struct resource *root, *conflict; in pci_revert_fw_address() local 197 conflict = request_resource_conflict(root, res); in pci_revert_fw_address() 198 if (conflict) { in pci_revert_fw_address() 201 res, conflict->name, conflict); in pci_revert_fw_address()
|
/drivers/gpu/vga/ |
D | vgaarb.c | 166 struct vga_device *conflict; in __vga_tryget() local 198 list_for_each_entry(conflict, &vga_list, list) { in __vga_tryget() 203 if (vgadev == conflict) in __vga_tryget() 209 if (!vga_conflicts(vgadev->pdev, conflict->pdev)) in __vga_tryget() 218 if (vgadev->pdev->bus != conflict->pdev->bus) { in __vga_tryget() 226 if (conflict->locks & lwants) in __vga_tryget() 227 return conflict; in __vga_tryget() 234 WARN_ON(conflict->owns & ~conflict->decodes); in __vga_tryget() 235 match = lwants & conflict->owns; in __vga_tryget() 246 if (!conflict->bridge_has_one_vga) { in __vga_tryget() [all …]
|
/drivers/gpu/drm/radeon/ |
D | radeon_connectors.c | 196 struct drm_connector *conflict; in radeon_connector_analog_encoder_conflict_solve() local 200 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) { in radeon_connector_analog_encoder_conflict_solve() 201 if (conflict == connector) in radeon_connector_analog_encoder_conflict_solve() 204 radeon_conflict = to_radeon_connector(conflict); in radeon_connector_analog_encoder_conflict_solve() 206 if (conflict->encoder_ids[i] == 0) in radeon_connector_analog_encoder_conflict_solve() 210 if (conflict->encoder_ids[i] == encoder->base.id) { in radeon_connector_analog_encoder_conflict_solve() 211 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve() 218 DRM_DEBUG_KMS("1: conflicting encoders switching off %s\n", drm_get_connector_name(conflict)); in radeon_connector_analog_encoder_conflict_solve() 220 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve() 221 radeon_connector_update_scratch_regs(conflict, connector_status_disconnected); in radeon_connector_analog_encoder_conflict_solve() [all …]
|
/drivers/target/ |
D | target_core_pr.c | 127 int conflict = 0; in target_check_scsi2_reservation_conflict() local 168 conflict = 1; in target_check_scsi2_reservation_conflict() 181 conflict = (list_empty(&pr_tmpl->registration_list)) ? 0 : 1; in target_check_scsi2_reservation_conflict() 185 if (conflict) { in target_check_scsi2_reservation_conflict()
|
/drivers/input/keyboard/ |
D | Kconfig | 106 The PrecisionBook has five keys that conflict with those used by most
|
/drivers/input/touchscreen/ |
D | Kconfig | 592 streaming data, this must not conflict with other AC97C drivers.
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.reg | 21 * conflict with, or are expressly prohibited by, the GPL.
|
D | aic7xxx.seq | 21 * conflict with, or are expressly prohibited by, the GPL.
|
/drivers/staging/speakup/ |
D | spkguide.txt | 1406 or to conflict in title with any Invariant Section.
|