Searched full:concrete (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v6.1/rust/ |
D | helpers.c | 36 * object). Most modern platforms use the same concrete integer type for
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | barrier.h | 67 * any concrete reason we need a full IO fence, it seems safer to just upgrade
|
/Linux-v6.1/Documentation/driver-api/ |
D | io_ordering.rst | 15 A more concrete example from a hypothetical device driver::
|
/Linux-v6.1/Documentation/usb/ |
D | raw-gadget.rst | 10 any concrete USB functions itself but requires userspace to do that.
|
/Linux-v6.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_encoder.h | 100 * @id: So we can cast to a concrete implementation when needed.
|
/Linux-v6.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-v6.1/drivers/tty/ |
D | tty_port.c | 136 * to a concrete tty specified by @index. Use this or tty_port_install() (or 157 * 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-v6.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-v6.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 | 220 * concrete device. This class is the only class in the queues scheduler
|
D | kfd_mqd_manager_cik.c | 331 * HIQ MQD Implementation, concrete implementation for HIQ MQD implementation.
|
/Linux-v6.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 | 880 * the concrete value. 883 * @concrete_fid: Concrete fid.
|
/Linux-v6.1/Documentation/filesystems/ |
D | journalling.rst | 176 The journalling layer uses typedefs to 'hide' the concrete definitions
|
/Linux-v6.1/rust/alloc/ |
D | boxed.rs | 1584 /// Attempt to downcast the box to a concrete type. 1607 /// Downcasts the box to a concrete type. 1643 /// Attempt to downcast the box to a concrete type. 1666 /// Downcasts the box to a concrete type. 1702 /// Attempt to downcast the box to a concrete type. 1725 /// Downcasts the box to a concrete type.
|
/Linux-v6.1/drivers/staging/fbtft/ |
D | fb_st7789v.c | 138 * Nonetheless, this sequence can be used as a template for concrete
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 130 /* Concrete NIC Stats */
|
/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-iop3xx.c | 190 * Concrete compare_funcs
|
/Linux-v6.1/include/linux/qed/ |
D | common_hsi.h | 1152 /* Concrete Function ID */ 1167 /* Concrete Function ID */
|
/Linux-v6.1/tools/lib/bpf/ |
D | linker.c | 88 * rewriting types when extern VAR/FUNC is resolved to a concrete 1309 /* validate if FWD kind matches concrete kind */ in glob_sym_btf_matches() 1315 pr_warn("global '%s': incompatible %s forward declaration and concrete kind %s\n", in glob_sym_btf_matches() 1322 pr_warn("global '%s': incompatible %s forward declaration and concrete kind %s\n", in glob_sym_btf_matches() 1601 * concrete map definition exactly. This restriction might be lifted in glob_map_defs_match()
|
D | btf.c | 3112 * concrete type resolution). In such case, during split BTF dedup 3972 * compatible structurally, one of which has FWD field, while other is concrete 4001 * - Both types in canonical and candidate graphs are concrete STRUCT/UNION, 4003 * - Type in canonical graph is FWD, while type in candidate is concrete 4012 * - Type in canonical graph is concrete STRUCT/UNION, while type in candidate 4016 * a concrete STRUCT/UNION from canonical graph. If the rest of type graphs 4017 * turn out equivalent, we'll re-resolve FWD to concrete STRUCT/UNION from
|
/Linux-v6.1/Documentation/fb/ |
D | framebuffer.rst | 100 thus doesn't need to know, for example, how the color registers of the concrete
|
/Linux-v6.1/drivers/usb/gadget/legacy/ |
D | Kconfig | 524 implement any concrete USB functions itself but requires userspace
|
/Linux-v6.1/drivers/auxdisplay/ |
D | Kconfig | 42 your concrete display.
|
/Linux-v6.1/fs/nilfs2/ |
D | ioctl.c | 32 * @dofunc: concrete function of get/set metadata info 1133 * @dofunc: concrete function of getting metadata info
|
12