/Linux-v6.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 …]
|
/Linux-v6.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 …]
|
/Linux-v6.6/drivers/gpu/drm/bridge/cadence/ |
D | Kconfig | 16 bool "J721E Cadence DSI wrapper support" 19 Support J721E Cadence DSI wrapper. The wrapper manages 41 bool "J721E Cadence DPI/DP wrapper support" 44 Support J721E Cadence DPI/DP wrapper. This is a wrapper
|
/Linux-v6.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 …]
|
/Linux-v6.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 …]
|
/Linux-v6.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 */
|
/Linux-v6.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.
|
/Linux-v6.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 …]
|
/Linux-v6.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
|
/Linux-v6.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.
|
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.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 …]
|
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. 379 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o" 444 "overlaps the address of the wrapper($link_address)" 445 echo "INFO: Fixing the link_address of wrapper to ($round_size)" 525 $platformo $tmp $object/wrapper.a
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object.h | 373 * Recommended to use wrapper macro: i915_gem_object_page_iter_get_sg() 382 * i915_gem_object_page_iter_get_sg - wrapper macro for 421 * Recommended to use wrapper macro: i915_gem_object_get_sg() 432 * i915_gem_object_get_sg - wrapper macro for __i915_gem_object_get_sg() 466 * Recommended to use wrapper macro: i915_gem_object_get_sg_dma() 477 * i915_gem_object_get_sg_dma - wrapper macro for __i915_gem_object_get_sg_dma() 508 * Recommended to use wrapper macro: i915_gem_object_get_page() 515 * i915_gem_object_get_page - wrapper macro for __i915_gem_object_get_page 543 * Recommended to use wrapper macro: i915_gem_object_get_dirty_page() 550 * i915_gem_object_get_dirty_page - wrapper macro for __i915_gem_object_get_dirty_page [all …]
|
/Linux-v6.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
|
/Linux-v6.6/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.6/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 27 description: QUP wrapper common register address and length.
|
/Linux-v6.6/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.6/include/linux/ |
D | tracepoint-defs.h | 62 * it is, call a wrapper function defined in a C file that will then 65 * For "trace_foo_bar()", you would need to create a wrapper function 70 * And call your wrapper:
|
/Linux-v6.6/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.6/Documentation/devicetree/bindings/display/msm/ |
D | gmu.yaml | 26 - const: qcom,adreno-gmu-wrapper 220 const: qcom,adreno-gmu-wrapper 225 - description: GMU wrapper register space 272 compatible = "qcom,adreno-gmu-wrapper";
|
/Linux-v6.6/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.6/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.6/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. */
|