Home
last modified time | relevance | path

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

123456

/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst76 0x00 00-1F linux/fs.h conflict!
77 0x00 00-1F scsi/scsi_ioctl.h conflict!
78 0x00 00-1F linux/fb.h conflict!
79 0x00 00-1F linux/wavefront.h conflict!
111 '3' 00-0F drivers/s390/char/raw3270.h conflict!
112 '3' 00-1F linux/suspend_ioctls.h, conflict!
119 '@' 00-0F linux/radeonfb.h conflict!
120 '@' 00-0F drivers/video/aty/aty128fb.c conflict!
121 'A' 00-1F linux/apm_bios.h conflict!
122 'A' 00-0F linux/agpgart.h, conflict!
[all...]
/linux/kernel/
H A Dresource.c180 /* Return the conflict entry if you can't request it */
273 * Returns 0 for success, conflict resource on error.
277 struct resource *conflict; in request_resource_conflict() local
280 conflict = __request_resource(root, new); in request_resource_conflict()
282 return conflict; in request_resource_conflict()
294 struct resource *conflict; in request_resource() local
296 conflict = request_resource_conflict(root, new); in request_resource()
297 return conflict ? -EBUSY : 0; in request_resource()
766 struct resource *conflict; in reallocate_resource() local
790 conflict in reallocate_resource()
934 struct resource *conflict; insert_resource_conflict() local
954 struct resource *conflict; insert_resource() local
976 struct resource *conflict; insert_resource_expand_to_fit() local
1092 struct resource *conflict; __reserve_region_with_split() local
1268 struct resource *conflict; __request_region_locked() local
1592 struct resource *conflict, **ptr; devm_request_resource() local
[all...]
/linux/drivers/gpio/
H A Dgpio-winbond.c212 * @testbit: index of a bit to check whether an actual conflict exists
213 * @warnonly: if set then a conflict isn't fatal (just warn about it),
214 * otherwise disable the particular GPIO port if a conflict
236 * @conflict: description of a device that possibly conflicts with
248 struct winbond_gpio_port_conflict conflict; member
261 .conflict = {
278 /* special conflict handling so doesn't use conflict data */
289 .conflict = {
306 .conflict
529 const struct winbond_gpio_port_conflict *conflict = &info->conflict; winbond_gpio_configure_port() local
[all...]
/linux/drivers/iio/adc/
H A Ddln2-adc.c185 __le16 conflict; in dln2_adc_set_port_enabled() local
186 int olen = sizeof(conflict); in dln2_adc_set_port_enabled()
193 &conflict, &olen); in dln2_adc_set_port_enabled()
197 if (conflict_out && enable && olen >= sizeof(conflict)) in dln2_adc_set_port_enabled()
198 *conflict_out = le16_to_cpu(conflict); in dln2_adc_set_port_enabled()
201 if (enable && olen < sizeof(conflict)) in dln2_adc_set_port_enabled()
235 u16 conflict; in dln2_adc_read() local
247 ret = dln2_adc_set_port_enabled(dln2, true, &conflict); in dln2_adc_read()
249 if (conflict) { in dln2_adc_read()
251 "ADC pins conflict wit in dln2_adc_read()
501 u16 conflict; dln2_adc_triggered_buffer_postenable() local
[all...]
/linux/Documentation/process/
H 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.
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 i
[all...]
/linux/drivers/pci/
H A Dsetup-res.c80 * 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()
138 struct resource *root, *conflict; in pci_claim_resource() local
162 conflict = request_resource_conflict(root, res); in pci_claim_resource()
163 if (conflict) { in pci_claim_resource()
164 pci_info(dev, "%s %pR: can't claim; address conflict with %s %pR\n", in pci_claim_resource()
165 res_name, res, conflict->name, conflict); in pci_claim_resource()
202 struct resource *root, *conflict; in pci_revert_fw_address() local
235 conflict in pci_revert_fw_address()
[all...]
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()
72 dev_err(dev, "can't claim ECAM area %pR: address conflict with %s %pR\n", in pci_ecam_create()
73 &cfg->res, conflict->name, conflict); in pci_ecam_create()
/linux/include/trace/events/
H 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;
231 TP_printk("conflict %d: lease=%p fl_flags=%s fl_type=%s; breaker=%p fl_flags=%s fl_type=%s",
232 __entry->conflict,
/linux/arch/loongarch/pci/
H 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()
125 dev_err(dev, "can't claim ECAM area %pR: address conflict with %s %pR\n", in arch_pci_ecam_create()
126 &cfg->res, conflict->name, conflict); in arch_pci_ecam_create()
/linux/tools/testing/selftests/
H A Drun_kselftest.sh30 -s | --summary Print summary with detailed log in output.log (conflict with -p)
31 -p | --per-test-log Print test log in /tmp with each test name (conflict with -s)
/linux/Documentation/driver-api/cxl/
H A Dconventions.rst31 <Detail the conflict with the specification and where available the
47 <Propose spec language that corrects the conflict.>
/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 wit
[all...]
/linux/arch/m68k/fpsp040/
H A Dbugfix.S51 | (cmdreg1b[ 9: 7] != cmdreg3b[9:7])) { /* xu conflict only */
53 | xu conflict and NOT an nu conflict */
98 | (cmdreg1b[9:7] != cmdreg3b[9:7])) { /* xu conflict only */
100 | xu conflict and NOT an nu conflict */
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
[all...]
/linux/net/sctp/
H A Dbind_addr.c362 /* Does the address 'addr' conflict with any addresses in
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/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/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*/
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62p-verdin.dtsi195 /* Verdin QSPI_1_CLK as GPIO (conflict with Verdin QSPI_1 interface) */
209 /* Verdin QSPI_1_DQS as GPIO (conflict with Verdin QSPI_1 interface) */
216 /* Verdin QSPI_1_IO0 as GPIO (conflict with Verdin QSPI_1 interface) */
223 /* Verdin QSPI_1_IO1 as GPIO (conflict with Verdin QSPI_1 interface) */
230 /* Verdin QSPI_1_IO2 as GPIO (conflict with Verdin QSPI_1 interface) */
237 /* Verdin QSPI_1_IO3 as GPIO (conflict with Verdin QSPI_1 interface) */
244 /* Verdin QSPI_1_CS# as GPIO (conflict with Verdin QSPI_1 interface) */
251 /* Verdin QSPI_1_CS2# as GPIO (conflict with Verdin QSPI_1 interface) */
310 /* Verdin I2S_2_D_IN as GPIO (conflict with Verdin I2S_2 interface) */
317 /* Verdin I2S_2_D_OUT as GPIO (conflict wit
[all...]
H A Dk3-am62-verdin.dtsi239 /* Verdin QSPI_1_CLK as GPIO (conflict with Verdin QSPI_1 interface) */
246 /* Verdin QSPI_1_IO0 as GPIO (conflict with Verdin QSPI_1 interface) */
253 /* Verdin QSPI_1_IO1 as GPIO (conflict with Verdin QSPI_1 interface) */
260 /* Verdin QSPI_1_IO2 as GPIO (conflict with Verdin QSPI_1 interface) */
267 /* Verdin QSPI_1_IO3 as GPIO (conflict with Verdin QSPI_1 interface) */
281 /* Verdin QSPI_1_CS# as GPIO (conflict with Verdin QSPI_1 interface) */
288 /* Verdin QSPI_1_CS2# as GPIO (conflict with Verdin QSPI_1 interface) */
386 /* Verdin I2S_2_D_OUT as GPIO (conflict with Verdin I2S_2 interface) */
393 /* Verdin I2S_2_BCLK as GPIO (conflict with Verdin I2S_2 interface) */
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c367 * has any conflict with the already established TAS configuration in
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 Dfixup.c613 * the 00:1c.0 Root Port, causes a conflict with [io 0x1804], which is used
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()
/linux/drivers/acpi/
H 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()
/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

123456