/Linux-v4.19/drivers/soc/qcom/ |
D | qcom-geni-se.c | 179 struct geni_wrapper *wrapper = se->wrapper; in geni_se_get_qup_hw_version() local 181 return readl_relaxed(wrapper->base + QUP_HW_VER_REG); in geni_se_get_qup_hw_version() 434 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_off() local 437 clk_bulk_disable_unprepare(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_off() 438 wrapper->ahb_clks); in geni_se_clks_off() 464 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_on() local 466 ret = clk_bulk_prepare_enable(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_on() 467 wrapper->ahb_clks); in geni_se_clks_on() 473 clk_bulk_disable_unprepare(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_on() 474 wrapper->ahb_clks); in geni_se_clks_on() [all …]
|
/Linux-v4.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 …]
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | verify_pefile.c | 129 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 133 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 138 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); 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() 149 if (wrapper.revision != WIN_CERT_REVISION_2_0) { in pefile_strip_sig_wrapper() 153 if (wrapper.cert_type != WIN_CERT_TYPE_PKCS_SIGNED_DATA) { in pefile_strip_sig_wrapper() 163 ctx->sig_len = wrapper.length; in pefile_strip_sig_wrapper() 164 ctx->sig_offset += sizeof(wrapper); in pefile_strip_sig_wrapper() 165 ctx->sig_len -= sizeof(wrapper); in pefile_strip_sig_wrapper()
|
/Linux-v4.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 */
|
/Linux-v4.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.
|
/Linux-v4.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 …]
|
/Linux-v4.19/arch/powerpc/boot/ |
D | Makefile | 110 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 115 $(libfdt) libfdt-wrapper.c \ 157 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 222 $(obj)/wrapper.a: $(obj-wlib) FORCE 227 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) 228 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 233 wrapper :=$(srctree)/$(src)/wrapper macro 235 $(wrapper) FORCE 253 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \
|
/Linux-v4.19/tools/usb/ |
D | testusb.c | 295 struct usbdevfs_ioctl wrapper; in usbdev_ioctl() local 297 wrapper.ifno = ifno; in usbdev_ioctl() 298 wrapper.ioctl_code = request; in usbdev_ioctl() 299 wrapper.data = param; in usbdev_ioctl() 301 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); in usbdev_ioctl()
|
/Linux-v4.19/Documentation/thermal/ |
D | exynos_thermal | 64 TMU configuration data -------> TMU Driver <------> Exynos Core thermal wrapper 75 c) Exynos Core thermal wrapper: This provides 3 wrapper function to use the
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.txt | 8 - reg: Offset and length of register set for QSCRATCH wrapper 34 - resets: Phandle to reset control that resets core and wrapper. 35 - interrupts: specifies interrupts from controller wrapper used
|
/Linux-v4.19/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-v4.19/fs/hfsplus/ |
D | Makefile | 9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/Linux-v4.19/tools/usb/usbip/ |
D | configure.ac | 69 [use tcp wrapper]) wrap_LIB="-lwrap"], 83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-ftrace.txt | 6 perf-ftrace - simple wrapper for kernel's ftrace functionality 16 The 'perf ftrace' command is a simple wrapper of kernel's ftrace
|
D | Build.txt | 14 top level Makefile working as a wrapper that calls the main
|
/Linux-v4.19/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
|
/Linux-v4.19/Documentation/admin-guide/ |
D | mono.rst | 6 wrapper, you can use the BINFMT_MISC kernel support. 62 wrapper script, simply by launching the ``.exe`` file directly
|
/Linux-v4.19/drivers/soc/mediatek/ |
D | Kconfig | 21 on different MediaTek SoCs. The PMIC wrapper is a proprietary
|
/Linux-v4.19/Documentation/leds/ |
D | leds-class-flash.txt | 25 V4L2 flash wrapper for flash LEDs 65 v4l2 flash wrapper.
|
/Linux-v4.19/arch/mips/lantiq/ |
D | Kconfig | 36 if a "wrapper" is not being used, the kernel will need to include
|
/Linux-v4.19/Documentation/ |
D | xz.txt | 40 is a wrapper function in lib/decompress_unxz.c. Its API is the 44 scripts/xz_wrap.sh is a wrapper for the xz command line tool found 45 from XZ Utils. The wrapper sets compression options to values suitable
|
/Linux-v4.19/Documentation/cpuidle/ |
D | driver.txt | 18 If all the idle states are the same, the wrapper function cpuidle_register
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,geni-se.txt | 3 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper 23 A GENI based QUP wrapper controller node can contain 0 or more child nodes
|
/Linux-v4.19/arch/mips/bmips/ |
D | Kconfig | 8 if a "wrapper" is not being used, the kernel will need to include
|