| /kernel/linux/linux-5.10/Documentation/powerpc/ |
| D | bootwrapper.rst | 2 The PowerPC boot wrapper 8 a boot wrapper to make it usable by the system firmware. There is no 9 standard PowerPC firmware interface, so the boot wrapper is designed to 12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The 21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and 22 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 30 the image. The boot wrapper, kernel and device tree 32 with boot wrapper code that extracts data from the old 45 the wrapper structure. 63 can be overridden by the wrapper script. [all …]
|
| /kernel/linux/linux-6.6/Documentation/powerpc/ |
| D | bootwrapper.rst | 2 The PowerPC boot wrapper 8 a boot wrapper to make it usable by the system firmware. There is no 9 standard PowerPC firmware interface, so the boot wrapper is designed to 12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The 21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and 22 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 30 the image. The boot wrapper, kernel and device tree 32 with boot wrapper code that extracts data from the old 45 the wrapper structure. 63 can be overridden by the wrapper script. [all …]
|
| /kernel/linux/linux-6.6/drivers/soc/qcom/ |
| D | qcom-geni-se.c | 22 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced 23 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper 24 * controller. QUP Wrapper is designed to support various serial bus protocols 42 * |QUP Wrapper | 58 * Figure 1: GENI based QUP Wrapper 70 * GENI SE Wrapper driver is structured into 2 parts: 72 * geni_wrapper represents QUP Wrapper controller. This part of the driver 73 * manages QUP Wrapper information such as hardware version, clock 77 * engine information such as clocks, containing QUP Wrapper, etc. This part 87 * struct geni_wrapper - Data structure to represent the QUP Wrapper Core [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/qcom/ |
| D | qcom-geni-se.c | 19 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced 20 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper 21 * controller. QUP Wrapper is designed to support various serial bus protocols 39 * |QUP Wrapper | 55 * Figure 1: GENI based QUP Wrapper 67 * GENI SE Wrapper driver is structured into 2 parts: 69 * geni_wrapper represents QUP Wrapper controller. This part of the driver 70 * manages QUP Wrapper information such as hardware version, clock 74 * engine information such as clocks, containing QUP Wrapper, etc. This part 84 * @struct geni_wrapper - Data structure to represent the QUP Wrapper Core [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/ |
| D | Kconfig | 17 bool "J721E Cadence DSI wrapper support" 20 Support J721E Cadence DSI wrapper. The wrapper manages 42 bool "J721E Cadence DPI/DP wrapper support" 45 Support J721E Cadence DPI/DP wrapper. This is a wrapper
|
| /kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
| D | verify_pefile.c | 119 * Check and strip the PE wrapper from around the signature and check that the 125 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 130 pr_warn("Signature wrapper too short\n"); in pefile_strip_sig_wrapper() 134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper() 135 pr_debug("sig wrapper = { %x, %x, %x }\n", in pefile_strip_sig_wrapper() 136 wrapper.length, wrapper.revision, wrapper.cert_type); in pefile_strip_sig_wrapper() 144 if (wrapper.length > ctx->sig_len) { in pefile_strip_sig_wrapper() 145 pr_warn("Signature wrapper bigger than sig len (%x > %x)\n", in pefile_strip_sig_wrapper() 146 ctx->sig_len, wrapper.length); in pefile_strip_sig_wrapper() [all …]
|
| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| D | verify_pefile.c | 119 * Check and strip the PE wrapper from around the signature and check that the 125 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 130 pr_warn("Signature wrapper too short\n"); in pefile_strip_sig_wrapper() 134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper() 135 pr_debug("sig wrapper = { %x, %x, %x }\n", in pefile_strip_sig_wrapper() 136 wrapper.length, wrapper.revision, wrapper.cert_type); in pefile_strip_sig_wrapper() 144 if (wrapper.length > ctx->sig_len) { in pefile_strip_sig_wrapper() 145 pr_warn("Signature wrapper bigger than sig len (%x > %x)\n", in pefile_strip_sig_wrapper() 146 ctx->sig_len, wrapper.length); in pefile_strip_sig_wrapper() [all …]
|
| /kernel/linux/linux-6.6/drivers/accel/qaic/ |
| D | qaic_control.c | 291 struct wrapper_msg *wrapper = container_of(ref, struct wrapper_msg, ref_count); in free_wrapper() local 293 list_del(&wrapper->list); in free_wrapper() 294 kfree(wrapper); in free_wrapper() 359 struct wrapper_msg *wrapper; in encode_passthrough() local 363 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough() 364 msg = &wrapper->msg; in encode_passthrough() 565 struct wrapper_msg *wrapper; in encode_dma() local 573 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_dma() 574 msg = &wrapper->msg; in encode_dma() 635 struct wrapper_msg *wrapper; in encode_activate() local [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
| D | acadia.dts | 34 clock-frequency = <0>; /* Filled in by wrapper */ 35 timebase-frequency = <0>; /* Filled in by wrapper */ 47 reg = <0x0 0x0>; /* Filled in by wrapper */ 65 clock-frequency = <0>; /* Filled in by wrapper */ 89 clock-frequency = <0>; /* Filled in by wrapper */ 96 clock-frequency = <0>; /* Filled in by wrapper */ 106 clock-frequency = <0>; /* Filled in by wrapper */ 136 local-mac-address = [000000000000]; /* Filled in by wrapper */ 217 clock-frequency = <0>; /* Filled in by wrapper */
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/ |
| D | acadia.dts | 34 clock-frequency = <0>; /* Filled in by wrapper */ 35 timebase-frequency = <0>; /* Filled in by wrapper */ 47 reg = <0x0 0x0>; /* Filled in by wrapper */ 65 clock-frequency = <0>; /* Filled in by wrapper */ 89 clock-frequency = <0>; /* Filled in by wrapper */ 96 clock-frequency = <0>; /* Filled in by wrapper */ 106 clock-frequency = <0>; /* Filled in by wrapper */ 136 local-mac-address = [000000000000]; /* Filled in by wrapper */ 217 clock-frequency = <0>; /* Filled in by wrapper */
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/kunit/ |
| D | start.rst | 12 Running tests with the KUnit Wrapper 14 Included with KUnit is a simple Python wrapper which runs tests under User Mode 17 The wrapper can be run with: 23 For more information on this wrapper (also called kunit_tool) check out the 59 Running the tests (KUnit Wrapper) 63 wrapper from your kernel repo: 86 Running tests without the KUnit Wrapper 89 If you'd rather not use the KUnit Wrapper (if, for example, you need to 111 Running the tests (w/o KUnit Wrapper)
|
| /kernel/linux/linux-5.10/include/media/ |
| D | dvb_vb2.h | 175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV 191 * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV 200 * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV 210 * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV 223 * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV 235 * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV 247 * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling. 258 * dvb_vb2_dqbuf() - Wrapper to vb2_core_dqbuf() for Digital TV 270 * dvb_vb2_mmap() - Wrapper to vb2_mmap() for Digital TV buffer handling.
|
| /kernel/linux/linux-6.6/include/media/ |
| D | dvb_vb2.h | 175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV 191 * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV 200 * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV 210 * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV 223 * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV 235 * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV 247 * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling. 258 * dvb_vb2_dqbuf() - Wrapper to vb2_core_dqbuf() for Digital TV 270 * dvb_vb2_mmap() - Wrapper to vb2_mmap() for Digital TV buffer handling.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | mt6351.txt | 3 The communication between MT6351 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
| D | mt6358.txt | 3 The communication between MT6358 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | mt6351.txt | 3 The communication between MT6351 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
| D | mt6358.txt | 3 The communication between MT6358 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
| D | cmd.c | 1069 .wrapper = mlx4_QUERY_FW_wrapper 1078 .wrapper = NULL 1087 .wrapper = mlx4_QUERY_DEV_CAP_wrapper 1096 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper 1105 .wrapper = NULL 1114 .wrapper = mlx4_INIT_PORT_wrapper 1123 .wrapper = mlx4_CLOSE_PORT_wrapper 1132 .wrapper = mlx4_QUERY_PORT_wrapper 1141 .wrapper = mlx4_SET_PORT_wrapper 1150 .wrapper = mlx4_MAP_EQ_wrapper [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | cmd.c | 1069 .wrapper = mlx4_QUERY_FW_wrapper 1078 .wrapper = NULL 1087 .wrapper = mlx4_QUERY_DEV_CAP_wrapper 1096 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper 1105 .wrapper = NULL 1114 .wrapper = mlx4_INIT_PORT_wrapper 1123 .wrapper = mlx4_CLOSE_PORT_wrapper 1132 .wrapper = mlx4_QUERY_PORT_wrapper 1141 .wrapper = mlx4_SET_PORT_wrapper 1150 .wrapper = mlx4_MAP_EQ_wrapper [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | i915_reg_defs.h | 16 * Local wrapper for BIT() to force u32, with compile time checks. 29 * Local wrapper for BIT() to force u8, with compile time checks. 43 * Local wrapper for GENMASK() to force u32, with compile time checks. 58 * Local wrapper for GENMASK_ULL() to force u64, with compile time checks. 73 * Local wrapper for GENMASK() to force u8, with compile time checks. 127 * Local wrapper for FIELD_GET() to force u32 and for consistency with 139 * Local wrapper for FIELD_GET() to force u64 and for consistency with 150 * Local wrapper for BIT() to force u16, with compile time 165 * Local wrapper for GENMASK() to force u16, with compile time 256 * Local wrapper for FIELD_GET() to force u8 and for consistency with
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/ |
| D | Kconfig | 17 bool "J721E Cadence DPI/DP wrapper support" 20 Support J721E Cadence DPI/DP wrapper. This is a wrapper
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | Makefile | 111 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 116 $(libfdt) libfdt-wrapper.c \ 156 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 221 $(obj)/wrapper.a: $(obj-wlib) FORCE 226 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) 227 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 232 wrapper :=$(srctree)/$(src)/wrapper macro 234 $(wrapper) FORCE 254 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \ 455 # clean up files cached by wrapper [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/ |
| D | Makefile | 134 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 139 $(libfdt) libfdt-wrapper.c \ 179 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 246 $(obj)/wrapper.a: $(obj-wlib) FORCE 251 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds 252 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 257 wrapper :=$(srctree)/$(src)/wrapper macro 259 $(wrapper) FORCE 279 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \ 460 # clean up files cached by wrapper [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/mediatek/ |
| D | Kconfig | 29 tristate "MediaTek PMIC Wrapper Support" 33 Say yes here to add support for MediaTek PMIC Wrapper found 34 on different MediaTek SoCs. The PMIC wrapper is a proprietary
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/mediatek/ |
| D | mediatek,pwrap.yaml | 7 title: Mediatek PMIC Wrapper 15 is not directly visible to the CPU, but only through the PMIC wrapper 57 - description: PMIC wrapper registers 88 - description: PMIC wrapper reset
|