| /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 | 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() 167 res_name, res, conflict->name, conflict); in pci_claim_resource() 206 struct resource *root, *conflict; in pci_revert_fw_address() local 239 conflict = request_resource_conflict(root, res); in pci_revert_fw_address() 240 if (conflict) { in pci_revert_fw_address() 242 conflict->name, conflict); in pci_revert_fw_address()
|
| /linux/arch/loongarch/pci/ |
| H A D | acpi.c | 105 struct resource *conflict; in arch_pci_ecam_create() local 129 conflict = request_resource_conflict(&iomem_resource, &cfg->res); in arch_pci_ecam_create() 130 if (conflict) { in arch_pci_ecam_create() 133 &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/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/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/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/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/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/x86/pci/ |
| 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/arch/powerpc/platforms/pseries/ |
| H A D | setup.c | 746 struct resource *res, *root, *conflict; in of_pci_parse_iov_addrs() local 768 conflict = request_resource_conflict(root, res); in of_pci_parse_iov_addrs() 769 if (conflict) { in of_pci_parse_iov_addrs() 773 conflict->name, conflict); in of_pci_parse_iov_addrs()
|
| /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/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 | 399 bool conflict = false; in find_attach() local 473 conflict = true; in find_attach() 483 conflict = false; in find_attach() 495 if (!candidate || conflict) { in find_attach() 496 if (conflict) in find_attach()
|
| /linux/Documentation/admin-guide/ |
| H A D | init.rst | 18 3) **Broken console device**: Possibly a conflict in ``console= setup``
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-v3s-licheepi-zero-dock.dts | 57 /* The LEDs use PG0~2 pins, which conflict with MMC1 */
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3326-odroid-go3.dts | 117 /* f1 and f2 conflict with volume buttons */
|
| /linux/arch/arm64/boot/dts/bitmain/ |
| H A D | bm1880-sophon-edge.dts | 27 * the same line are in conflict, the 96Board specification
|
| /linux/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 171 in the 5.1 development cycle) and has gotten quite good at conflict 174 So what should a maintainer do when there is a conflict between their 176 Linus in the pull request that the conflict will happen; if nothing else,
|