Home
last modified time | relevance | path

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

12345678910>>...13

/linux/drivers/net/wireless/mediatek/mt76/mt7603/
A 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/drivers/gpu/drm/amd/amdkfd/
A 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/drivers/gpu/drm/
A 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()
A 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/drivers/base/
A Dcomponent.c62 bool bound; member
72 bool bound; member
97 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show()
106 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/drivers/gpu/drm/i915/
A Di915_vma.c751 unsigned int bound; in try_qad_pin() local
754 bound = atomic_read(&vma->flags); in try_qad_pin()
756 if (unlikely(flags & ~bound)) in try_qad_pin()
762 if (!(bound & I915_VMA_PIN_MASK)) in try_qad_pin()
766 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
782 if (unlikely(flags & ~bound)) { in try_qad_pin()
786 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
871 unsigned int bound; in i915_vma_pin_ww() local
952 bound = atomic_read(&vma->flags); in i915_vma_pin_ww()
972 if (!(bound & I915_VMA_BIND_MASK)) { in i915_vma_pin_ww()
[all …]
/linux/net/can/
A 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()
465 if (ro->bound) { in raw_bind()
482 ro->bound = 1; in raw_bind()
552 if (ro->bound && ro->ifindex) { in raw_setsockopt()
562 if (ro->bound) { in raw_setsockopt()
[all …]
A 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/drivers/net/wireless/mediatek/mt76/mt7921/
A 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/Documentation/userspace-api/media/rc/
A 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/drivers/net/wireless/mediatek/mt76/mt7615/
A Ddebugfs.c275 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
282 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
286 bound[i + 4] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
290 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
291 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7615_ampdu_stat_read_phy()
293 bound[i], bound[i + 1]); in mt7615_ampdu_stat_read_phy()
297 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7615_ampdu_stat_read_phy()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Ddebugfs.c199 int bound[15], range[4], i, n; in mt7915_ampdu_stat_read_phy() local
205 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
206 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7915_ampdu_stat_read_phy()
210 seq_printf(file, "Length: %8d | ", bound[0]); in mt7915_ampdu_stat_read_phy()
211 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7915_ampdu_stat_read_phy()
213 bound[i] + 1, bound[i + 1]); in mt7915_ampdu_stat_read_phy()
217 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
/linux/scripts/coccinelle/iterators/
A 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/tools/perf/tests/attr/
A 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)
A 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)
A 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)
A 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/Documentation/userspace-api/media/v4l/
A 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/Documentation/ABI/testing/
A 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.
A Dsysfs-platform-usbip-vudc7 gadget driver which is currently bound to this
9 only if gadget driver is bound, otherwise error
/linux/lib/
A 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/tools/usb/usbip/
A 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/drivers/usb/gadget/legacy/
A 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/tools/perf/Documentation/
A Dtopdown.txt6 frontend bound, backend bound, bad speculation, retiring.
28 # time retiring bad speculation frontend bound backend bound
308 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
328 topdown-mem-bound.
/linux/drivers/infiniband/core/
A Dumem_odp.c475 u64 bound) in ib_umem_odp_unmap_dma_pages() argument
486 bound = min_t(u64, bound, ib_umem_end(umem_odp)); in ib_umem_odp_unmap_dma_pages()
487 for (addr = virt; addr < bound; addr += BIT(umem_odp->page_shift)) { in ib_umem_odp_unmap_dma_pages()

Completed in 52 milliseconds

12345678910>>...13