Home
last modified time | relevance | path

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

123456

/linux/Documentation/userspace-api/ioctl/
A 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!
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/kernel/
A Dresource.c264 return conflict; in request_resource_conflict()
780 BUG_ON(conflict); in reallocate_resource()
928 return conflict; in insert_resource_conflict()
968 if (!conflict) in insert_resource_expand_to_fit()
970 if (conflict == root) in insert_resource_expand_to_fit()
1098 if (!conflict) { in __reserve_region_with_split()
1264 if (!conflict) in __request_region_locked()
1273 conflict->name, conflict, res); in __request_region_locked()
1277 parent = conflict; in __request_region_locked()
1589 if (conflict) { in devm_request_resource()
[all …]
/linux/drivers/gpio/
A Dgpio-winbond.c261 .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()
533 conflict->testbit)) { in winbond_gpio_configure_port()
534 if (conflict->warnonly) in winbond_gpio_configure_port()
536 idx + 1, conflict->name); in winbond_gpio_configure_port()
[all …]
/linux/drivers/iio/adc/
A Ddln2-adc.c199 __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()
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
263 if (conflict) { in dln2_adc_read()
266 (int)conflict); in dln2_adc_read()
521 u16 conflict; in dln2_adc_triggered_buffer_postenable() local
531 if (conflict) { in dln2_adc_triggered_buffer_postenable()
[all …]
/linux/drivers/pci/
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
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()
A Dvgaarb.c215 struct vga_device *conflict; in __vga_tryget() local
254 if (vgadev == conflict) 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()
311 conflict->owns &= ~match; in __vga_tryget()
317 conflict->owns &= ~VGA_RSRC_NORMAL_IO; in __vga_tryget()
436 struct vga_device *vgadev, *conflict; in vga_get() local
456 conflict = __vga_tryget(vgadev, rsrc); in vga_get()
[all …]
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/Documentation/process/
A Dbackporting.rst4 Backporting and conflict resolution
19 when a merge conflict does pop up, it can be daunting. Luckily,
25 backporting and conflict resolution.
91 CONFLICT (content): Merge conflict
102 conflict that needs to be resolved.
111 editor or using a dedicated conflict resolution tool.
152 or pitfalls with your conflict resolution.
247 Understanding conflict markers
334 make better decisions about how to resolve the conflict.
346 Iterating on conflict resolutions
[all …]
/linux/include/trace/events/
A Dfilelock.h207 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/arch/loongarch/pci/
A Dacpi.c98 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/tools/testing/selftests/
A Drun_kselftest.sh23 -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/arch/arm/boot/dts/microchip/
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 */
A Dsama5d4.dtsi1058 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/arch/m68k/fpsp040/
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/drivers/virt/coco/
A Dtsm.c453 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/net/sctp/
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/arch/arm/boot/dts/nxp/imx/
A Dimx6sx-sdb-sai.dts14 /* pin conflict with sai */
A Dimx6sx-sdb-mqs.dts23 /* pin conflict with mqs*/
/linux/include/linux/platform_data/
A Dkeypad-omap.h39 #error Group bits in conflict with keynum bits
/linux/drivers/net/dsa/sja1105/
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/x86/pci/
A Dfixup.c698 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()
A Dmmconfig-shared.c519 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/arch/powerpc/platforms/pseries/
A Dsetup.c723 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/Documentation/devicetree/bindings/timer/
A Djcore,pit.txt15 conflict with other devices.
/linux/drivers/acpi/
A Dpci_root.c933 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()

Completed in 59 milliseconds

123456