Home
last modified time | relevance | path

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

12345678910>>...15

/Linux-v6.6/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.6/drivers/net/wireless/mediatek/mt76/
Dmt792x_debugfs.c11 int bound[15], range[4], i; in mt792x_ampdu_stat_read_phy() local
22 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy()
23 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt792x_ampdu_stat_read_phy()
27 seq_printf(file, "Length: %8d | ", bound[0]); in mt792x_ampdu_stat_read_phy()
28 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt792x_ampdu_stat_read_phy()
29 seq_printf(file, "%3d %3d | ", bound[i] + 1, bound[i + 1]); in mt792x_ampdu_stat_read_phy()
32 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy()
/Linux-v6.6/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.6/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.6/tools/perf/tests/shell/lib/
Dperf_metric_validation.py88 def get_bound_value (bound, initval, ridx): argument
90 if isinstance(bound, int) or isinstance(bound, float):
91 val = bound
92 elif isinstance(bound, str):
93 if bound == '':
95 elif bound in alias:
99 elif bound.replace('.', '1').isdigit():
100 val = float(bound)
102 print("Wrong bound: {0}".format(bound))
104 print("Wrong bound: {0}".format(bound))
/Linux-v6.6/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.6/net/can/
Draw.c85 int bound; member
289 if (ro->bound) { in raw_notify()
298 ro->bound = 0; in raw_notify()
343 ro->bound = 0; in raw_init()
396 if (ro->bound) { in raw_release()
409 ro->bound = 0; in raw_release()
443 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind()
475 if (ro->bound) { in raw_bind()
487 ro->bound = 1; in raw_bind()
568 if (ro->bound && dev) { in raw_setsockopt()
[all …]
/Linux-v6.6/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.6/drivers/net/wireless/mediatek/mt76/mt7615/
Ddebugfs.c281 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
288 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
292 bound[i + 4] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
296 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
297 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7615_ampdu_stat_read_phy()
299 bound[i], bound[i + 1]); in mt7615_ampdu_stat_read_phy()
302 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7615_ampdu_stat_read_phy()
/Linux-v6.6/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.6/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.6/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.6/rust/alloc/vec/
Dpartial_eq.rs10 ([$($vars:tt)*] $lhs:ty, $rhs:ty $(where $ty:ty: $bound:ident)?, #[$stability:meta]) => {
15 $($ty: $bound)?
/Linux-v6.6/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.6/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.6/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.6/drivers/net/wireless/mediatek/mt76/mt7996/
Ddebugfs.c448 int bound[15], range[8], i; in mt7996_ampdu_stat_read_phy() local
455 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
456 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 2], i % 2) + 1; in mt7996_ampdu_stat_read_phy()
461 seq_printf(file, "Length: %8d | ", bound[0]); in mt7996_ampdu_stat_read_phy()
462 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7996_ampdu_stat_read_phy()
464 bound[i] + 1, bound[i + 1]); in mt7996_ampdu_stat_read_phy()
467 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_vma.c910 unsigned int bound; in try_qad_pin() local
912 bound = atomic_read(&vma->flags); in try_qad_pin()
917 return (flags & bound) == flags; in try_qad_pin()
923 if (unlikely(flags & ~bound)) in try_qad_pin()
926 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin()
929 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); in try_qad_pin()
930 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
1407 unsigned int bound; in i915_vma_pin_ww() local
1498 bound = atomic_read(&vma->flags); in i915_vma_pin_ww()
1499 if (unlikely(bound & I915_VMA_ERROR)) { in i915_vma_pin_ww()
[all …]
/Linux-v6.6/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
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1051 bound:1, member
1111 return (chain->flags & NFT_CHAIN_BINDING) && chain->bound; in nft_chain_is_bound()
1561 bool bound; member
1571 (((struct nft_trans_rule *)trans->data)->bound)
1579 bool bound; member
1588 (((struct nft_trans_set *)trans->data)->bound)
1604 bool bound; member
1621 (((struct nft_trans_chain *)trans->data)->bound)
1639 bool bound; member
1647 (((struct nft_trans_elem *)trans->data)->bound)
/Linux-v6.6/tools/perf/Documentation/
Dtopdown.txt6 bound, and backend bound. Higher levels provide more detail in to the
7 level 1 bottlenecks, such as at level 2: core bound, memory bound,
297 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
317 topdown-mem-bound.
/Linux-v6.6/tools/perf/tests/attr/
Dtest-stat-default91 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
102 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
/Linux-v6.6/Documentation/input/
Dnotifier.rst16 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
35 || !bound) {

12345678910>>...15