/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | debugfs.c | 76 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-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt792x_debugfs.c | 11 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-6.12.1/drivers/base/ |
D | component.c | 58 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-6.12.1/Documentation/userspace-api/media/rc/ |
D | lirc-set-rec-carrier-range.rst | 13 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-6.12.1/tools/perf/tests/shell/lib/ |
D | perf_metric_validation.py | 113 def get_bound_value(bound, initval, ridx): argument 115 if isinstance(bound, int) or isinstance(bound, float): 116 val = bound 117 elif isinstance(bound, str): 118 if bound == '': 120 elif bound in alias: 124 elif bound.replace('.', '1').isdigit(): 125 val = float(bound) 127 print("Wrong bound: {0}".format(bound)) 129 print("Wrong bound: {0}".format(bound))
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | msm-apq8096-fails.txt | 1 device_reset@cold-reset-bound,Fail 2 device_reset@reset-bound,Fail
|
D | msm-apq8016-fails.txt | 1 device_reset@cold-reset-bound,Fail 2 device_reset@reset-bound,Fail
|
D | rockchip-rk3288-fails.txt | 4 device_reset@cold-reset-bound,Crash 5 device_reset@reset-bound,Crash
|
D | mediatek-mt8183-fails.txt | 2 device_reset@cold-reset-bound,Fail 3 device_reset@reset-bound,Fail
|
D | msm-sdm845-fails.txt | 1 device_reset@cold-reset-bound,Fail 2 device_reset@reset-bound,Fail
|
D | mediatek-mt8173-fails.txt | 1 device_reset@cold-reset-bound,Fail 2 device_reset@reset-bound,Fail
|
/linux-6.12.1/net/can/ |
D | raw.c | 85 int bound; member 312 if (ro->bound) { in raw_notify() 321 ro->bound = 0; in raw_notify() 366 ro->bound = 0; in raw_init() 419 if (ro->bound) { in raw_release() 432 ro->bound = 0; in raw_release() 466 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind() 498 if (ro->bound) { in raw_bind() 510 ro->bound = 1; in raw_bind() 590 if (ro->bound && dev) { in raw_setsockopt() [all …]
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_matchall.c | 47 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-6.12.1/lib/kunit/ |
D | platform.c | 209 bool bound; in kunit_platform_device_prepare_wait_for_probe() local 220 bound = device_is_bound(dev); in kunit_platform_device_prepare_wait_for_probe() 221 if (bound) { in kunit_platform_device_prepare_wait_for_probe()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | debugfs.c | 281 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-6.12.1/scripts/coccinelle/iterators/ |
D | itnull.cocci | 2 /// 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-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-colorimetry.rst | 39 - 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-6.12.1/Documentation/ABI/testing/ |
D | sysfs-platform-usbip-vudc | 7 gadget driver which is currently bound to this 9 only if gadget driver is bound, otherwise error
|
D | sysfs-class-devlink | 63 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-6.12.1/lib/ |
D | decompress_unlzma.c | 77 uint32_t bound; member 153 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper() 154 return rc->bound; in rc_is_bit_0_helper() 165 rc->range = rc->bound; in rc_update_bit_0() 170 rc->range -= rc->bound; in rc_update_bit_1() 171 rc->code -= rc->bound; in rc_update_bit_1()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_vma.c | 942 unsigned int bound; in try_qad_pin() local 944 bound = atomic_read(&vma->flags); in try_qad_pin() 949 return (flags & bound) == flags; in try_qad_pin() 955 if (unlikely(flags & ~bound)) in try_qad_pin() 958 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin() 961 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); in try_qad_pin() 962 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin() 1439 unsigned int bound; in i915_vma_pin_ww() local 1536 bound = atomic_read(&vma->flags); in i915_vma_pin_ww() 1537 if (unlikely(bound & I915_VMA_ERROR)) { in i915_vma_pin_ww() [all …]
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | debugfs.c | 453 int bound[15], range[8], i; in mt7996_ampdu_stat_read_phy() local 460 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy() 461 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 2], i % 2) + 1; in mt7996_ampdu_stat_read_phy() 466 seq_printf(file, "Length: %8d | ", bound[0]); in mt7996_ampdu_stat_read_phy() 467 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7996_ampdu_stat_read_phy() 469 bound[i] + 1, bound[i + 1]); in mt7996_ampdu_stat_read_phy() 472 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
|
/linux-6.12.1/drivers/infiniband/core/ |
D | umem_odp.c | 472 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-6.12.1/drivers/usb/gadget/legacy/ |
D | ether.c | 373 eem_opts->bound = true; in eth_bind() 375 ecm_opts->bound = true; in eth_bind() 377 geth_opts->bound = true; in eth_bind()
|
/linux-6.12.1/tools/usb/usbip/ |
D | README | 21 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
|