/linux-6.12.1/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 73 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! 106 '3' 00-0F drivers/s390/char/raw3270.h conflict! 107 '3' 00-1F linux/suspend_ioctls.h, conflict! 114 '@' 00-0F linux/radeonfb.h conflict! 115 '@' 00-0F drivers/video/aty/aty128fb.c conflict! 116 'A' 00-1F linux/apm_bios.h conflict! 117 'A' 00-0F linux/agpgart.h, conflict! [all …]
|
/linux-6.12.1/kernel/ |
D | resource.c | 259 struct resource *conflict; in request_resource_conflict() local 262 conflict = __request_resource(root, new); in request_resource_conflict() 264 return conflict; in request_resource_conflict() 276 struct resource *conflict; in request_resource() local 278 conflict = request_resource_conflict(root, new); in request_resource() 279 return conflict ? -EBUSY : 0; in request_resource() 755 struct resource *conflict; in reallocate_resource() local 779 conflict = __request_resource(root, old); in reallocate_resource() 780 BUG_ON(conflict); in reallocate_resource() 923 struct resource *conflict; in insert_resource_conflict() local [all …]
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-winbond.c | 248 struct winbond_gpio_port_conflict conflict; member 261 .conflict = { 289 .conflict = { 306 .conflict = { 323 .conflict = { 340 .conflict = { 525 const struct winbond_gpio_port_conflict *conflict = &info->conflict; in winbond_gpio_configure_port() local 528 if (conflict->name != NULL) { in winbond_gpio_configure_port() 529 if (conflict->dev != WB_SIO_DEV_NONE) in winbond_gpio_configure_port() 530 winbond_sio_select_logical(base, conflict->dev); in winbond_gpio_configure_port() [all …]
|
/linux-6.12.1/drivers/iio/adc/ |
D | dln2-adc.c | 199 __le16 conflict; in dln2_adc_set_port_enabled() local 200 int olen = sizeof(conflict); in dln2_adc_set_port_enabled() 207 &conflict, &olen); in dln2_adc_set_port_enabled() 211 if (conflict_out && enable && olen >= sizeof(conflict)) in dln2_adc_set_port_enabled() 212 *conflict_out = le16_to_cpu(conflict); in dln2_adc_set_port_enabled() 215 if (enable && olen < sizeof(conflict)) in dln2_adc_set_port_enabled() 249 u16 conflict; in dln2_adc_read() local 261 ret = dln2_adc_set_port_enabled(dln2, true, &conflict); in dln2_adc_read() 263 if (conflict) { in dln2_adc_read() 266 (int)conflict); in dln2_adc_read() [all …]
|
/linux-6.12.1/drivers/pci/ |
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() 204 struct resource *root, *conflict; in pci_revert_fw_address() local 238 conflict = request_resource_conflict(root, res); in pci_revert_fw_address() 239 if (conflict) { in pci_revert_fw_address() 241 conflict->name, conflict); in pci_revert_fw_address()
|
D | vgaarb.c | 215 struct vga_device *conflict; in __vga_tryget() local 249 list_for_each_entry(conflict, &vga_list, list) { in __vga_tryget() 254 if (vgadev == conflict) in __vga_tryget() 264 if (vgadev->pdev->bus != conflict->pdev->bus) { in __vga_tryget() 273 if (conflict->locks & lwants) in __vga_tryget() 274 return conflict; in __vga_tryget() 281 match = lwants & conflict->owns; in __vga_tryget() 297 if (!conflict->bridge_has_one_vga) { in __vga_tryget() 298 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_MEM) in __vga_tryget() 300 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_IO) in __vga_tryget() [all …]
|
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-6.12.1/Documentation/process/ |
D | backporting.rst | 4 Backporting and conflict resolution 19 when a merge conflict does pop up, it can be daunting. Luckily, 25 backporting and conflict resolution. 43 destination tree, as this will make git output conflict markers and let 44 you resolve conflicts with the help of git and any other conflict 91 CONFLICT (content): Merge conflict 102 conflict that needs to be resolved. 104 If your attempted cherry-pick fails with a conflict, git automatically 105 edits the files to include so-called conflict markers showing you where 106 the conflict is and how the two branches have diverged. Resolving the [all …]
|
/linux-6.12.1/include/trace/events/ |
D | filelock.h | 207 TP_PROTO(bool conflict, struct file_lease *lease, struct file_lease *breaker), 209 TP_ARGS(conflict, lease, breaker), 218 __field(bool, conflict) 228 __entry->conflict = conflict; 232 __entry->conflict,
|
/linux-6.12.1/arch/loongarch/pci/ |
D | acpi.c | 98 struct resource *conflict; in arch_pci_ecam_create() local 122 conflict = request_resource_conflict(&iomem_resource, &cfg->res); in arch_pci_ecam_create() 123 if (conflict) { in arch_pci_ecam_create() 126 &cfg->res, conflict->name, conflict); in arch_pci_ecam_create()
|
/linux-6.12.1/tools/testing/selftests/ |
D | run_kselftest.sh | 23 -s | --summary Print summary with detailed log in output.log (conflict with -p) 24 -p | --per_test_log Print test log in /tmp with each test name (conflict with -s)
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
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 */
|
D | sama5d4.dtsi | 1058 AT91_PIOB 1 AT91_PERIPH_C AT91_PINCTRL_NONE /* ISI_PCK, conflict with G0_RXCK */ 1233 <AT91_PIOC 4 AT91_PERIPH_B AT91_PINCTRL_NONE /* MCI0_CK, conflict with PCK1(ISI_MCK) */ 1234 AT91_PIOC 5 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_CDA, conflict with NAND_D0 */ 1235 AT91_PIOC 6 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA0, conflict with NAND_D1 */ 1240 <AT91_PIOC 7 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA1, conflict with NAND_D2 */ 1241 AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA2, conflict with NAND_D3 */ 1242 AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA3, conflict with NAND_D4 */ 1247 <AT91_PIOC 10 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA4, conflict with NAND_D5 */ 1248 AT91_PIOC 11 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA5, conflict with NAND_D6 */ 1249 AT91_PIOC 12 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA6, conflict with NAND_D7 */ [all …]
|
/linux-6.12.1/arch/m68k/fpsp040/ |
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-6.12.1/drivers/virt/coco/ |
D | tsm.c | 453 const struct tsm_ops *conflict; in tsm_register() local 456 conflict = provider.ops; in tsm_register() 457 if (conflict) { in tsm_register() 458 pr_err("\"%s\" ops already registered\n", conflict->name); in tsm_register()
|
/linux-6.12.1/net/sctp/ |
D | bind_addr.c | 371 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-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6sx-sdb-sai.dts | 14 /* pin conflict with sai */
|
D | imx6sx-sdb-mqs.dts | 23 /* pin conflict with mqs*/
|
/linux-6.12.1/include/linux/platform_data/ |
D | keypad-omap.h | 39 #error Group bits in conflict with keynum bits
|
/linux-6.12.1/arch/x86/pci/ |
D | fixup.c | 698 struct resource *res, *conflict; in pci_amd_enable_64bit_bar() local 748 conflict = request_resource_conflict(&iomem_resource, res); in pci_amd_enable_64bit_bar() 749 if (conflict) { in pci_amd_enable_64bit_bar() 751 if (conflict->name != name) in pci_amd_enable_64bit_bar() 755 res = conflict; in pci_amd_enable_64bit_bar()
|
D | mmconfig-shared.c | 519 struct resource *conflict; in pci_mmcfg_reserved() local 563 conflict = insert_resource_conflict(&iomem_resource, in pci_mmcfg_reserved() 565 if (conflict) in pci_mmcfg_reserved() 567 &cfg->res, conflict->name, conflict); in pci_mmcfg_reserved()
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
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-6.12.1/arch/powerpc/platforms/pseries/ |
D | setup.c | 723 struct resource *res, *root, *conflict; in of_pci_parse_iov_addrs() local 745 conflict = request_resource_conflict(root, res); in of_pci_parse_iov_addrs() 746 if (conflict) { in of_pci_parse_iov_addrs() 750 conflict->name, conflict); in of_pci_parse_iov_addrs()
|
/linux-6.12.1/Documentation/devicetree/bindings/timer/ |
D | jcore,pit.txt | 15 conflict with other devices.
|
/linux-6.12.1/drivers/acpi/ |
D | pci_root.c | 933 struct resource *res, *conflict, *root = NULL; in pci_acpi_root_add_resources() local 951 conflict = insert_resource_conflict(root, res); in pci_acpi_root_add_resources() 952 if (conflict) { in pci_acpi_root_add_resources() 955 res, conflict->name, conflict); in pci_acpi_root_add_resources()
|