Searched full:binds (Results 1 – 25 of 128) sorted by relevance
123456
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_migrate_doc.h | 13 * 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
|
D | xe_vm_doc.h | 28 * Creates GPU mappings for a BO or userptr within a VM. VM binds uses the same 30 * think of binds and execs as more or less the same operation. 51 * Very simple example of few binds on an empty VM with 48 bits of address space 86 * placement (sysmem vs. VRAM). We enforce that binds must be aligned to the 100 * CPU and the job to do the GPU binds is created in the IOCTL itself. This step 143 * The uAPI allows multiple binds operations to be passed in via a user array, 175 * Similar to an array of binds, in fences are passed to the first operation and 190 * Deferred binds in fault mode 300 * Binds can optionally pass in a mask of GTs where a mapping should be created, 305 * various places plus exporting a composite fence for multi-GT binds to the [all …]
|
D | xe_sa.c | 88 * array of binds into smaller chunks. in xe_sa_bo_new()
|
/linux-6.12.1/Documentation/mhi/ |
D | topology.rst | 32 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-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-vdpa | 7 means the kernel automatically binds devices to a compatible 17 Writing a device name to this file will cause the kernel binds
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-vm-bind-async.rst | 74 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-6.12.1/include/net/netns/ |
D | mctp.h | 21 struct hlist_head binds; member
|
/linux-6.12.1/rust/helpers/ |
D | build_assert.c | 6 * `bindgen` binds the C `size_t` type as the Rust `usize` type, so we can
|
/linux-6.12.1/include/linux/ulpi/ |
D | driver.h | 38 * @probe: binds this driver to ULPI device
|
/linux-6.12.1/drivers/block/rnbd/ |
D | rnbd-srv.h | 45 /* Structure which binds N devices and N sessions */
|
/linux-6.12.1/include/linux/ |
D | rpmsg.h | 70 * struct rpmsg_endpoint - binds a local rpmsg address to its user 80 * it binds an rpmsg address with an rx callback handler.
|
D | sunxi-rsb.h | 56 * @probe: binds this driver to a RSB device.
|
/linux-6.12.1/Documentation/driver-api/ |
D | i2c.rst | 19 "Adapter Driver" abstracts the controller hardware; it binds to a
|
D | pwrseq.rst | 82 client device is indeed its consumer. For example: if the provider binds to the
|
/linux-6.12.1/tools/testing/selftests/landlock/ |
D | net_test.c | 577 /* Binds a socket to the first port. */ in TEST_F() 580 /* Binds a socket to the second port. */ in TEST_F() 585 /* Binds a socket to the third port. */ in TEST_F() 1659 * Binds on port 0, which selects a random port within in TEST_F() 1735 /* Binds on port 1023. */ in TEST_F() 1740 /* Binds on port 1023. */ in TEST_F() 1762 /* Binds on port 1024. */ in TEST_F()
|
/linux-6.12.1/drivers/firmware/arm_scmi/ |
D | Kconfig | 81 This enables System Power control logic which binds system shutdown or
|
/linux-6.12.1/drivers/platform/x86/intel/atomisp2/ |
D | led.c | 18 /* This must be leds-gpio as the leds-gpio driver binds to the name */
|
/linux-6.12.1/Documentation/sound/soc/ |
D | overview.rst | 67 describes and binds the other component drivers together to form an ALSA
|
/linux-6.12.1/include/sound/ac97/ |
D | codec.h | 25 * matching. A driver binds to a device when :
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | design-patterns.rst | 18 that the device the driver binds to will appear in several instances. This
|
/linux-6.12.1/drivers/mfd/ |
D | bcm2835-pm.c | 5 * This driver binds to the PM block and creates the MFD device for
|
/linux-6.12.1/Documentation/usb/ |
D | raw-gadget.rst | 34 while GadgetFS currently binds to the first available UDC. This allows
|
/linux-6.12.1/arch/s390/include/asm/trace/ |
D | zcrypt.h | 16 * The glue which binds together request and reply event is the ptr
|
/linux-6.12.1/Documentation/admin-guide/laptops/ |
D | toshiba_haps.rst | 64 This driver binds itself to the ACPI device TOS620A, and any Toshiba laptop
|
/linux-6.12.1/drivers/base/ |
D | auxiliary.c | 74 * function driver binds to such devices that creates its own one or more class 79 * initialized before a driver binds to an auxiliary_device.
|
123456