| /kernel/linux/linux-4.19/Documentation/powerpc/ |
| D | bootwrapper.txt | 1 The PowerPC boot wrapper 6 a boot wrapper to make it usable by the system firmware. There is no 7 standard PowerPC firmware interface, so the boot wrapper is designed to 10 The boot wrapper can be found in the arch/powerpc/boot/ directory. The 19 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and 20 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 27 the image. The boot wrapper, kernel and device tree 29 with boot wrapper code that extracts data from the old 41 the wrapper structure. 56 can be overridden by the wrapper script. [all …]
|
| /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-4.19/drivers/soc/qcom/ |
| D | qcom-geni-se.c | 18 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced 19 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper 20 * controller. QUP Wrapper is designed to support various serial bus protocols 38 * |QUP Wrapper | 54 * Figure 1: GENI based QUP Wrapper 66 * GENI SE Wrapper driver is structured into 2 parts: 68 * geni_wrapper represents QUP Wrapper controller. This part of the driver 69 * manages QUP Wrapper information such as hardware version, clock 73 * engine information such as clocks, containing QUP Wrapper, etc. This part 83 * @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-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_debug("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() 141 if (round_up(wrapper.length, 8) != ctx->sig_len) { in pefile_strip_sig_wrapper() 142 pr_debug("Signature wrapper len wrong\n"); in pefile_strip_sig_wrapper() 145 if (wrapper.revision != WIN_CERT_REVISION_2_0) { in pefile_strip_sig_wrapper() [all …]
|
| /kernel/linux/linux-4.19/crypto/asymmetric_keys/ |
| D | verify_pefile.c | 123 * Check and strip the PE wrapper from around the signature and check that the 129 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 133 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 134 pr_debug("Signature wrapper too short\n"); in pefile_strip_sig_wrapper() 138 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper() 139 pr_debug("sig wrapper = { %x, %x, %x }\n", in pefile_strip_sig_wrapper() 140 wrapper.length, wrapper.revision, wrapper.cert_type); in pefile_strip_sig_wrapper() 145 if (round_up(wrapper.length, 8) != ctx->sig_len) { in pefile_strip_sig_wrapper() 146 pr_debug("Signature wrapper len wrong\n"); in pefile_strip_sig_wrapper() 149 if (wrapper.revision != WIN_CERT_REVISION_2_0) { in pefile_strip_sig_wrapper() [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-4.19/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-4.19/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.
|
| D | mt6359.yaml | 15 The communication between MT6359 and SoC is through Mediatek PMIC wrapper. 16 For more detail, please visit Mediatek PMIC wrapper documentation. 17 Must be a child node of PMIC wrapper.
|
| /kernel/linux/linux-4.19/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.
|
| /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-4.19/drivers/net/ethernet/mellanox/mlx4/ |
| D | cmd.c | 1076 .wrapper = mlx4_QUERY_FW_wrapper 1085 .wrapper = NULL 1094 .wrapper = mlx4_QUERY_DEV_CAP_wrapper 1103 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper 1112 .wrapper = NULL 1121 .wrapper = mlx4_INIT_PORT_wrapper 1130 .wrapper = mlx4_CLOSE_PORT_wrapper 1139 .wrapper = mlx4_QUERY_PORT_wrapper 1148 .wrapper = mlx4_SET_PORT_wrapper 1157 .wrapper = mlx4_MAP_EQ_wrapper [all …]
|
| /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-4.19/drivers/soc/mediatek/ |
| D | Kconfig | 16 tristate "MediaTek PMIC Wrapper Support" 20 Say yes here to add support for MediaTek PMIC Wrapper found 21 on different MediaTek SoCs. The PMIC wrapper is a proprietary
|
| /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-4.19/arch/powerpc/boot/ |
| D | Makefile | 115 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 120 $(libfdt) libfdt-wrapper.c \ 162 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 227 $(obj)/wrapper.a: $(obj-wlib) FORCE 232 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) 233 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 238 wrapper :=$(srctree)/$(src)/wrapper macro 240 $(wrapper) FORCE 258 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \ 458 # clean up files cached by wrapper [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | Makefile | 110 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 115 $(libfdt) libfdt-wrapper.c \ 155 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 220 $(obj)/wrapper.a: $(obj-wlib) FORCE 225 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) 226 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 231 wrapper :=$(srctree)/$(src)/wrapper macro 233 $(wrapper) FORCE 253 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \ 454 # clean up files cached by wrapper [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00usb.h | 145 * Simple wrapper around rt2x00usb_vendor_request to write a single 166 * Simple wrapper around rt2x00usb_vendor_request to read the eeprom 183 * This function is a simple wrapper for 32bit register access 201 * This function is a simple wrapper for 32bit register access 221 * This function is a simple wrapper for 32bit register access 239 * This function is a simple wrapper for 32bit register access 258 * This function is a simple wrapper for 32bit register access 278 * This function is a simple wrapper for 32bit register access
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00usb.h | 156 * Simple wrapper around rt2x00usb_vendor_request to write a single 177 * Simple wrapper around rt2x00usb_vendor_request to read the eeprom 194 * This function is a simple wrapper for 32bit register access 212 * This function is a simple wrapper for 32bit register access 232 * This function is a simple wrapper for 32bit register access 250 * This function is a simple wrapper for 32bit register access 269 * This function is a simple wrapper for 32bit register access 289 * This function is a simple wrapper for 32bit register access
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/soc/mediatek/ |
| D | pwrap.txt | 1 MediaTek PMIC Wrapper Driver 3 This document describes the binding for the MediaTek PMIC wrapper. 6 is not directly visible to the CPU, but only through the PMIC wrapper
|