/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_iommu.c | 115 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/ |
D | drm_agpsupport.c | 225 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()
|
D | drm_memory.c | 76 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/ |
D | component.c | 64 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/ |
D | i915_gem_evict.c | 49 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/ |
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/usb/gadget/function/ |
D | f_subset.c | 311 if (!gether_opts->bound) { in geth_bind() 318 gether_opts->bound = true; in geth_bind() 422 if (opts->bound) in geth_free_inst()
|
D | u_ecm.h | 21 bool bound; member
|
D | u_gether.h | 21 bool bound; member
|
D | u_eem.h | 21 bool bound; member
|
D | u_ncm.h | 21 bool bound; member
|
D | u_uac2.h | 35 bool bound; member
|
D | u_uac1.h | 32 unsigned bound:1; member
|
D | u_phonet.h | 16 bool bound; member
|
D | u_rndis.h | 23 bool bound; member
|
D | f_rndis.c | 702 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()
|
D | u_uac1_legacy.h | 64 unsigned bound:1; member
|
D | f_eem.c | 258 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/ |
D | fault.c | 158 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/ |
D | umem_odp.c | 718 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/ |
D | Kconfig | 11 is bound to the driver. These GPUs are commonly found
|
/drivers/gpu/drm/i915/ |
D | i915_vma.c | 715 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/ |
D | phy.c | 706 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/ |
D | Kconfig.aic79xx | 22 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/ |
D | spectrum_span.h | 26 bool bound; member
|