/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_iommu.c | 123 if (!dev->device_info->needs_iommu_device || pdd->bound == PDD_BOUND) in kfd_iommu_bind_process_to_device() 126 if (unlikely(pdd->bound == PDD_BOUND_SUSPENDED)) { in kfd_iommu_bind_process_to_device() 133 pdd->bound = PDD_BOUND; in kfd_iommu_bind_process_to_device() 148 if (pdd->bound == PDD_BOUND) in kfd_iommu_unbind_process() 238 if (WARN_ON(!pdd) || pdd->bound != PDD_BOUND_SUSPENDED) { in kfd_bind_processes_to_device() 252 pdd->bound = PDD_BOUND; in kfd_bind_processes_to_device() 283 if (pdd->bound == PDD_BOUND) in kfd_unbind_processes_from_device() 284 pdd->bound = PDD_BOUND_SUSPENDED; in kfd_unbind_processes_from_device()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_agpsupport.c | 218 entry->bound = 0; in drm_agp_alloc() 279 if (!entry || !entry->bound) in drm_agp_unbind() 283 entry->bound = 0; in drm_agp_unbind() 319 if (!entry || entry->bound) in drm_agp_bind() 325 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind() 327 dev->agp->base, entry->bound); in drm_agp_bind() 364 if (entry->bound) in drm_agp_free() 448 if (entry->bound) in drm_legacy_agp_clear()
|
D | drm_memory.c | 70 if (agpmem->bound <= offset in agp_remap() 71 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap() 87 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
|
/Linux-v4.19/net/can/ |
D | raw.c | 85 int bound; member 290 if (ro->bound) in raw_notifier() 297 ro->bound = 0; in raw_notifier() 320 ro->bound = 0; in raw_init() 363 if (ro->bound) { in raw_release() 380 ro->bound = 0; in raw_release() 409 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind() 441 if (ro->bound) { in raw_bind() 457 ro->bound = 1; in raw_bind() 527 if (ro->bound && ro->ifindex) in raw_setsockopt() [all …]
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | lirc-set-rec-carrier-range.rst | 12 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate 39 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call 40 :ref:`LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>` with the upper bound.
|
/Linux-v4.19/drivers/base/ |
D | component.c | 37 bool bound; member 48 bool bound; member 72 dev_name(m->dev), m->bound ? "bound" : "not bound"); in component_devices_show() 242 master->bound = true; in try_to_bring_up_master() 252 if (!m->bound) { in try_to_bring_up_masters() 264 if (master->bound) { in take_down_master() 267 master->bound = false; in take_down_master() 434 WARN_ON(!component->bound); in component_unbind() 437 component->bound = false; in component_unbind() 492 component->bound = true; in component_bind()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_shrinker.c | 422 unsigned long unevictable, bound, unbound, freed_pages; in i915_gem_shrinker_oom() local 430 unbound = bound = unevictable = 0; in i915_gem_shrinker_oom() 442 bound += obj->base.size >> PAGE_SHIFT; in i915_gem_shrinker_oom() 446 if (freed_pages || unbound || bound) in i915_gem_shrinker_oom() 450 if (unbound || bound) in i915_gem_shrinker_oom() 453 bound, unbound); in i915_gem_shrinker_oom()
|
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | itnull.cocci | 1 /// Many iterators have the property that the first argument is always bound 85 cocci.print_main("iterator-bound variable",p1) 93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | TODO | 22 CSI ports. And after all async subdevices have been bound, 35 driver or a non-V4L2 media driver. If the device were bound to 42 owned by the V4L2 subdevice that is bound to the port's parent. 58 a media link, between V4L2 subdevices that are bound to the
|
/Linux-v4.19/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
|
/Linux-v4.19/lib/ |
D | decompress_unlzma.c | 75 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-v4.19/include/net/ |
D | pkt_sched.h | 64 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded() argument 66 return min(tv1 - tv2, bound); in psched_tdiff_bounded()
|
/Linux-v4.19/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-v4.19/drivers/usb/gadget/function/ |
D | u_eem.h | 21 bool bound; member
|
D | u_ecm.h | 21 bool bound; member
|
D | u_gether.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
|
/Linux-v4.19/Documentation/input/ |
D | notifier.rst | 15 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym. 34 || !bound) {
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | callbacks.rst | 102 with another driver bound the interface, eg. a power management 145 that isn't bound to your driver. 147 Probe will never be called for an interface bound to a driver. 151 Once your driver is bound to an interface, disconnect can be
|
/Linux-v4.19/fs/nfs/ |
D | read.c | 279 loff_t bound; in nfs_readpage_result() local 281 bound = hdr->args.offset + hdr->res.count; in nfs_readpage_result() 283 if (bound < hdr->io_start + hdr->good_bytes) { in nfs_readpage_result() 286 hdr->good_bytes = bound - hdr->io_start; in nfs_readpage_result()
|
/Linux-v4.19/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
|