/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A 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! 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 D | resource.c | 267 struct resource *conflict; in request_resource_conflict() local 270 conflict = __request_resource(root, new); in request_resource_conflict() 272 return conflict; in request_resource_conflict() 284 struct resource *conflict; in request_resource() local 286 conflict = request_resource_conflict(root, new); in request_resource() 287 return conflict ? -EBUSY : 0; in request_resource() 703 struct resource *conflict; in reallocate_resource() local 727 conflict = __request_resource(root, old); in reallocate_resource() 728 BUG_ON(conflict); in reallocate_resource() 877 struct resource *conflict; in insert_resource_conflict() local [all …]
|
/openbmc/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 = { 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 …]
|
/openbmc/linux/drivers/iio/adc/ |
H A D | dln2-adc.c | 201 __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() 213 if (conflict_out && enable && olen >= sizeof(conflict)) 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 263 ret = dln2_adc_set_port_enabled(dln2, true, &conflict); in dln2_adc_read() 265 if (conflict) { in dln2_adc_read() 268 (int)conflict); in dln2_adc_read() [all …]
|
/openbmc/linux/drivers/pci/ |
H A D | setup-res.c | 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() 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 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 …]
|
H A 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()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | urls.py | 72 conflict = False variable 75 conflict = True variable 76 if not conflict:
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | alternate-conflict-lists.err | 1 alternate-conflict-lists.json: In alternate 'Alt': 2 alternate-conflict-lists.json:4: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-dict.err | 1 alternate-conflict-dict.json: In alternate 'Alt': 2 alternate-conflict-dict.json:6: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-string.err | 1 alternate-conflict-string.json: In alternate 'Alt': 2 alternate-conflict-string.json:2: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-enum-bool.err | 1 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 D | alternate-conflict-bool-string.err | 1 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 D | alternate-conflict-enum-int.err | 1 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 D | alternate-conflict-num-string.err | 1 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 D | meson.build | 11 '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 D | filelock.h | 207 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 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()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | anyof.cpp | 149 for (auto& [sensor, present, conflict] : state) in checkSensorConflicts() 151 if (!present && !conflict) in checkSensorConflicts() 154 conflict = true; in checkSensorConflicts()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
H A D | 0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch | 4 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 D | 0004-cups-fix-multilib-install-file-conflicts.patch | 7 conflict. Remove @CUPS_SERVERBIN@ from the comment line of cups-files.conf to 8 avoid the conflict.
|
/openbmc/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 */
|
/openbmc/qemu/docs/devel/ |
H A D | conflict-resolution.rst | 19 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/docs/designs/ |
H A D | unique-hostname.md | 13 getting the hostname conflict and the service name conflict. Hence, the problem
|
/openbmc/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
|