Home
last modified time | relevance | path

Searched full:wrapper (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/Linux-v5.10/Documentation/powerpc/
Dbootwrapper.rst2 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 …]
/Linux-v5.10/drivers/soc/qcom/
Dqcom-geni-se.c20 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced
21 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper
22 * controller. QUP Wrapper is designed to support various serial bus protocols
40 * |QUP Wrapper |
56 * Figure 1: GENI based QUP Wrapper
68 * GENI SE Wrapper driver is structured into 2 parts:
70 * geni_wrapper represents QUP Wrapper controller. This part of the driver
71 * manages QUP Wrapper information such as hardware version, clock
75 * engine information such as clocks, containing QUP Wrapper, etc. This part
85 * @struct geni_wrapper - Data structure to represent the QUP Wrapper Core
[all …]
/Linux-v5.10/crypto/asymmetric_keys/
Dverify_pefile.c119 * 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 …]
/Linux-v5.10/arch/powerpc/boot/dts/
Dacadia.dts34 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 */
/Linux-v5.10/Documentation/dev-tools/kunit/
Dstart.rst12 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)
/Linux-v5.10/include/media/
Ddvb_vb2.h175 * 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.
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c1069 .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 …]
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dmt6351.txt3 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.
Dmt6358.txt3 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.
Dmt6359.yaml15 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.
/Linux-v5.10/drivers/gpu/drm/bridge/cadence/
DKconfig17 bool "J721E Cadence DPI/DP wrapper support"
20 Support J721E Cadence DPI/DP wrapper. This is a wrapper
/Linux-v5.10/arch/powerpc/boot/
DMakefile110 $(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 \
452 # clean up files cached by wrapper
[all …]
Dwrapper32 map="-Map wrapper.map"
53 # mkimage wrapper script
65 echo 'Usage: wrapper [-o output] [-p platform] [-i initrd]' >&2
161 # a "feature" of the the wrapper script is that it can be used outside
202 # this script (wrapper) is distributed separately from the kernel source.
353 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
416 "overlaps the address of the wrapper($link_address)"
417 echo "INFO: Fixing the link_address of wrapper to ($round_size)"
497 $platformo $tmp $object/wrapper.a
/Linux-v5.10/drivers/soc/mediatek/
DKconfig29 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
/Linux-v5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00usb.h145 * 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
/Linux-v5.10/include/linux/
Dtracepoint-defs.h61 * it is, call a wrapper function defined in a C file that will then
64 * For "trace_foo_bar()", you would need to create a wrapper function
69 * And call your wrapper:
Drcupdate_wait.h41 * domain requires you to write a wrapper function for that SRCU domain's
42 * call_srcu() function, with this wrapper supplying the pointer to the
/Linux-v5.10/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt1 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
/Linux-v5.10/drivers/gpu/drm/stm/
Ddw_mipi_dsi-stm.c29 /* DSI wrapper registers & bit definitions */
31 #define DSI_WCFGR 0x0400 /* Wrapper ConFiGuration Reg */
35 #define DSI_WCR 0x0404 /* Wrapper Control Reg */
38 #define DSI_WISR 0x040C /* Wrapper Interrupt and Status Reg */
42 #define DSI_WPCR0 0x0418 /* Wrapper Phy Conf Reg 0 */
46 #define DSI_WRPCR 0x0430 /* Wrapper Regulator & Pll Ctrl Reg */
226 /* Enable the DSI wrapper */ in dw_mipi_dsi_phy_power_on()
236 /* Disable the DSI wrapper */ in dw_mipi_dsi_phy_power_off()
/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,geni-se.yaml7 title: GENI Serial Engine QUP Wrapper Controller
14 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper
18 Wrapper controller is modeled as a node with zero or more child nodes each
27 description: QUP wrapper common register address and length.
/Linux-v5.10/Documentation/driver-api/thermal/
Dexynos_thermal.rst74 TMU configuration data -----> TMU Driver <----> Exynos Core thermal wrapper
87 c) Exynos Core thermal wrapper:
88 This provides 3 wrapper function to use the
/Linux-v5.10/Documentation/devicetree/bindings/rtc/
Drtc-mt6397.txt5 with PMIC wrapper bus which is a common resource shared with the other
11 For MediaTek PMIC wrapper bus bindings, see:
/Linux-v5.10/tools/testing/selftests/arm64/signal/
Dtest_signals.c5 * Generic test wrapper for arm64 signal tests.
8 * this wrapper. Framework provides common helpers.
/Linux-v5.10/drivers/edac/
Ddebugfs.c120 /* Wrapper for debugfs_create_x8() */
131 /* Wrapper for debugfs_create_x16() */
142 /* Wrapper for debugfs_create_x32() */
/Linux-v5.10/Documentation/devicetree/bindings/leds/
Dleds-mt6323.txt6 using shared bus called PMIC wrapper for each subfunction to access remote
11 For MediaTek PMIC wrapper bindings see:

12345678910>>...29