Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v5.15/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-v5.15/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()
231 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device()
245 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device()
276 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device()
277 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
/Linux-v5.15/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-v5.15/drivers/base/
Dcomponent.c63 bool bound; member
73 bool bound; member
98 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show()
107 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
261 master->bound = true; in try_to_bring_up_master()
271 if (!m->bound) { in try_to_bring_up_masters()
283 if (master->bound) { in take_down_master()
286 master->bound = false; in take_down_master()
521 WARN_ON(!component->bound); in component_unbind()
525 component->bound = false; in component_unbind()
[all …]
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Ddebugfs.c40 int bound[15], range[4], i; in mt7921_ampdu_stat_read_phy() local
49 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7921_ampdu_stat_read_phy()
50 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7921_ampdu_stat_read_phy()
54 seq_printf(file, "Length: %8d | ", bound[0]); in mt7921_ampdu_stat_read_phy()
55 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7921_ampdu_stat_read_phy()
56 seq_printf(file, "%3d %3d | ", bound[i] + 1, bound[i + 1]); in mt7921_ampdu_stat_read_phy()
59 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7921_ampdu_stat_read_phy()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_vma.c754 unsigned int bound; in try_qad_pin() local
757 bound = atomic_read(&vma->flags); in try_qad_pin()
759 if (unlikely(flags & ~bound)) in try_qad_pin()
762 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin()
765 if (!(bound & I915_VMA_PIN_MASK)) in try_qad_pin()
768 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); in try_qad_pin()
769 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
780 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) { in try_qad_pin()
785 if (unlikely(flags & ~bound)) { in try_qad_pin()
789 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
[all …]
/Linux-v5.15/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-v5.15/net/can/
Draw.c84 int bound; member
285 if (ro->bound) in raw_notify()
292 ro->bound = 0; in raw_notify()
336 ro->bound = 0; in raw_init()
386 if (ro->bound) { in raw_release()
404 ro->bound = 0; in raw_release()
433 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind()
465 if (ro->bound) { in raw_bind()
482 ro->bound = 1; in raw_bind()
552 if (ro->bound && ro->ifindex) { in raw_setsockopt()
[all …]
Disotp.c133 int bound; member
860 if (!so->bound) in isotp_sendmsg()
1055 if (so->bound && (!(so->opt.flags & CAN_ISOTP_SF_BROADCAST))) { in isotp_release()
1074 so->bound = 0; in isotp_release()
1125 if (so->bound && addr->can_ifindex == so->ifindex && in isotp_bind()
1157 if (so->bound && do_rx_reg) { in isotp_bind()
1174 so->bound = 1; in isotp_bind()
1213 if (so->bound) in isotp_setsockopt_locked()
1370 if (so->bound && (!(so->opt.flags & CAN_ISOTP_SF_BROADCAST))) in isotp_notify()
1376 so->bound = 0; in isotp_notify()
[all …]
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Ddebugfs.c118 int bound[15], range[4], i, n; in mt7915_ampdu_stat_read_phy() local
127 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
128 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7915_ampdu_stat_read_phy()
132 seq_printf(file, "Length: %8d | ", bound[0]); in mt7915_ampdu_stat_read_phy()
133 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7915_ampdu_stat_read_phy()
135 bound[i] + 1, bound[i + 1]); in mt7915_ampdu_stat_read_phy()
139 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Ddebugfs.c248 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
255 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
259 bound[i + 4] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
263 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
264 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7615_ampdu_stat_read_phy()
266 bound[i], bound[i + 1]); in mt7615_ampdu_stat_read_phy()
270 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7615_ampdu_stat_read_phy()
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/drivers/usb/gadget/function/
Du_eem.h21 bool bound; member
Du_ecm.h21 bool bound; member

12345678910>>...13