Home
last modified time | relevance | path

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

12345

/Linux-v5.4/Documentation/ioctl/
Dioctl-number.rst73 0x00 00-1F linux/fs.h conflict!
74 0x00 00-1F scsi/scsi_ioctl.h conflict!
75 0x00 00-1F linux/fb.h conflict!
76 0x00 00-1F linux/wavefront.h conflict!
101 '3' 00-0F drivers/s390/char/raw3270.h conflict!
102 '3' 00-1F linux/suspend_ioctls.h, conflict!
107 '@' 00-0F linux/radeonfb.h conflict!
108 '@' 00-0F drivers/video/aty/aty128fb.c conflict!
109 'A' 00-1F linux/apm_bios.h conflict!
110 'A' 00-0F linux/agpgart.h, conflict!
[all …]
/Linux-v5.4/kernel/
Dresource.c281 struct resource *conflict; in request_resource_conflict() local
284 conflict = __request_resource(root, new); in request_resource_conflict()
286 return conflict; in request_resource_conflict()
298 struct resource *conflict; in request_resource() local
300 conflict = request_resource_conflict(root, new); in request_resource()
301 return conflict ? -EBUSY : 0; in request_resource()
674 struct resource *conflict; in reallocate_resource() local
698 conflict = __request_resource(root, old); in reallocate_resource()
699 BUG_ON(conflict); in reallocate_resource()
848 struct resource *conflict; in insert_resource_conflict() local
[all …]
/Linux-v5.4/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-v5.4/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-v5.4/drivers/iio/adc/
Ddln2-adc.c201 __le16 conflict; in dln2_adc_set_port_enabled() local
202 int olen = sizeof(conflict); in dln2_adc_set_port_enabled()
209 &conflict, &olen); in dln2_adc_set_port_enabled()
213 if (conflict_out && enable && olen >= sizeof(conflict)) in dln2_adc_set_port_enabled()
214 *conflict_out = le16_to_cpu(conflict); in dln2_adc_set_port_enabled()
217 if (enable && olen < sizeof(conflict)) in dln2_adc_set_port_enabled()
252 u16 conflict; in dln2_adc_read() local
268 ret = dln2_adc_set_port_enabled(dln2, true, &conflict); in dln2_adc_read()
270 if (conflict) { in dln2_adc_read()
273 (int)conflict); in dln2_adc_read()
[all …]
/Linux-v5.4/drivers/gpu/vga/
Dvgaarb.c246 struct vga_device *conflict; in __vga_tryget() local
278 list_for_each_entry(conflict, &vga_list, list) { in __vga_tryget()
283 if (vgadev == conflict) in __vga_tryget()
289 if (!vga_conflicts(vgadev->pdev, conflict->pdev)) in __vga_tryget()
298 if (vgadev->pdev->bus != conflict->pdev->bus) { in __vga_tryget()
306 if (conflict->locks & lwants) in __vga_tryget()
307 return conflict; in __vga_tryget()
313 match = lwants & conflict->owns; in __vga_tryget()
327 if (!conflict->bridge_has_one_vga) { in __vga_tryget()
328 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_MEM) in __vga_tryget()
[all …]
/Linux-v5.4/include/trace/events/
Dfilelock.h207 TP_PROTO(bool conflict, struct file_lock *lease, struct file_lock *breaker),
209 TP_ARGS(conflict, lease, breaker),
218 __field(bool, conflict)
228 __entry->conflict = conflict;
232 __entry->conflict,
/Linux-v5.4/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-v5.4/arch/x86/pci/
Dfixup.c680 struct resource *res, *conflict; in pci_amd_enable_64bit_bar() local
730 conflict = request_resource_conflict(&iomem_resource, res); in pci_amd_enable_64bit_bar()
731 if (conflict) { in pci_amd_enable_64bit_bar()
733 if (conflict->name != name) in pci_amd_enable_64bit_bar()
737 res = conflict; in pci_amd_enable_64bit_bar()
/Linux-v5.4/arch/arm/boot/dts/
Dat91-sama5d2_xplained.dts69 status = "okay"; /* conflict with qspi0 */
267 status = "disabled"; /* conflict with leds */
272 status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
304 status = "disabled"; /* conflict with can0 */
593 status = "disabled"; /* conflict with spi0, sdmmc1 */
622 status = "okay"; /* conflict with pwm0 */
Dimx6sx-sdb-sai.dts14 /* pin conflict with sai */
Dsama5d4.dtsi1154 AT91_PIOB 1 AT91_PERIPH_C AT91_PINCTRL_NONE /* ISI_PCK, conflict with G0_RXCK */
1329 <AT91_PIOC 4 AT91_PERIPH_B AT91_PINCTRL_NONE /* MCI0_CK, conflict with PCK1(ISI_MCK) */
1330 AT91_PIOC 5 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_CDA, conflict with NAND_D0 */
1331 AT91_PIOC 6 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA0, conflict with NAND_D1 */
1336 <AT91_PIOC 7 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA1, conflict with NAND_D2 */
1337 AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA2, conflict with NAND_D3 */
1338 AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA3, conflict with NAND_D4 */
1343 <AT91_PIOC 10 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA4, conflict with NAND_D5 */
1344 AT91_PIOC 11 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA5, conflict with NAND_D6 */
1345 AT91_PIOC 12 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA6, conflict with NAND_D7 */
[all …]
Dimx6qdl-sabreauto.dtsi273 status = "disabled"; /* pin conflict with WEIM NOR */
308 status = "disabled"; /* pin conflict with fec */
850 status = "disabled"; /* pin conflict with SPI NOR */
Dsun8i-v3s-licheepi-zero-dock.dts53 /* The LEDs use PG0~2 pins, which conflict with MMC1 */
Dlpc4357-myd-lpc4357.dts462 /* Pin conflict with EMC, muxed by JP5 and JP6 */
565 /* Pin conflict with SSP0, the latter is routed to J17 pin header */
/Linux-v5.4/net/sctp/
Dbind_addr.c362 int conflict = 0; in sctp_bind_addr_conflict() local
381 conflict = sp->pf->cmp_addr(&laddr->a, addr, sp); in sctp_bind_addr_conflict()
382 if (conflict) in sctp_bind_addr_conflict()
387 return conflict; in sctp_bind_addr_conflict()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dsetup.c639 struct resource *res, *root, *conflict; in of_pci_parse_iov_addrs() local
661 conflict = request_resource_conflict(root, res); in of_pci_parse_iov_addrs()
662 if (conflict) { in of_pci_parse_iov_addrs()
666 conflict->name, conflict); in of_pci_parse_iov_addrs()
/Linux-v5.4/include/linux/platform_data/
Dkeypad-omap.h42 #error Group bits in conflict with keynum bits
/Linux-v5.4/drivers/acpi/
Dpci_root.c810 struct resource *res, *conflict, *root = NULL; in pci_acpi_root_add_resources() local
828 conflict = insert_resource_conflict(root, res); in pci_acpi_root_add_resources()
829 if (conflict) { in pci_acpi_root_add_resources()
832 res, conflict->name, conflict); in pci_acpi_root_add_resources()
/Linux-v5.4/Documentation/devicetree/bindings/timer/
Djcore,pit.txt15 conflict with other devices.
/Linux-v5.4/arch/sparc/kernel/
Dpci.c625 struct resource *p, *root, *conflict; in pci_claim_legacy_resources() local
647 conflict = request_resource_conflict(root, p); in pci_claim_legacy_resources()
648 if (conflict) { in pci_claim_legacy_resources()
650 p, conflict->name, conflict); in pci_claim_legacy_resources()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_connectors.c426 struct drm_connector *conflict; in radeon_connector_analog_encoder_conflict_solve() local
429 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) { in radeon_connector_analog_encoder_conflict_solve()
433 if (conflict == connector) in radeon_connector_analog_encoder_conflict_solve()
436 radeon_conflict = to_radeon_connector(conflict); in radeon_connector_analog_encoder_conflict_solve()
438 drm_connector_for_each_possible_encoder(conflict, enc, i) { in radeon_connector_analog_encoder_conflict_solve()
441 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve()
449 conflict->name); in radeon_connector_analog_encoder_conflict_solve()
452 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve()
453 radeon_connector_update_scratch_regs(conflict, connector_status_disconnected); in radeon_connector_analog_encoder_conflict_solve()
458 conflict->name); in radeon_connector_analog_encoder_conflict_solve()
/Linux-v5.4/Documentation/networking/device_drivers/cirrus/
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-v5.4/security/apparmor/
Ddomain.c385 bool conflict = false; in __attach_match() local
436 conflict = true; in __attach_match()
446 conflict = false; in __attach_match()
456 if (conflict) { in __attach_match()

12345