Home
last modified time | relevance | path

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

1234

/linux/drivers/gpio/
H A Dgpio-winbond.c248 struct winbond_gpio_port_conflict conflict; member
261 .conflict = {
289 .conflict = {
306 .conflict = {
323 .conflict = {
340 .conflict = {
529 const struct winbond_gpio_port_conflict *conflict = &info->conflict; in winbond_gpio_configure_port() local
532 if (conflict->name != NULL) { in winbond_gpio_configure_port()
533 if (conflict->dev != WB_SIO_DEV_NONE) in winbond_gpio_configure_port()
534 winbond_sio_select_logical(base, conflict->dev); in winbond_gpio_configure_port()
[all …]
/linux/drivers/pci/
H A Dsetup-res.c140 struct resource *root, *conflict; in pci_claim_resource() local
164 conflict = request_resource_conflict(root, res); in pci_claim_resource()
165 if (conflict) { in pci_claim_resource()
167 res_name, res, conflict->name, conflict); in pci_claim_resource()
204 struct resource *root, *conflict; in pci_revert_fw_address() local
237 conflict = request_resource_conflict(root, res); in pci_revert_fw_address()
238 if (conflict) { in pci_revert_fw_address()
240 conflict->name, conflict); in pci_revert_fw_address()
H A Decam.c34 struct resource *conflict; in pci_ecam_create() local
69 conflict = request_resource_conflict(&iomem_resource, &cfg->res); in pci_ecam_create()
70 if (conflict) { in pci_ecam_create()
73 &cfg->res, conflict->name, conflict); in pci_ecam_create()
/linux/arch/loongarch/pci/
H A Dacpi.c103 struct resource *conflict; in arch_pci_ecam_create() local
127 conflict = request_resource_conflict(&iomem_resource, &cfg->res); in arch_pci_ecam_create()
128 if (conflict) { in arch_pci_ecam_create()
131 &cfg->res, conflict->name, conflict); in arch_pci_ecam_create()
/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama5d2_xplained.dts77 status = "okay"; /* conflict with qspi0 */
86 status = "disabled"; /* conflict with sdmmc1 */
322 status = "disabled"; /* conflict with leds */
327 status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
347 status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
367 status = "disabled"; /* conflict with can0 */
697 status = "disabled"; /* conflict with spi0, sdmmc1 */
726 status = "okay"; /* conflict with pwm0 */
H A Dsama5d4.dtsi1061 AT91_PIOB 1 AT91_PERIPH_C AT91_PINCTRL_NONE /* ISI_PCK, conflict with G0_RXCK */
1236 <AT91_PIOC 4 AT91_PERIPH_B AT91_PINCTRL_NONE /* MCI0_CK, conflict with PCK1(ISI_MCK) */
1237 AT91_PIOC 5 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_CDA, conflict with NAND_D0 */
1238 AT91_PIOC 6 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA0, conflict with NAND_D1 */
1243 <AT91_PIOC 7 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA1, conflict with NAND_D2 */
1244 AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA2, conflict with NAND_D3 */
1245 AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA3, conflict with NAND_D4 */
1250 <AT91_PIOC 10 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA4, conflict with NAND_D5 */
1251 AT91_PIOC 11 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA5, conflict with NAND_D6 */
1252 AT91_PIOC 12 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA6, conflict with NAND_D7 */
[all …]
/linux/arch/m68k/fpsp040/
H A 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/tools/testing/selftests/
H A Drun_kselftest.sh24 -s | --summary Print summary with detailed log in output.log (conflict with -p)
25 -p | --per-test-log [DIR] Print test log in /tmp or DIR with each test name (conflict with -s)
/linux/net/sctp/
H A Dbind_addr.c371 int conflict = 0; in sctp_bind_addr_conflict() local
390 conflict = sp->pf->cmp_addr(&laddr->a, addr, sp); in sctp_bind_addr_conflict()
391 if (conflict) in sctp_bind_addr_conflict()
396 return conflict; in sctp_bind_addr_conflict()
/linux/drivers/virt/coco/guest/
H A Dreport.c472 const struct tsm_report_ops *conflict; in tsm_report_register() local
475 conflict = provider.ops; in tsm_report_register()
476 if (conflict) { in tsm_report_register()
477 pr_err("\"%s\" ops already registered\n", conflict->name); in tsm_report_register()
/linux/arch/x86/pci/
H A Dmmconfig-shared.c520 struct resource *conflict; in pci_mmcfg_reserved() local
564 conflict = insert_resource_conflict(&iomem_resource, in pci_mmcfg_reserved()
566 if (conflict) in pci_mmcfg_reserved()
568 &cfg->res, conflict->name, conflict); in pci_mmcfg_reserved()
H A Dfixup.c738 struct resource *res, *conflict; in pci_amd_enable_64bit_bar() local
788 conflict = request_resource_conflict(&iomem_resource, res); in pci_amd_enable_64bit_bar()
789 if (conflict) { in pci_amd_enable_64bit_bar()
791 if (conflict->name != name) in pci_amd_enable_64bit_bar()
795 res = conflict; in pci_amd_enable_64bit_bar()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c474 bool conflict; in sja1105_gating_check_conflicts() local
494 conflict = sja1105_tas_check_conflicts(priv, port, dummy); in sja1105_gating_check_conflicts()
497 conflict = sja1105_tas_check_conflicts(priv, port, in sja1105_gating_check_conflicts()
499 if (conflict) in sja1105_gating_check_conflicts()
506 return conflict; in sja1105_gating_check_conflicts()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sx-sdb-sai.dts14 /* pin conflict with sai */
H A Dimx6sx-sdb-mqs.dts23 /* pin conflict with mqs*/
H A Dimx6qdl-tx6-lvds.dtsi75 status = "disabled"; /* pad conflict with backlight1 PWM */
/linux/include/linux/platform_data/
H A Dkeypad-omap.h39 #error Group bits in conflict with keynum bits
/linux/arch/sparc/kernel/
H A Dpci.c655 struct resource *p, *root, *conflict; in pci_claim_legacy_resources() local
677 conflict = request_resource_conflict(root, p); in pci_claim_legacy_resources()
678 if (conflict) { in pci_claim_legacy_resources()
680 p, conflict->name, conflict); in pci_claim_legacy_resources()
/linux/Documentation/nvme/
H A Dfeature-and-quirk-policy.rst45 2. Does not conflict with the Linux architecture, nor the design of the
55 to be used by the Linux NVMe host driver in order to avoid conflict at a
/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst10 they may break some tooling, may conflict with other tests, and may not be run
134 As tests are themselves functions, their names cannot conflict with
145 name conflict with the macro itself.
198 subdirectory to not conflict with other source files (e.g. for
/linux/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c384 struct drm_connector *conflict; in radeon_connector_analog_encoder_conflict_solve() local
387 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) { in radeon_connector_analog_encoder_conflict_solve()
390 if (conflict == connector) in radeon_connector_analog_encoder_conflict_solve()
393 radeon_conflict = to_radeon_connector(conflict); in radeon_connector_analog_encoder_conflict_solve()
395 drm_connector_for_each_possible_encoder(conflict, enc) { in radeon_connector_analog_encoder_conflict_solve()
398 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve()
406 conflict->name); in radeon_connector_analog_encoder_conflict_solve()
409 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve()
410 radeon_connector_update_scratch_regs(conflict, connector_status_disconnected); in radeon_connector_analog_encoder_conflict_solve()
415 conflict->name); in radeon_connector_analog_encoder_conflict_solve()
/linux/Documentation/networking/device_drivers/ethernet/cirrus/
H A Dcs89x0.rst425 mode and that the range of memory addresses assigned does not conflict
457 Failure of a test item indicates a possible system resource conflict with
519 An IO conflict occurs when two or more adapter use the same ISA resource (IO
520 address, memory address or IRQ). You can usually detect an IO conflict in one
532 memory address conflict.
534 If an IO conflict occurs, run the CS8900/20 Setup Utility and perform a
535 diagnostic self-test. Normally, the ISA resource in conflict will fail the
537 resource in conflict. Run the diagnostics again to check for further IO
/linux/Documentation/gpu/amdgpu/
H A Dflashing.rst28 as long as it doesn't conflict with other existing binaries that are used by
/linux/security/apparmor/
H A Ddomain.c394 bool conflict = false; in find_attach() local
467 conflict = true; in find_attach()
477 conflict = false; in find_attach()
489 if (!candidate || conflict) { in find_attach()
490 if (conflict) in find_attach()
/linux/Documentation/admin-guide/
H A Dinit.rst18 3) **Broken console device**: Possibly a conflict in ``console= setup``

1234