Home
last modified time | relevance | path

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

12345678910>>...15

/openbmc/linux/Documentation/userspace-api/ioctl/
H 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!
102 '3' 00-0F drivers/s390/char/raw3270.h conflict!
103 '3' 00-1F linux/suspend_ioctls.h, conflict!
110 '@' 00-0F linux/radeonfb.h conflict!
111 '@' 00-0F drivers/video/aty/aty128fb.c conflict!
112 'A' 00-1F linux/apm_bios.h conflict!
113 'A' 00-0F linux/agpgart.h, conflict!
[all …]
/openbmc/linux/kernel/
H A Dresource.c272 return conflict; in request_resource_conflict()
686 BUG_ON(conflict); in reallocate_resource()
840 return conflict; in insert_resource_conflict()
880 if (!conflict) in insert_resource_expand_to_fit()
882 if (conflict == root) in insert_resource_expand_to_fit()
1010 if (!conflict) { in __reserve_region_with_split()
1176 if (!conflict) in __request_region_locked()
1185 conflict->name, conflict, res); in __request_region_locked()
1189 parent = conflict; in __request_region_locked()
1501 if (conflict) { in devm_request_resource()
[all …]
/openbmc/linux/drivers/gpio/
H 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 …]
/openbmc/linux/drivers/iio/adc/
H A Ddln2-adc.c201 __le16 conflict; in dln2_adc_set_port_enabled() local
202 int olen = sizeof(conflict); in dln2_adc_set_port_enabled()
209 &conflict, &olen); in dln2_adc_set_port_enabled()
214 *conflict_out = le16_to_cpu(conflict); in dln2_adc_set_port_enabled()
217 if (enable && olen < sizeof(conflict)) in dln2_adc_set_port_enabled()
251 u16 conflict; in dln2_adc_read() local
265 if (conflict) { in dln2_adc_read()
268 (int)conflict); in dln2_adc_read()
523 u16 conflict; in dln2_adc_triggered_buffer_postenable() local
533 if (conflict) { in dln2_adc_triggered_buffer_postenable()
[all …]
/openbmc/linux/drivers/pci/
H A Dsetup-res.c138 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()
165 resource, res, conflict->name, conflict); in pci_claim_resource()
202 struct resource *root, *conflict; in pci_revert_fw_address() local
236 conflict = request_resource_conflict(root, res); in pci_revert_fw_address()
237 if (conflict) { in pci_revert_fw_address()
239 resno, res, conflict->name, conflict); in pci_revert_fw_address()
H 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 …]
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()
73 &cfg->res, conflict->name, conflict); in pci_ecam_create()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Durls.py72 conflict = False variable
75 conflict = True variable
76 if not conflict:
/openbmc/qemu/tests/qapi-schema/
H A Dalternate-conflict-dict.err1 alternate-conflict-dict.json: In alternate 'Alt':
2 alternate-conflict-dict.json:6: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-string.err1 alternate-conflict-string.json: In alternate 'Alt':
2 alternate-conflict-string.json:2: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-lists.err1 alternate-conflict-lists.json: In alternate 'Alt':
2 alternate-conflict-lists.json:4: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-bool-string.err1 alternate-conflict-bool-string.json: In alternate 'Alt':
2 alternate-conflict-bool-string.json:2: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-enum-int.err1 alternate-conflict-enum-int.json: In alternate 'Alt':
2 alternate-conflict-enum-int.json:4: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-enum-bool.err1 alternate-conflict-enum-bool.json: In alternate 'Alt':
2 alternate-conflict-enum-bool.json:4: branch 'two' can't be distinguished from 'one'
H A Dalternate-conflict-num-string.err1 alternate-conflict-num-string.json: In alternate 'Alt':
2 alternate-conflict-num-string.json:2: branch 'two' can't be distinguished from 'one'
H A Dmeson.build11 'alternate-conflict-dict.json',
12 'alternate-conflict-enum-bool.json',
13 'alternate-conflict-enum-int.json',
14 'alternate-conflict-lists.json',
15 'alternate-conflict-string.json',
16 'alternate-conflict-bool-string.json',
17 'alternate-conflict-num-string.json',
/openbmc/linux/include/trace/events/
H A Dfilelock.h207 TP_PROTO(bool conflict, struct file_lock *lease, struct file_lock *breaker),
209 TP_ARGS(conflict, lease, breaker),
218 __field(bool, conflict)
228 __entry->conflict = conflict;
232 __entry->conflict,
/openbmc/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()
126 &cfg->res, conflict->name, conflict); in arch_pci_ecam_create()
/openbmc/phosphor-fan-presence/presence/
H A Danyof.cpp148 for (auto& [sensor, present, conflict] : state) in checkSensorConflicts()
150 if (!present && !conflict) in checkSensorConflicts()
153 conflict = true; in checkSensorConflicts()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch4 Subject: [PATCH 3/3] Fix conflict between musl libc <dirent.h> and lss
7 libc's <dirent.h> to conflict with linux_sycall_support.h.
/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/
H A D0004-cups-fix-multilib-install-file-conflicts.patch7 conflict. Remove @CUPS_SERVERBIN@ from the comment line of cups-files.conf to
8 avoid the conflict.
/openbmc/docs/designs/
H A Dunique-hostname.md13 getting the hostname conflict and the service name conflict. Hence, the problem
/openbmc/qemu/docs/devel/
H A Dconflict-resolution.rst19 If you are experiencing conflict, please consider first addressing the
20 perceived conflict directly with other involved parties, preferably through
23 involved in the conflict) to intercede or mediate.
78 Policy and Process <https://www.drupal.org/conflict-resolution>`__
/openbmc/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 */
/openbmc/linux/arch/m68k/fpsp040/
H 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

12345678910>>...15