Home
last modified time | relevance | path

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

1234

/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.c115 if (!dev->device_info->needs_iommu_device || pdd->bound == PDD_BOUND) in kfd_iommu_bind_process_to_device()
118 if (unlikely(pdd->bound == PDD_BOUND_SUSPENDED)) { in kfd_iommu_bind_process_to_device()
125 pdd->bound = PDD_BOUND; in kfd_iommu_bind_process_to_device()
140 if (pdd->bound == PDD_BOUND) in kfd_iommu_unbind_process()
230 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device()
244 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device()
275 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device()
276 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
/drivers/gpu/drm/
Ddrm_agpsupport.c225 entry->bound = 0; in drm_agp_alloc()
286 if (!entry || !entry->bound) in drm_agp_unbind()
290 entry->bound = 0; in drm_agp_unbind()
326 if (!entry || entry->bound) in drm_agp_bind()
332 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind()
334 dev->agp->base, entry->bound); in drm_agp_bind()
371 if (entry->bound) in drm_agp_free()
455 if (entry->bound) in drm_legacy_agp_clear()
Ddrm_memory.c76 if (agpmem->bound <= offset in agp_remap()
77 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap()
93 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
/drivers/base/
Dcomponent.c64 bool bound; member
75 bool bound; member
100 dev_name(m->dev), m->bound ? "bound" : "not bound"); in component_devices_show()
109 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
264 master->bound = true; in try_to_bring_up_master()
274 if (!m->bound) { in try_to_bring_up_masters()
286 if (master->bound) { in take_down_master()
289 master->bound = false; in take_down_master()
530 WARN_ON(!component->bound); in component_unbind()
533 component->bound = false; in component_unbind()
[all …]
/drivers/gpu/drm/i915/selftests/
Di915_gem_evict.c49 unsigned long unbound, bound, count; in populate_ggtt() local
75 bound = 0; in populate_ggtt()
81 bound++; in populate_ggtt()
85 GEM_BUG_ON(bound + unbound != count); in populate_ggtt()
93 if (bound != count) { in populate_ggtt()
95 __func__, bound, count); in populate_ggtt()
/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()
/drivers/usb/gadget/function/
Df_subset.c311 if (!gether_opts->bound) { in geth_bind()
318 gether_opts->bound = true; in geth_bind()
422 if (opts->bound) in geth_free_inst()
Du_ecm.h21 bool bound; member
Du_gether.h21 bool bound; member
Du_eem.h21 bool bound; member
Du_ncm.h21 bool bound; member
Du_uac2.h35 bool bound; member
Du_uac1.h32 unsigned bound:1; member
Du_phonet.h16 bool bound; member
Du_rndis.h23 bool bound; member
Df_rndis.c702 if (!rndis_opts->bound) { in rndis_bind()
707 rndis_opts->bound = true; in rndis_bind()
840 if (opts->bound) in rndis_borrow_net()
844 opts->borrowed_net = opts->bound = true; in rndis_borrow_net()
902 if (opts->bound) in rndis_free_inst()
Du_uac1_legacy.h64 unsigned bound:1; member
Df_eem.c258 if (!eem_opts->bound) { in eem_bind()
265 eem_opts->bound = true; in eem_bind()
564 if (opts->bound) in eem_free_inst()
/drivers/infiniband/hw/hfi1/
Dfault.c158 unsigned long bound = 1U << BITS_PER_BYTE; in fault_opcodes_write() local
185 if (range_start >= bound || range_end >= bound) in fault_opcodes_write()
/drivers/infiniband/core/
Dumem_odp.c718 u64 bound) in ib_umem_odp_unmap_dma_pages() argument
727 bound = min_t(u64, bound, ib_umem_end(umem_odp)); in ib_umem_odp_unmap_dma_pages()
733 for (addr = virt; addr < bound; addr += BIT(umem_odp->page_shift)) { in ib_umem_odp_unmap_dma_pages()
/drivers/gpu/drm/ast/
DKconfig11 is bound to the driver. These GPUs are commonly found
/drivers/gpu/drm/i915/
Di915_vma.c715 const unsigned int bound = vma->flags; in __i915_vma_do_pin() local
722 if (WARN_ON(bound & I915_VMA_PIN_OVERFLOW)) { in __i915_vma_do_pin()
727 if ((bound & I915_VMA_BIND_MASK) == 0) { in __i915_vma_do_pin()
740 if ((bound ^ vma->flags) & I915_VMA_GLOBAL_BIND) in __i915_vma_do_pin()
747 if ((bound & I915_VMA_BIND_MASK) == 0) { in __i915_vma_do_pin()
/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c706 u8 bound[7]; in mt76x0_phy_get_delta_power() local
709 err = mt76x02_eeprom_copy(dev, MT_EE_TSSI_BOUND1, bound, in mt76x0_phy_get_delta_power()
710 sizeof(bound)); in mt76x0_phy_get_delta_power()
714 for (i = 0; i < ARRAY_SIZE(bound); i++) { in mt76x0_phy_get_delta_power()
715 if (chan->hw_value <= bound[i] || !bound[i]) in mt76x0_phy_get_delta_power()
/drivers/scsi/aic7xxx/
DKconfig.aic79xx22 This is an upper bound value for the number of tagged transactions
32 on some devices. The upper bound is 253. 0 disables tagged queueing.
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.h26 bool bound; member

1234