/Linux-v6.1/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 …]
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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 */
|
/Linux-v6.1/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.
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/Documentation/bpf/ |
D | kfuncs.rst | 18 existing function in the kernel visible, or add a new wrapper for BPF. In both 22 If you are not creating a BPF wrapper for existing kernel function, skip ahead 25 2.1 Creating a wrapper kfunc 28 When defining a wrapper kfunc, the wrapper function should have extern linkage. 29 This prevents the compiler from optimizing away dead code, as this wrapper kfunc 31 prototype in a header for the wrapper kfunc. 47 A wrapper kfunc is often needed when we need to annotate parameters of the
|
/Linux-v6.1/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.
|
/Linux-v6.1/drivers/gpu/drm/bridge/cadence/ |
D | Kconfig | 20 bool "J721E Cadence DPI/DP wrapper support" 23 Support J721E Cadence DPI/DP wrapper. This is a wrapper
|
/Linux-v6.1/arch/powerpc/boot/ |
D | Makefile | 122 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 127 $(libfdt) libfdt-wrapper.c \ 167 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 234 $(obj)/wrapper.a: $(obj-wlib) FORCE 239 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds 240 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 245 wrapper :=$(srctree)/$(src)/wrapper macro 247 $(wrapper) FORCE 267 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \ 459 # clean up files cached by wrapper [all …]
|
D | wrapper | 34 map="-Map wrapper.map" 57 # mkimage wrapper script 69 echo 'Usage: wrapper [-o output] [-p platform] [-i initrd]' >&2 165 # a "feature" of the wrapper script is that it can be used outside 206 # this script (wrapper) is distributed separately from the kernel source. 362 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o" 427 "overlaps the address of the wrapper($link_address)" 428 echo "INFO: Fixing the link_address of wrapper to ($round_size)" 508 $platformo $tmp $object/wrapper.a
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_reg_defs.h | 16 * Local wrapper for BIT() to force u32, with compile time checks. 30 * Local wrapper for GENMASK() to force u32, with compile time checks. 45 * Local wrapper for GENMASK_ULL() to force u64, with compile time checks. 82 * Local wrapper for FIELD_GET() to force u32 and for consistency with 94 * Local wrapper for FIELD_GET() to force u64 and for consistency with
|
/Linux-v6.1/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
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,geni-se.yaml | 7 title: GENI Serial Engine QUP Wrapper Controller 13 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper 17 Wrapper controller is modeled as a node with zero or more child nodes each 26 description: QUP wrapper common register address and length.
|
/Linux-v6.1/drivers/soc/mediatek/ |
D | Kconfig | 38 tristate "MediaTek PMIC Wrapper Support" 43 Say yes here to add support for MediaTek PMIC Wrapper found 44 on different MediaTek SoCs. The PMIC wrapper is a proprietary
|
/Linux-v6.1/include/linux/ |
D | tracepoint-defs.h | 61 * 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:
|
/Linux-v6.1/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
|
/Linux-v6.1/Documentation/driver-api/thermal/ |
D | exynos_thermal.rst | 74 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-v6.1/tools/testing/selftests/arm64/signal/ |
D | test_signals.c | 5 * Generic test wrapper for arm64 signal tests. 8 * this wrapper. Framework provides common helpers.
|
/Linux-v6.1/Documentation/devicetree/bindings/rtc/ |
D | rtc-mt6397.txt | 5 with PMIC wrapper bus which is a common resource shared with the other 11 For MediaTek PMIC wrapper bus bindings, see:
|
/Linux-v6.1/tools/perf/util/ |
D | mutex.h | 9 * A function-like feature checking macro that is a wrapper around 69 * A wrapper around the mutex implementation that allows perf to error check 76 /* A wrapper around the condition variable implementation. */
|
/Linux-v6.1/drivers/gpu/drm/stm/ |
D | dw_mipi_dsi-stm.c | 29 /* 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-v6.1/drivers/edac/ |
D | debugfs.c | 120 /* Wrapper for debugfs_create_x8() */ 131 /* Wrapper for debugfs_create_x16() */ 142 /* Wrapper for debugfs_create_x32() */
|