Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c76 int bound[3], i, range; in mt7603_ampdu_stat_show() local
79 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show()
80 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7603_ampdu_stat_show()
82 seq_printf(file, "Length: %8d | ", bound[0]); in mt7603_ampdu_stat_show()
83 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7603_ampdu_stat_show()
85 bound[i], bound[i + 1]); in mt7603_ampdu_stat_show()
87 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show()
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.c116 if (!dev->use_iommu_v2 || pdd->bound == PDD_BOUND) in kfd_iommu_bind_process_to_device()
119 if (unlikely(pdd->bound == PDD_BOUND_SUSPENDED)) { in kfd_iommu_bind_process_to_device()
126 pdd->bound = PDD_BOUND; in kfd_iommu_bind_process_to_device()
141 if (p->pdds[i]->bound == PDD_BOUND) in kfd_iommu_unbind_process()
220 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device()
234 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device()
265 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device()
266 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_agpsupport.c218 entry->bound = 0; in drm_legacy_agp_alloc()
275 if (!entry || !entry->bound) in drm_legacy_agp_unbind()
279 entry->bound = 0; in drm_legacy_agp_unbind()
311 if (!entry || entry->bound) in drm_legacy_agp_bind()
317 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_legacy_agp_bind()
319 dev->agp->base, entry->bound); in drm_legacy_agp_bind()
352 if (entry->bound) in drm_legacy_agp_free()
437 if (entry->bound) in drm_legacy_agp_clear()
Ddrm_memory.c75 if (agpmem->bound <= offset in agp_remap()
76 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap()
92 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
/Linux-v6.1/drivers/base/
Dcomponent.c58 bool bound; member
68 bool bound; member
93 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show()
102 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
258 adev->bound = true; in try_to_bring_up_aggregate_device()
268 if (!adev->bound) { in try_to_bring_up_masters()
280 if (adev->bound) { in take_down_aggregate_device()
283 adev->bound = false; in take_down_aggregate_device()
575 WARN_ON(!component->bound); in component_unbind()
579 component->bound = false; in component_unbind()
[all …]
/Linux-v6.1/net/can/
Draw.c85 int bound; member
287 if (ro->bound) in raw_notify()
294 ro->bound = 0; in raw_notify()
338 ro->bound = 0; in raw_init()
389 if (ro->bound) { in raw_release()
407 ro->bound = 0; in raw_release()
436 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind()
468 if (ro->bound) { in raw_bind()
485 ro->bound = 1; in raw_bind()
555 if (ro->bound && ro->ifindex) { in raw_setsockopt()
[all …]
/Linux-v6.1/Documentation/userspace-api/media/rc/
Dlirc-set-rec-carrier-range.rst13 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate
41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
42 :ref:`LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>` with the upper bound.
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/
Ddebugfs.c66 int bound[15], range[4], i; in mt7921_ampdu_stat_read_phy() local
77 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7921_ampdu_stat_read_phy()
78 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7921_ampdu_stat_read_phy()
82 seq_printf(file, "Length: %8d | ", bound[0]); in mt7921_ampdu_stat_read_phy()
83 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7921_ampdu_stat_read_phy()
84 seq_printf(file, "%3d %3d | ", bound[i] + 1, bound[i + 1]); in mt7921_ampdu_stat_read_phy()
87 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7921_ampdu_stat_read_phy()
/Linux-v6.1/drivers/net/ethernet/marvell/prestera/
Dprestera_matchall.c47 if (!block->mall.bound) in prestera_mall_prio_get()
107 block->mall.bound = true; in prestera_mall_replace()
126 block->mall.bound = false; in prestera_mall_destroy()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
Ddebugfs.c282 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
289 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
293 bound[i + 4] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
297 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
298 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7615_ampdu_stat_read_phy()
300 bound[i], bound[i + 1]); in mt7615_ampdu_stat_read_phy()
304 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7615_ampdu_stat_read_phy()
/Linux-v6.1/scripts/coccinelle/iterators/
Ditnull.cocci2 /// Many iterators have the property that the first argument is always bound
86 cocci.print_main("iterator-bound variable",p1)
94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
/Linux-v6.1/tools/perf/tests/attr/
Dtest-stat-default103 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
114 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
158 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
Dtest-stat-detailed-1104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
115 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
Dtest-stat-detailed-2104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
115 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
Dtest-stat-detailed-3104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
115 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-colorimetry.rst39 - The upper bound for the maximum light level among all individual
41 When equal to 0 no such upper bound is present.
44 - The upper bound for the maximum average light level among the
46 cd/m\ :sup:`2`. When equal to 0 no such upper bound is present.
/Linux-v6.1/drivers/gpu/drm/i915/pxp/
Dintel_pxp.c181 bool bound = false; in pxp_component_bound() local
185 bound = true; in pxp_component_bound()
188 return bound; in pxp_component_bound()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-platform-usbip-vudc7 gadget driver which is currently bound to this
9 only if gadget driver is bound, otherwise error
Dsysfs-class-devlink63 consumer devices have been bound to their corresponding
86 bound to their driver.
88 'available' means the supplier has bound to its driver and is
95 bound successfully to their drivers.
/Linux-v6.1/rust/alloc/vec/
Dpartial_eq.rs10 ([$($vars:tt)*] $lhs:ty, $rhs:ty $(where $ty:ty: $bound:ident)?, #[$stability:meta]) => {
15 $($ty: $bound)?
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_vma.c880 unsigned int bound; in try_qad_pin() local
882 bound = atomic_read(&vma->flags); in try_qad_pin()
887 return (flags & bound) == flags; in try_qad_pin()
893 if (unlikely(flags & ~bound)) in try_qad_pin()
896 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin()
899 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); in try_qad_pin()
900 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
1369 unsigned int bound; in i915_vma_pin_ww() local
1460 bound = atomic_read(&vma->flags); in i915_vma_pin_ww()
1461 if (unlikely(bound & I915_VMA_ERROR)) { in i915_vma_pin_ww()
[all …]
/Linux-v6.1/lib/
Ddecompress_unlzma.c75 uint32_t bound; member
151 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper()
152 return rc->bound; in rc_is_bit_0_helper()
163 rc->range = rc->bound; in rc_update_bit_0()
168 rc->range -= rc->bound; in rc_update_bit_1()
169 rc->code -= rc->bound; in rc_update_bit_1()
/Linux-v6.1/drivers/usb/gadget/legacy/
Dether.c373 eem_opts->bound = true; in eth_bind()
375 ecm_opts->bound = true; in eth_bind()
377 geth_opts->bound = true; in eth_bind()
/Linux-v6.1/drivers/infiniband/core/
Dumem_odp.c472 u64 bound) in ib_umem_odp_unmap_dma_pages() argument
483 bound = min_t(u64, bound, ib_umem_end(umem_odp)); in ib_umem_odp_unmap_dma_pages()
484 for (addr = virt; addr < bound; addr += BIT(umem_odp->page_shift)) { in ib_umem_odp_unmap_dma_pages()
/Linux-v6.1/tools/usb/usbip/
DREADME21 bound to a physical USB device to make it exportable.
164 A USB storage device of busid 3-3.2 is now bound to the usb-storage
166 "exportable"; the device is bound to the usbip-host driver. Please
246 - usbip-host.ko must be bound to the target device.
248 - Target USB gadget must be bound to vudc

12345678910>>...14