/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/drivers/gpio/ |
H A D | gpio-winbond.c | 212 * @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 = { 323 .conflict = { [all …]
|
/openbmc/linux/kernel/ |
H A D | resource.c | 170 /* Return the conflict entry if you can't request it */ 263 * Returns 0 for success, conflict resource on error. 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() [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | conflict-resolution.rst | 3 Conflict Resolution Policy 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. 77 This document was developed based on the `Drupal Conflict Resolution 78 Policy and Process <https://www.drupal.org/conflict-resolution>`__
|
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/ |
H A D | cache.json | 41 …ssor's data cache was reloaded from local core's L2 with load hit store conflict due to a demand l… 42 …ssor's data cache was reloaded from local core's L2 with load hit store conflict due to either onl… 47 … processor's data cache was reloaded from local core's L2 with dispatch conflict due to a demand l… 48 … processor's data cache was reloaded from local core's L2 with dispatch conflict due to either onl… 59 …: "The processor's data cache was reloaded from local core's L2 without conflict due to a demand l… 60 …: "The processor's data cache was reloaded from local core's L2 without conflict due to either onl… 83 … processor's data cache was reloaded from local core's L3 with dispatch conflict due to a demand l… 84 … processor's data cache was reloaded from local core's L3 with dispatch conflict due to either onl… 95 …: "The processor's data cache was reloaded from local core's L3 without conflict due to a demand l… 96 …: "The processor's data cache was reloaded from local core's L3 without conflict due to either onl…
|
H A D | frontend.json | 125 …Instruction cache was reloaded from local core's L2 with load hit store conflict due to an instruc… 126 …Instruction cache was reloaded from local core's L2 with load hit store conflict due to either an … 131 …sor's Instruction cache was reloaded from local core's L2 with dispatch conflict due to an instruc… 132 …sor's Instruction cache was reloaded from local core's L2 with dispatch conflict due to either an … 143 …processor's Instruction cache was reloaded from local core's L2 without conflict due to an instruc… 144 …processor's Instruction cache was reloaded from local core's L2 without conflict due to either an … 167 …sor's Instruction cache was reloaded from local core's L3 with dispatch conflict due to an instruc… 168 …sor's Instruction cache was reloaded from local core's L3 with dispatch conflict due to either an … 179 …processor's Instruction cache was reloaded from local core's L3 without conflict due to an instruc… 180 …processor's Instruction cache was reloaded from local core's L3 without conflict due to either an … [all …]
|
H A D | marked.json | 107 …ssor's data cache was reloaded from local core's L2 with load hit store conflict due to a marked l… 113 … "Duration in cycles to reload from local core's L2 with load hit store conflict due to a marked l… 119 … processor's data cache was reloaded from local core's L2 with dispatch conflict due to a marked l… 125 …"BriefDescription": "Duration in cycles to reload from local core's L2 with dispatch conflict due … 143 …: "The processor's data cache was reloaded from local core's L2 without conflict due to a marked l… 149 …"BriefDescription": "Duration in cycles to reload from local core's L2 without conflict due to a m… 179 … processor's data cache was reloaded from local core's L3 with dispatch conflict due to a marked l… 185 …"BriefDescription": "Duration in cycles to reload from local core's L3 with dispatch conflict due … 203 …: "The processor's data cache was reloaded from local core's L3 without conflict due to a marked l… 209 …"BriefDescription": "Duration in cycles to reload from local core's L3 without conflict due to a m… [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() 267 "ADC pins conflict with mask %04X\n", in dln2_adc_read() [all …]
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | hpps2atkbd.h | 19 # define CONFLICT(x,y) x macro 21 # define CONFLICT(x,y) y macro 28 #define C_07 CONFLICT( KEY_F12, KEY_F1 ) 29 #define C_11 CONFLICT( KEY_LEFTALT, KEY_LEFTCTRL ) 30 #define C_14 CONFLICT( KEY_LEFTCTRL, KEY_CAPSLOCK ) 31 #define C_58 CONFLICT( KEY_CAPSLOCK, KEY_RIGHTCTRL ) 32 #define C_61 CONFLICT( KEY_102ND, KEY_LEFT ) 104 #undef CONFLICT
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-wbd222.dts | 35 /* Conflict with ICE */ 45 /* Conflict with TVC and extended parallel flash */ 51 /* Conflict with TVC and extended parallel flash */ 57 /* Conflict with TVC and extended parallel flash */ 63 /* Conflict with TVC and extended parallel flash */
|
H A D | gemini-wbd111.dts | 36 /* Conflict with ICE */ 46 /* Conflict with TVC and extended parallel flash */ 52 /* Conflict with TVC and extended parallel flash */ 58 /* Conflict with TVC and extended parallel flash */ 64 /* Conflict with TVC and extended parallel flash */
|
/openbmc/linux/drivers/pci/ |
H A D | setup-res.c | 79 * disabled ROM can conflict with other BARs. in pci_std_update_resource() 93 * 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, "can't claim BAR %d %pR: address conflict with %s %pR\n", 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() [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() 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()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | bugfix.S | 51 | (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. 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, [all …]
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-gemini.c | 742 /* Conflict with some GPIO groups */ 748 /* Conflict with all flash usage */ 781 /* Conflict only with GPIO2 */ 789 /* Conflict with SSP and UART modem pins */ 797 /* Conflict with TVC and ICE */ 805 /* Conflict with LPC and UART modem pins */ 820 * Conflict with LPC and SSP, 829 /* Conflict with character LCD and ICE */ 850 /* Conflict with IDE, parallel and serial flash */ 858 /* Conflict with IDE, NAND and serial flash */ [all …]
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | anyof.cpp | 99 // Fan plug detected, re-enable conflict logging in stateChanged() 141 // tell the not present ones to log a conflict if not already done. in checkSensorConflicts() 149 for (auto& [sensor, present, conflict] : state) in checkSensorConflicts() 151 if (!present && !conflict) in checkSensorConflicts() 154 conflict = true; in checkSensorConflicts() 164 // Clear the conflict state from last time in powerStateChanged()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | urls.py | 72 conflict = False variable 75 conflict = True variable 76 if not conflict: 79 …logger.warning("Module \'%s\' has a regexp conflict, was not added to the urlpatterns" % modulenam…
|
/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() 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()
|
/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; 231 TP_printk("conflict %d: lease=%p fl_flags=%s fl_type=%s; breaker=%p fl_flags=%s fl_type=%s", 232 __entry->conflict,
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-sama5d27_som1_ek.dts | 121 status = "disabled"; /* Conflict with leds. */ 160 status = "disabled"; /* Conflict with isc. */ 179 status = "disabled"; /* Conflict with isc. */ 186 status = "disabled"; /* Conflict with isc. */ 198 status = "disabled"; /* Conflict with spi6 and i2c6. */ 205 status = "okay"; /* Conflict with uart5 and i2c6. */ 212 status = "disabled"; /* Conflict with uart5 and spi6. */ 499 status = "okay"; /* Conflict with pwm0. */
|
/openbmc/u-boot/net/ |
H A D | link_local.c | 277 * is not equal to ours. This condition should cause a conflict only in link_local_receive_arp() 288 "state = %d, source ip conflict = %d, target ip conflict = " in link_local_receive_arp() 312 /* If a conflict, we try to defend with a single ARP probe */ in link_local_receive_arp() 314 debug("monitor conflict -- defending\n"); in link_local_receive_arp() 321 /* Well, we tried. Start over (on conflict) */ in link_local_receive_arp() 324 debug("defend conflict -- starting over\n"); in link_local_receive_arp()
|
/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'
|