Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.c123 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/
Ddrm_agpsupport.c218 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()
Ddrm_memory.c70 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/
Draw.c85 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/
Dlirc-set-rec-carrier-range.rst12 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/
Dcomponent.c37 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/
Di915_gem_shrinker.c422 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/
Ditnull.cocci1 /// 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/
DTODO22 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/
Dsysfs-platform-usbip-vudc7 gadget driver which is currently bound to this
9 only if gadget driver is bound, otherwise error
/Linux-v4.19/lib/
Ddecompress_unlzma.c75 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/
Dpkt_sched.h64 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/
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()
/Linux-v4.19/drivers/usb/gadget/function/
Du_eem.h21 bool bound; member
Du_ecm.h21 bool bound; member
Du_gether.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
/Linux-v4.19/Documentation/input/
Dnotifier.rst15 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
34 || !bound) {
/Linux-v4.19/Documentation/driver-api/usb/
Dcallbacks.rst102 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/
Dread.c279 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/
DREADME21 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

1234567891011