Searched full:concrete (Results 1 – 25 of 41) sorted by relevance
12
/linux-6.12.1/rust/helpers/ |
D | build_assert.c | 10 * single object). Most modern platforms use the same concrete integer type for
|
/linux-6.12.1/rust/kernel/sync/arc/ |
D | std_vendor.rs | 12 /// Attempt to downcast the `Arc<dyn Any + Send + Sync>` to a concrete type.
|
/linux-6.12.1/Documentation/driver-api/ |
D | io_ordering.rst | 15 A more concrete example from a hypothetical device driver::
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | barrier.h | 52 * any concrete reason we need a full IO fence, it seems safer to just upgrade
|
/linux-6.12.1/Documentation/usb/ |
D | raw-gadget.rst | 10 any concrete USB functions itself but requires userspace to do that.
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_encoder.h | 100 * @id: So we can cast to a concrete implementation when needed.
|
/linux-6.12.1/fs/notify/fanotify/ |
D | fanotify.h | 235 * Common structure for fanotify events. Concrete structs are allocated in 238 * be freed and which concrete struct it may be cast to.
|
/linux-6.12.1/rust/macros/ |
D | pin_data.rs | 21 // concrete name. in pin_data()
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | sifive,plic-1.0.0.yaml | 39 "sifive,plic-1.0.0" device is a concrete implementation of the PLIC that
|
/linux-6.12.1/drivers/tty/ |
D | tty_port.c | 134 * to a concrete tty specified by @index. Use this or tty_port_install() (or 155 * linked to a concrete tty specified by @index. Use this or tty_port_install() 735 * to a concrete tty specified by @tty. Use this or tty_port_register_device()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_mqd_manager.h | 38 * @load_mqd: Loads the mqd to a concrete hqd slot. Used only for no cp
|
D | kfd_device_queue_manager.h | 235 * concrete device. This class is the only class in the queues scheduler
|
D | kfd_mqd_manager_cik.c | 323 * HIQ MQD Implementation, concrete implementation for HIQ MQD implementation.
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_hw.h | 252 * qed_vfid_to_concrete(): Build a concrete FID for a given VF ID
|
D | qed.h | 878 * the concrete value. 881 * @concrete_fid: Concrete fid.
|
/linux-6.12.1/Documentation/filesystems/ |
D | journalling.rst | 176 The journalling layer uses typedefs to 'hide' the concrete definitions
|
/linux-6.12.1/include/linux/ |
D | bpf_mprog.h | 16 * no relative object was specified, see corresponding selftests for concrete
|
/linux-6.12.1/drivers/staging/fbtft/ |
D | fb_st7789v.c | 138 * Nonetheless, this sequence can be used as a template for concrete
|
/linux-6.12.1/Documentation/process/ |
D | backporting.rst | 537 One concrete example of this was a pair of patches to the system call 600 For a more concrete example, see this video tutorial where two patches
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 136 /* Concrete NIC Stats */
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-iop3xx.c | 190 * Concrete compare_funcs
|
/linux-6.12.1/include/linux/qed/ |
D | common_hsi.h | 1152 /* Concrete Function ID */ 1167 /* Concrete Function ID */
|
/linux-6.12.1/tools/lib/bpf/ |
D | linker.c | 88 * rewriting types when extern VAR/FUNC is resolved to a concrete 1354 /* validate if FWD kind matches concrete kind */ in glob_sym_btf_matches() 1360 pr_warn("global '%s': incompatible %s forward declaration and concrete kind %s\n", in glob_sym_btf_matches() 1367 pr_warn("global '%s': incompatible %s forward declaration and concrete kind %s\n", in glob_sym_btf_matches() 1646 * concrete map definition exactly. This restriction might be lifted in glob_map_defs_match()
|
/linux-6.12.1/Documentation/fb/ |
D | framebuffer.rst | 100 thus doesn't need to know, for example, how the color registers of the concrete
|
/linux-6.12.1/drivers/usb/gadget/legacy/ |
D | Kconfig | 524 implement any concrete USB functions itself but requires userspace
|
12