/linux-6.1.9/drivers/soc/qcom/ |
D | qcom-geni-se.c | 186 struct geni_wrapper *wrapper = se->wrapper; in geni_se_get_qup_hw_version() local 188 return readl_relaxed(wrapper->base + QUP_HW_VER_REG); in geni_se_get_qup_hw_version() 496 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_off() local 499 clk_bulk_disable_unprepare(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_off() 500 wrapper->ahb_clks); in geni_se_clks_off() 529 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_on() local 531 ret = clk_bulk_prepare_enable(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_on() 532 wrapper->ahb_clks); in geni_se_clks_on() 538 clk_bulk_disable_unprepare(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_on() 539 wrapper->ahb_clks); in geni_se_clks_on() [all …]
|
/linux-6.1.9/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-6.1.9/crypto/asymmetric_keys/ |
D | verify_pefile.c | 125 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); 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() 145 if (wrapper.revision != WIN_CERT_REVISION_2_0) { in pefile_strip_sig_wrapper() 149 if (wrapper.cert_type != WIN_CERT_TYPE_PKCS_SIGNED_DATA) { in pefile_strip_sig_wrapper() 159 ctx->sig_len = wrapper.length; in pefile_strip_sig_wrapper() 160 ctx->sig_offset += sizeof(wrapper); in pefile_strip_sig_wrapper() 161 ctx->sig_len -= sizeof(wrapper); in pefile_strip_sig_wrapper()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/lib/ |
D | sort.c | 130 struct wrapper { struct 142 ((const struct wrapper *)priv)->swap(a, b, (int)size); in do_swap() argument 161 return ((const struct wrapper *)priv)->cmp(a, b); in do_cmp() 223 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap) in sort_r() 285 struct wrapper w = { in sort()
|
/linux-6.1.9/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-6.1.9/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 \ 466 WRAPPER_OBJDIR := /usr/lib/kernel-wrapper [all …]
|
/linux-6.1.9/tools/usb/ |
D | testusb.c | 282 struct usbdevfs_ioctl wrapper; in usbdev_ioctl() local 284 wrapper.ifno = ifno; in usbdev_ioctl() 285 wrapper.ioctl_code = request; in usbdev_ioctl() 286 wrapper.data = param; in usbdev_ioctl() 288 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); in usbdev_ioctl()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/Documentation/devicetree/bindings/leds/ |
D | leds-mt6323.txt | 6 using shared bus called PMIC wrapper for each subfunction to access remote 11 For MediaTek PMIC wrapper bindings see:
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_bpftool.py | 55 def wrapper(*args, **kwargs): function 58 return wrapper
|
/linux-6.1.9/arch/alpha/lib/ |
D | callback_srm.S | 20 ldl $25,0($25) # Pick up the wrapper data. 32 jmp ($3) # Return directly to caller of wrapper.
|
/linux-6.1.9/Documentation/core-api/wrappers/ |
D | atomic_bitops.rst | 2 This is a simple wrapper to bring atomic_bitops.txt into the RST world
|
D | atomic_t.rst | 2 This is a simple wrapper to bring atomic_t.txt into the RST world
|
D | memory-barriers.rst | 2 This is a simple wrapper to bring memory-barriers.txt into the RST world
|
/linux-6.1.9/tools/usb/usbip/ |
D | configure.ac | 69 [use tcp wrapper]) wrap_LIB="-lwrap"], 83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
|
/linux-6.1.9/fs/hfsplus/ |
D | Makefile | 9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/linux-6.1.9/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,geni-se.yaml | 13 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper 26 description: QUP wrapper common register address and length.
|
/linux-6.1.9/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 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
|