| /drivers/net/wireless/mediatek/mt76/mt7603/ |
| A 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()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A 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()
|
| /drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_csr.c | 117 const struct fbnic_csr_bounds *bound; in fbnic_csr_get_regs() local 124 for (i = 0, bound = fbnic_csr_sects; in fbnic_csr_get_regs() 125 i < ARRAY_SIZE(fbnic_csr_sects) - 1; i++, ++bound) { in fbnic_csr_get_regs() 126 *(data++) = bound->start; in fbnic_csr_get_regs() 127 *(data++) = bound->end - 1; in fbnic_csr_get_regs() 128 for (j = bound->start; j < bound->end; j++) in fbnic_csr_get_regs()
|
| /drivers/base/ |
| A 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() 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() 582 return adev->bound; in component_master_is_bound() 589 if (WARN_ON(!component->bound)) in component_unbind() 597 component->bound = false; in component_unbind() [all …]
|
| /drivers/net/wireless/mediatek/mt76/mt7615/ |
| A 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()
|
| /drivers/net/ethernet/marvell/prestera/ |
| A 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()
|
| A D | prestera_flow.h | 28 bool bound; member
|
| /drivers/gpu/drm/i915/ |
| A 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() 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() 1542 if (unlikely(!((bound + 1) & I915_VMA_PIN_MASK))) { in i915_vma_pin_ww() 1557 if (!(bound & I915_VMA_BIND_MASK)) { in i915_vma_pin_ww() [all …]
|
| /drivers/infiniband/core/ |
| A D | umem_odp.c | 433 u64 bound) in ib_umem_odp_unmap_dma_pages() argument 441 bound = min_t(u64, bound, ib_umem_end(umem_odp)); in ib_umem_odp_unmap_dma_pages() 442 for (addr = virt; addr < bound; addr += BIT(umem_odp->page_shift)) { in ib_umem_odp_unmap_dma_pages()
|
| /drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | debugfs.c | 464 int bound[15], range[8], i; in mt7996_ampdu_stat_read_phy() local 471 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy() 472 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 2], i % 2) + 1; in mt7996_ampdu_stat_read_phy() 477 seq_printf(file, "Length: %8d | ", bound[0]); in mt7996_ampdu_stat_read_phy() 478 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7996_ampdu_stat_read_phy() 480 bound[i] + 1, bound[i + 1]); in mt7996_ampdu_stat_read_phy() 483 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
|
| /drivers/usb/gadget/legacy/ |
| A 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()
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ttm_buffer.c | 283 if (vmw_be->bound) in vmw_ttm_bind() 316 vmw_be->bound = true; in vmw_ttm_bind() 326 if (!vmw_be->bound) in vmw_ttm_unbind() 344 vmw_be->bound = false; in vmw_ttm_unbind()
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 319 bool bound; member 417 return (gtt->bound); in radeon_ttm_backend_is_bound() 430 if (gtt->bound) in radeon_ttm_backend_bind() 452 gtt->bound = true; in radeon_ttm_backend_bind() 464 if (!gtt->bound) in radeon_ttm_backend_unbind() 469 gtt->bound = false; in radeon_ttm_backend_unbind()
|
| /drivers/gpu/drm/i915/pxp/ |
| A D | intel_pxp.c | 285 bool bound = false; in pxp_component_bound() local 289 bound = true; in pxp_component_bound() 292 return bound; in pxp_component_bound()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | fault.c | 113 unsigned long bound = 1U << BITS_PER_BYTE; in fault_opcodes_write() local 140 if (range_start >= bound || range_end >= bound) in fault_opcodes_write()
|
| /drivers/usb/gadget/function/ |
| A D | f_subset.c | 311 if (!gether_opts->bound) { in geth_bind() 318 gether_opts->bound = true; in geth_bind() 420 if (opts->bound) in geth_free_inst()
|
| A D | u_ecm.h | 21 bool bound; member
|
| A D | u_eem.h | 21 bool bound; member
|
| A D | u_gether.h | 21 bool bound; member
|
| A D | u_ncm.h | 21 bool bound; member
|
| A D | u_phonet.h | 16 bool bound; member
|
| A D | u_rndis.h | 23 bool bound; member
|
| A D | f_rndis.c | 691 if (!rndis_opts->bound) { in rndis_bind() 696 rndis_opts->bound = true; in rndis_bind() 827 if (opts->bound) in rndis_borrow_net() 831 opts->borrowed_net = opts->bound = true; in rndis_borrow_net() 889 if (opts->bound) in rndis_free_inst()
|
| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | debugfs.c | 708 int bound[15], range[4], i; in mt7915_ampdu_stat_read_phy() local 715 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy() 716 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7915_ampdu_stat_read_phy() 720 seq_printf(file, "Length: %8d | ", bound[0]); in mt7915_ampdu_stat_read_phy() 721 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7915_ampdu_stat_read_phy() 723 bound[i] + 1, bound[i + 1]); in mt7915_ampdu_stat_read_phy() 726 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
|
| /drivers/net/wireless/mediatek/mt76/mt76x0/ |
| A D | phy.c | 708 u8 bound[7]; in mt76x0_phy_get_delta_power() local 711 err = mt76x02_eeprom_copy(dev, MT_EE_TSSI_BOUND1, bound, in mt76x0_phy_get_delta_power() 712 sizeof(bound)); in mt76x0_phy_get_delta_power() 716 for (i = 0; i < ARRAY_SIZE(bound); i++) { in mt76x0_phy_get_delta_power() 717 if (chan->hw_value <= bound[i] || !bound[i]) in mt76x0_phy_get_delta_power()
|