Home
last modified time | relevance | path

Searched refs:conflict (Results 1 – 25 of 107) sorted by relevance

12345

/Linux-v4.19/Documentation/ioctl/
Dioctl-number.txt65 0x00 00-1F linux/fs.h conflict!
66 0x00 00-1F scsi/scsi_ioctl.h conflict!
67 0x00 00-1F linux/fb.h conflict!
68 0x00 00-1F linux/wavefront.h conflict!
91 '3' 00-0F drivers/s390/char/raw3270.h conflict!
92 '3' 00-1F linux/suspend_ioctls.h conflict!
97 '@' 00-0F linux/radeonfb.h conflict!
98 '@' 00-0F drivers/video/aty/aty128fb.c conflict!
99 'A' 00-1F linux/apm_bios.h conflict!
100 'A' 00-0F linux/agpgart.h conflict!
[all …]
/Linux-v4.19/kernel/
Dresource.c280 struct resource *conflict; in request_resource_conflict() local
283 conflict = __request_resource(root, new); in request_resource_conflict()
285 return conflict; in request_resource_conflict()
297 struct resource *conflict; in request_resource() local
299 conflict = request_resource_conflict(root, new); in request_resource()
300 return conflict ? -EBUSY : 0; in request_resource()
666 struct resource *conflict; in reallocate_resource() local
690 conflict = __request_resource(root, old); in reallocate_resource()
691 BUG_ON(conflict); in reallocate_resource()
840 struct resource *conflict; in insert_resource_conflict() local
[all …]
/Linux-v4.19/drivers/gpio/
Dgpio-winbond.c248 struct winbond_gpio_port_conflict conflict; member
261 .conflict = {
289 .conflict = {
306 .conflict = {
323 .conflict = {
340 .conflict = {
524 const struct winbond_gpio_port_conflict *conflict = &info->conflict; in winbond_gpio_configure_port() local
527 if (conflict->name != NULL) { in winbond_gpio_configure_port()
528 if (conflict->dev != WB_SIO_DEV_NONE) in winbond_gpio_configure_port()
529 winbond_sio_select_logical(base, conflict->dev); in winbond_gpio_configure_port()
[all …]
/Linux-v4.19/drivers/pci/
Dsetup-res.c133 struct resource *root, *conflict; in pci_claim_resource() local
157 conflict = request_resource_conflict(root, res); in pci_claim_resource()
158 if (conflict) { in pci_claim_resource()
160 resource, res, conflict->name, conflict); in pci_claim_resource()
197 struct resource *root, *conflict; in pci_revert_fw_address() local
220 conflict = request_resource_conflict(root, res); in pci_revert_fw_address()
221 if (conflict) { in pci_revert_fw_address()
223 resno, res, conflict->name, conflict); in pci_revert_fw_address()
Decam.c33 struct resource *conflict; in pci_ecam_create() local
63 conflict = request_resource_conflict(&iomem_resource, &cfg->res); in pci_ecam_create()
64 if (conflict) { in pci_ecam_create()
67 &cfg->res, conflict->name, conflict); in pci_ecam_create()
/Linux-v4.19/drivers/iio/adc/
Ddln2-adc.c204 __le16 conflict; in dln2_adc_set_port_enabled() local
205 int olen = sizeof(conflict); in dln2_adc_set_port_enabled()
212 &conflict, &olen); in dln2_adc_set_port_enabled()
216 if (conflict_out && enable && olen >= sizeof(conflict)) in dln2_adc_set_port_enabled()
217 *conflict_out = le16_to_cpu(conflict); in dln2_adc_set_port_enabled()
220 if (enable && olen < sizeof(conflict)) in dln2_adc_set_port_enabled()
255 u16 conflict; in dln2_adc_read() local
271 ret = dln2_adc_set_port_enabled(dln2, true, &conflict); in dln2_adc_read()
273 if (conflict) { in dln2_adc_read()
276 (int)conflict); in dln2_adc_read()
[all …]
/Linux-v4.19/drivers/gpu/vga/
Dvgaarb.c197 struct vga_device *conflict; in __vga_tryget() local
229 list_for_each_entry(conflict, &vga_list, list) { in __vga_tryget()
234 if (vgadev == conflict) in __vga_tryget()
240 if (!vga_conflicts(vgadev->pdev, conflict->pdev)) in __vga_tryget()
249 if (vgadev->pdev->bus != conflict->pdev->bus) { in __vga_tryget()
257 if (conflict->locks & lwants) in __vga_tryget()
258 return conflict; in __vga_tryget()
264 match = lwants & conflict->owns; in __vga_tryget()
278 if (!conflict->bridge_has_one_vga) { in __vga_tryget()
279 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_MEM) in __vga_tryget()
[all …]
/Linux-v4.19/arch/m68k/fpsp040/
Dbugfix.S185 | Test the register conflict aspect. If opclass0, check for
197 | Check for cu and nu register conflict. If one exists, this takes
198 | priority over a cu and xu conflict.
212 | Check for cu and xu register conflict.
246 | We have the case in which a conflict exists between the cu src or
357 | a cu and nu conflict taking priority an nu conflict. If either,
368 | We have the case in which a conflict exists between the cu src or
/Linux-v4.19/arch/x86/pci/
Dfixup.c670 struct resource *res, *conflict; in pci_amd_enable_64bit_bar() local
720 conflict = request_resource_conflict(&iomem_resource, res); in pci_amd_enable_64bit_bar()
721 if (conflict) { in pci_amd_enable_64bit_bar()
723 if (conflict->name != name) in pci_amd_enable_64bit_bar()
727 res = conflict; in pci_amd_enable_64bit_bar()
/Linux-v4.19/net/sctp/
Dbind_addr.c349 int conflict = 0; in sctp_bind_addr_conflict() local
368 conflict = sp->pf->cmp_addr(&laddr->a, addr, sp); in sctp_bind_addr_conflict()
369 if (conflict) in sctp_bind_addr_conflict()
374 return conflict; in sctp_bind_addr_conflict()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dsetup.c640 struct resource *res, *root, *conflict; in of_pci_parse_iov_addrs() local
662 conflict = request_resource_conflict(root, res); in of_pci_parse_iov_addrs()
663 if (conflict) { in of_pci_parse_iov_addrs()
667 conflict->name, conflict); in of_pci_parse_iov_addrs()
/Linux-v4.19/include/linux/platform_data/
Dkeypad-omap.h45 #error Group bits in conflict with keynum bits
/Linux-v4.19/drivers/acpi/
Dpci_root.c813 struct resource *res, *conflict, *root = NULL; in pci_acpi_root_add_resources() local
831 conflict = insert_resource_conflict(root, res); in pci_acpi_root_add_resources()
832 if (conflict) { in pci_acpi_root_add_resources()
835 res, conflict->name, conflict); in pci_acpi_root_add_resources()
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Djcore,pit.txt15 conflict with other devices.
/Linux-v4.19/arch/arm/boot/dts/
Dat91-sama5d2_xplained.dts105 status = "okay"; /* conflict with qspi0 */
250 status = "disabled"; /* conflict with leds */
255 status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
575 status = "okay"; /* conflict with pwm0 */
Dsama5d4.dtsi1628 AT91_PIOB 1 AT91_PERIPH_C AT91_PINCTRL_NONE /* ISI_PCK, conflict with G0_RXCK */
1803 <AT91_PIOC 4 AT91_PERIPH_B AT91_PINCTRL_NONE /* MCI0_CK, conflict with PCK1(ISI_MCK) */
1804 AT91_PIOC 5 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_CDA, conflict with NAND_D0 */
1805 AT91_PIOC 6 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA0, conflict with NAND_D1 */
1810 <AT91_PIOC 7 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA1, conflict with NAND_D2 */
1811 AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA2, conflict with NAND_D3 */
1812 AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA3, conflict with NAND_D4 */
1817 <AT91_PIOC 10 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA4, conflict with NAND_D5 */
1818 AT91_PIOC 11 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA5, conflict with NAND_D6 */
1819 AT91_PIOC 12 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA6, conflict with NAND_D7 */
[all …]
Dimx6sx-sdb-sai.dts51 /* pin conflict with sai */
Dsun8i-v3s-licheepi-zero-dock.dts53 /* The LEDs use PG0~2 pins, which conflict with MMC1 */
/Linux-v4.19/arch/sparc/kernel/
Dpci.c630 struct resource *p, *root, *conflict; in pci_claim_legacy_resources() local
652 conflict = request_resource_conflict(root, p); in pci_claim_legacy_resources()
653 if (conflict) { in pci_claim_legacy_resources()
655 p, conflict->name, conflict); in pci_claim_legacy_resources()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_connectors.c425 struct drm_connector *conflict; in radeon_connector_analog_encoder_conflict_solve() local
428 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) { in radeon_connector_analog_encoder_conflict_solve()
432 if (conflict == connector) in radeon_connector_analog_encoder_conflict_solve()
435 radeon_conflict = to_radeon_connector(conflict); in radeon_connector_analog_encoder_conflict_solve()
437 drm_connector_for_each_possible_encoder(conflict, enc, i) { in radeon_connector_analog_encoder_conflict_solve()
440 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve()
448 conflict->name); in radeon_connector_analog_encoder_conflict_solve()
451 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve()
452 radeon_connector_update_scratch_regs(conflict, connector_status_disconnected); in radeon_connector_analog_encoder_conflict_solve()
457 conflict->name); in radeon_connector_analog_encoder_conflict_solve()
/Linux-v4.19/Documentation/networking/
Dcs89x0.txt416 mode and that the range of memory addresses assigned does not conflict
443 Failure of a test item indicates a possible system resource conflict with
502 An IO conflict occurs when two or more adapter use the same ISA resource (IO
503 address, memory address or IRQ). You can usually detect an IO conflict in one
515 memory address conflict.
517 If an IO conflict occurs, run the CS8900/20 Setup Utility and perform a
518 diagnostic self-test. Normally, the ISA resource in conflict will fail the
520 resource in conflict. Run the diagnostics again to check for further IO
/Linux-v4.19/security/apparmor/
Ddomain.c389 bool conflict = false; in __attach_match() local
440 conflict = true; in __attach_match()
450 conflict = false; in __attach_match()
460 if (conflict) { in __attach_match()
/Linux-v4.19/mm/
Dmemory_hotplug.c102 struct resource *res, *conflict; in register_memory_resource() local
111 conflict = request_resource_conflict(&iomem_resource, res); in register_memory_resource()
112 if (conflict) { in register_memory_resource()
113 if (conflict->desc == IORES_DESC_DEVICE_PRIVATE_MEMORY) { in register_memory_resource()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_gs.c3435 fc_port_t *fcport, *conflict, *t; in qla24xx_handle_gpnid_event() local
3470 list_for_each_entry_safe(conflict, t, &vha->vp_fcports, in qla24xx_handle_gpnid_event()
3472 if ((conflict->d_id.b24 == ea->id.b24) && in qla24xx_handle_gpnid_event()
3473 (fcport != conflict)) { in qla24xx_handle_gpnid_event()
3482 conflict->port_name, in qla24xx_handle_gpnid_event()
3483 conflict->disc_state); in qla24xx_handle_gpnid_event()
3484 conflict->scan_state = QLA_FCPORT_SCAN; in qla24xx_handle_gpnid_event()
3485 switch (conflict->disc_state) { in qla24xx_handle_gpnid_event()
3493 conflict->port_name); in qla24xx_handle_gpnid_event()
3495 (conflict); in qla24xx_handle_gpnid_event()
[all …]
/Linux-v4.19/Documentation/admin-guide/
Dinit.rst24 C) Possibly a conflict in ``console= setup`` --> initial console unavailable.

12345