Home
last modified time | relevance | path

Searched full:binds (Results 1 – 25 of 98) sorted by relevance

1234

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate_doc.h13 * clear memory, or program tables (binds). This layer exists in every GT, has
25 * reserved for BO mapping during copies and clear, 1 reserved for kernel binds,
36 * (kernel binds) or the bind engine passed in (user binds). In both cases the
43 * it is a kernel bind, the page reserved for kernel binds is used.
55 * binds as the reserved kernel page is serially used by each job.
62 * Like binds, the first batch is used update the migration VM page structure.
69 * binds, two batches are required as the TLBs need to be invalidated from the
80 * Can we rework the use of the pages async binds to use all the entries in each
H A Dxe_userptr.c100 * Note that even in fault mode, we need to wait for binds and in __vma_userptr_invalidate()
222 /* Wait for pending binds */ in xe_vm_userptr_pin()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-vdpa7 means the kernel automatically binds devices to a compatible
17 Writing a device name to this file will cause the kernel binds
/linux/Documentation/mhi/
H A Dtopology.rst32 MHI device is the logical device which binds to a maximum of two MHI channels
45 MHI driver is the client driver which binds to one or more MHI devices. The MHI
/linux/Documentation/gpu/
H A Ddrm-vm-bind-async.rst74 for example swap-in or clearing, or even previous binds.
209 * @tile_mask: Mask for which tiles to create binds for, 0 == All tiles,
278 /** @num_binds: number of binds in this IOCTL */
/linux/rust/helpers/
H A Dbuild_assert.c6 * `bindgen` binds the C `size_t` type as the Rust `usize` type, so we can
/linux/include/net/netns/
H A Dmctp.h27 DECLARE_HASHTABLE(binds, MCTP_BINDS_BITS);
/linux/include/linux/ulpi/
H A Ddriver.h38 * @probe: binds this driver to ULPI device
/linux/drivers/block/rnbd/
H A Drnbd-srv.h45 /* Structure which binds N devices and N sessions */
/linux/net/mctp/
H A Daf_mctp.c727 /* Prevent duplicate binds. */ in mctp_sk_hash()
728 sk_for_each(existing, &net->mctp.binds[hash]) { in mctp_sk_hash()
747 sk_add_node_rcu(sk, &net->mctp.binds[hash]); in mctp_sk_hash()
763 /* remove from any type-based binds */ in mctp_sk_unhash()
/linux/include/linux/
H A Drpmsg.h70 * struct rpmsg_endpoint - binds a local rpmsg address to its user
80 * it binds an rpmsg address with an rx callback handler.
H A Dsunxi-rsb.h56 * @probe: binds this driver to a RSB device.
/linux/Documentation/driver-api/
H A Di2c.rst19 "Adapter Driver" abstracts the controller hardware; it binds to a
/linux/tools/testing/selftests/landlock/
H A Dnet_test.c674 /* Binds a socket to the first port. */ in TEST_F()
677 /* Binds a socket to the second port. */ in TEST_F()
682 /* Binds a socket to the third port. */ in TEST_F()
1756 * Binds on port 0, which selects a random port within in TEST_F()
1832 /* Binds on port 1023. */ in TEST_F()
1837 /* Binds on port 1023. */ in TEST_F()
1859 /* Binds on port 1024. */ in TEST_F()
/linux/drivers/platform/x86/intel/atomisp2/
H A Dled.c18 /* This must be leds-gpio as the leds-gpio driver binds to the name */
/linux/Documentation/sound/soc/
H A Doverview.rst67 describes and binds the other component drivers together to form an ALSA
/linux/drivers/firmware/arm_scmi/
H A DKconfig94 This enables System Power control logic which binds system shutdown or
/linux/include/sound/ac97/
H A Dcodec.h25 * matching. A driver binds to a device when :
/linux/drivers/mfd/
H A Dbcm2835-pm.c5 * This driver binds to the PM block and creates the MFD device for
/linux/Documentation/driver-api/driver-model/
H A Ddesign-patterns.rst18 that the device the driver binds to will appear in several instances. This
/linux/Documentation/usb/
H A Draw-gadget.rst34 while GadgetFS currently binds to the first available UDC. This allows
/linux/arch/s390/include/asm/trace/
H A Dzcrypt.h16 * The glue which binds together request and reply event is the ptr
/linux/Documentation/arch/x86/
H A Dsva.rst113 allocated. This allocation happens when a process opens/binds an SVA-capable
114 device but finds no PASID for this process. Subsequent binds of the same, or
/linux/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst64 This driver binds itself to the ACPI device TOS620A, and any Toshiba laptop
/linux/fs/afs/
H A Daddr_prefs.c198 return SUBNET_MATCH; /* a binds tighter than b */ in afs_cmp_address_pref()
199 return CONTINUE_SEARCH; /* b binds tighter than a */ in afs_cmp_address_pref()

1234