| /linux/drivers/gpio/ |
| H A D | gpio-winbond.c | 248 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 D | setup-res.c | 80 * disabled ROM can conflict with other BARs. in pci_std_update_resource() 94 * disable decoding so that a half-updated BAR won't conflict in pci_std_update_resource() 140 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() 166 pci_info(dev, "%s %pR: can't claim; address conflict with %s %pR\n", in pci_claim_resource() 167 res_name, res, conflict->name, conflict); in pci_claim_resource() 206 struct resource *root, *conflict; in pci_revert_fw_address() 239 conflict in pci_revert_fw_address() 204 struct resource *root, *conflict; pci_revert_fw_address() local [all...] |
| H A D | ecam.c | 34 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 D | acpi.c | 103 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 D | at91-sama5d2_xplained.dts | 77 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 D | sama5d4.dtsi | 1061 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 D | bugfix.S | 185 | 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 D | run_kselftest.sh | 24 -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 D | bind_addr.c | 371 /* Does the address 'addr' conflict with any addresses in in sctp_bind_addr_conflict() local 380 int conflict = 0; in sctp_bind_addr_conflict() 399 conflict = sp->pf->cmp_addr(&laddr->a, addr, sp); 400 if (conflict) in sctp_bind_addr_state() 405 return conflict; in sctp_bind_addr_state()
|
| /linux/drivers/virt/coco/guest/ |
| H A D | report.c | 472 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 D | mmconfig-shared.c | 520 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 D | fixup.c | 738 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 D | sja1105_tas.c | 474 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 D | imx6sx-sdb-sai.dts | 14 /* pin conflict with sai */
|
| H A D | imx6sx-sdb-mqs.dts | 23 /* pin conflict with mqs*/
|
| H A D | imx6qdl-tx6-lvds.dtsi | 75 status = "disabled"; /* pad conflict with backlight1 PWM */
|
| /linux/include/linux/platform_data/ |
| H A D | keypad-omap.h | 39 #error Group bits in conflict with keynum bits
|
| /linux/arch/sparc/kernel/ |
| H A D | pci.c | 655 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 D | feature-and-quirk-policy.rst | 45 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 D | style.rst | 10 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 D | radeon_connectors.c | 376 struct drm_connector *conflict; 379 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) { in radeon_connector_analog_encoder_conflict_solve() 382 if (conflict == connector) in radeon_connector_analog_encoder_conflict_solve() 385 radeon_conflict = to_radeon_connector(conflict); in radeon_connector_analog_encoder_conflict_solve() 387 drm_connector_for_each_possible_encoder(conflict, enc) { in radeon_connector_analog_encoder_conflict_solve() 390 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve() 398 conflict->name); in radeon_connector_analog_encoder_conflict_solve() 401 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve() 402 radeon_connector_update_scratch_regs(conflict, connector_status_disconnected); in radeon_connector_analog_encoder_conflict_solve() 407 conflict in radeon_connector_analog_encoder_conflict_solve() 384 struct drm_connector *conflict; radeon_connector_analog_encoder_conflict_solve() local [all...] |
| /linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
| H A D | cs89x0.rst | |
| /linux/Documentation/gpu/amdgpu/ |
| H A D | flashing.rst | 28 as long as it doesn't conflict with other existing binaries that are used by
|
| /linux/security/apparmor/ |
| H A D | domain.c | 395 bool conflict = false; in find_attach() 418 * as another profile, signal a conflict and refuse to in find_attach() 466 /* Match is equivalent, so conflict */ in find_attach() 468 conflict = true; in find_attach() 478 conflict = false; in find_attach() 490 if (!candidate || conflict) { in find_attach() 491 if (conflict) in find_attach() 394 bool conflict = false; find_attach() local
|
| /linux/Documentation/admin-guide/ |
| H A D | init.rst | 18 3) **Broken console device**: Possibly a conflict in ``console= setup``
|