Home
last modified time | relevance | path

Searched refs:conflict (Results 1 - 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/kernel/
H A Dresource.c184 /* Return the conflict entry if you can't request it */
277 * Returns 0 for success, conflict resource on error.
281 struct resource *conflict; in request_resource_conflict() local
284 conflict = __request_resource(root, new); in request_resource_conflict()
286 return conflict; in request_resource_conflict()
298 struct resource *conflict; in request_resource() local
300 conflict = request_resource_conflict(root, new); in request_resource()
301 return conflict ? -EBUSY : 0; in request_resource()
677 struct resource *conflict; in reallocate_resource() local
701 conflict in reallocate_resource()
851 struct resource *conflict; insert_resource_conflict() local
871 struct resource *conflict; insert_resource() local
893 struct resource *conflict; insert_resource_expand_to_fit() local
1002 struct resource *conflict; __reserve_region_with_split() local
1144 struct resource *conflict; __request_region() local
1442 struct resource *conflict, **ptr; devm_request_resource() local
[all...]
/kernel/linux/linux-5.10/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
525 const struct winbond_gpio_port_conflict *conflict = &info->conflict; winbond_gpio_configure_port() local
[all...]
/kernel/linux/linux-6.6/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
525 const struct winbond_gpio_port_conflict *conflict = &info->conflict; winbond_gpio_configure_port() local
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dresource.c170 /* 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()
661 struct resource *conflict; in reallocate_resource() local
685 conflict in reallocate_resource()
835 struct resource *conflict; insert_resource_conflict() local
855 struct resource *conflict; insert_resource() local
877 struct resource *conflict; insert_resource_expand_to_fit() local
993 struct resource *conflict; __reserve_region_with_split() local
1169 struct resource *conflict; __request_region_locked() local
1492 struct resource *conflict, **ptr; devm_request_resource() local
[all...]
/kernel/linux/linux-5.10/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()
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 wit in dln2_adc_read()
523 u16 conflict; dln2_adc_triggered_buffer_postenable() local
[all...]
/kernel/linux/linux-6.6/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()
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 wit in dln2_adc_read()
523 u16 conflict; dln2_adc_triggered_buffer_postenable() local
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Decam.c33 struct resource *conflict; in pci_ecam_create() local
63 conflict = request_resource_conflict(&iomem_resource, &cfg->res); in pci_ecam_create()
64 if (conflict) { in pci_ecam_create()
66 dev_err(dev, "can't claim ECAM area %pR: address conflict with %s %pR\n", in pci_ecam_create()
67 &cfg->res, conflict->name, conflict); in pci_ecam_create()
H A Dsetup-res.c89 * disable decoding so that a half-updated BAR won't conflict in pci_std_update_resource()
134 struct resource *root, *conflict; in pci_claim_resource() local
158 conflict = request_resource_conflict(root, res); in pci_claim_resource()
159 if (conflict) { in pci_claim_resource()
160 pci_info(dev, "can't claim BAR %d %pR: address conflict with %s %pR\n", in pci_claim_resource()
161 resource, res, conflict->name, conflict); in pci_claim_resource()
198 struct resource *root, *conflict; in pci_revert_fw_address() local
232 conflict = request_resource_conflict(root, res); in pci_revert_fw_address()
233 if (conflict) { in pci_revert_fw_address()
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dvgaarb.c124 * In this case, I assume it will not conflict with any PCI card. If this
215 struct vga_device *conflict; in __vga_tryget() local
249 list_for_each_entry(conflict, &vga_list, list) { in __vga_tryget()
253 /* Don't conflict with myself */ in __vga_tryget()
254 if (vgadev == conflict) in __vga_tryget()
258 * We have a possible conflict. Before we go further, we must 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 in __vga_tryget()
436 struct vga_device *vgadev, *conflict; vga_get() local
[all...]
H A Dsetup-res.c79 * 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 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()
/kernel/linux/linux-5.10/drivers/gpu/vga/
H A Dvgaarb.c148 * NULL here. In this case, I assume it will not conflict with
246 struct vga_device *conflict; in __vga_tryget() local
278 list_for_each_entry(conflict, &vga_list, list) { in __vga_tryget()
282 /* Don't conflict with myself */ in __vga_tryget()
283 if (vgadev == conflict) in __vga_tryget()
286 /* Check if the architecture allows a conflict between those in __vga_tryget()
289 if (!vga_conflicts(vgadev->pdev, conflict->pdev)) in __vga_tryget()
292 /* We have a possible conflict. before we go further, we must in __vga_tryget()
298 if (vgadev->pdev->bus != conflict->pdev->bus) { in __vga_tryget()
306 if (conflict in __vga_tryget()
467 struct vga_device *vgadev, *conflict; vga_get() local
[all...]
/kernel/linux/linux-5.10/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;
231 TP_printk("conflict %d: lease=%p fl_flags=%s fl_type=%s; breaker=%p fl_flags=%s fl_type=%s",
232 __entry->conflict,
/kernel/linux/linux-6.6/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;
231 TP_printk("conflict %d: lease=%p fl_flags=%s fl_type=%s; breaker=%p fl_flags=%s fl_type=%s",
232 __entry->conflict,
/kernel/linux/linux-5.10/arch/loongarch/pci/
H A Dacpi.c97 struct resource *conflict; in arch_pci_ecam_create() local
121 conflict = request_resource_conflict(&iomem_resource, &cfg->res); in arch_pci_ecam_create()
122 if (conflict) { in arch_pci_ecam_create()
124 dev_err(dev, "can't claim ECAM area %pR: address conflict with %s %pR\n", in arch_pci_ecam_create()
125 &cfg->res, conflict->name, conflict); in arch_pci_ecam_create()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dfixup.c611 * the 00:1c.0 Root Port, causes a conflict with [io 0x1804], which is used
696 struct resource *res, *conflict; in pci_amd_enable_64bit_bar() local
746 conflict = request_resource_conflict(&iomem_resource, res); in pci_amd_enable_64bit_bar()
747 if (conflict) { in pci_amd_enable_64bit_bar()
749 if (conflict->name != name) in pci_amd_enable_64bit_bar()
753 res = conflict; in pci_amd_enable_64bit_bar()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dsetup.c676 struct resource *res, *root, *conflict; in of_pci_parse_iov_addrs() local
698 conflict = request_resource_conflict(root, res); in of_pci_parse_iov_addrs()
699 if (conflict) { in of_pci_parse_iov_addrs()
703 conflict->name, conflict); in of_pci_parse_iov_addrs()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c366 * has any conflict with the already established TAS configuration in
472 bool conflict; in sja1105_gating_check_conflicts() local
492 conflict = sja1105_tas_check_conflicts(priv, port, dummy); in sja1105_gating_check_conflicts()
495 conflict = sja1105_tas_check_conflicts(priv, port, in sja1105_gating_check_conflicts()
497 if (conflict) in sja1105_gating_check_conflicts()
504 return conflict; in sja1105_gating_check_conflicts()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dmmconfig-shared.c528 struct resource *conflict; in pci_mmcfg_check_reserved() local
548 conflict = insert_resource_conflict(&iomem_resource, in pci_mmcfg_check_reserved()
550 if (conflict) in pci_mmcfg_check_reserved()
552 &cfg->res, conflict->name, conflict); in pci_mmcfg_check_reserved()
758 * misprogrammed MCFG tables that state larger sizes but actually conflict
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()
/kernel/linux/linux-5.10/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()

Completed in 25 milliseconds

123