Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 25 of 130) sorted by relevance

123456

/linux/drivers/soc/qcom/
A Dqcom-geni-se.c183 struct geni_wrapper *wrapper = se->wrapper; in geni_se_get_qup_hw_version() local
493 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_off() local
526 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_on() local
687 struct geni_wrapper *wrapper = se->wrapper; in geni_se_tx_dma_prep() local
690 if (!wrapper) in geni_se_tx_dma_prep()
723 struct geni_wrapper *wrapper = se->wrapper; in geni_se_rx_dma_prep() local
726 if (!wrapper) in geni_se_rx_dma_prep()
756 struct geni_wrapper *wrapper = se->wrapper; in geni_se_tx_dma_unprep() local
773 struct geni_wrapper *wrapper = se->wrapper; in geni_se_rx_dma_unprep() local
877 wrapper = devm_kzalloc(dev, sizeof(*wrapper), GFP_KERNEL); in geni_se_probe()
[all …]
/linux/arch/arm64/kernel/
A D.efi-rt-wrapper.o.cmd1wrapper.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…
3 source_arch/arm64/kernel/efi-rt-wrapper.o := arch/arm64/kernel/efi-rt-wrapper.S
5 deps_arch/arm64/kernel/efi-rt-wrapper.o := \
28 arch/arm64/kernel/efi-rt-wrapper.o: $(deps_arch/arm64/kernel/efi-rt-wrapper.o)
30 $(deps_arch/arm64/kernel/efi-rt-wrapper.o):
/linux/Documentation/powerpc/
A 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
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.
102 Default images are selected by the boot wrapper Makefile
[all …]
/linux/crypto/asymmetric_keys/
A Dverify_pefile.c125 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/drivers/net/ethernet/mellanox/mlx4/
A Dcmd.c1078 .wrapper = NULL
1105 .wrapper = NULL
1150 .wrapper = mlx4_MAP_EQ_wrapper
1168 .wrapper = NULL
1177 .wrapper = NULL
1240 .wrapper = NULL
1258 .wrapper = NULL
1411 .wrapper = mlx4_GEN_QP_wrapper
1519 .wrapper = NULL
1620 .wrapper = NULL
[all …]
/linux/arch/powerpc/boot/dts/
A 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/Documentation/devicetree/bindings/sound/
A 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.
A 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.
A 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/drivers/gpu/drm/bridge/cadence/
A DKconfig17 bool "J721E Cadence DPI/DP wrapper support"
20 Support J721E Cadence DPI/DP wrapper. This is a wrapper
/linux/arch/powerpc/boot/
A DMakefile115 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \
120 $(libfdt) libfdt-wrapper.c \
160 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
227 $(obj)/wrapper.a: $(obj-wlib) FORCE
232 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds
233 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \
238 wrapper :=$(srctree)/$(src)/wrapper macro
240 $(wrapper) FORCE
260 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \
/linux/tools/usb/
A Dtestusb.c276 struct usbdevfs_ioctl wrapper; in usbdev_ioctl() local
278 wrapper.ifno = ifno; in usbdev_ioctl()
279 wrapper.ioctl_code = request; in usbdev_ioctl()
280 wrapper.data = param; in usbdev_ioctl()
282 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); in usbdev_ioctl()
/linux/Documentation/devicetree/bindings/rtc/
A 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/Documentation/driver-api/thermal/
A 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/Documentation/devicetree/bindings/leds/
A Dleds-mt6323.txt6 using shared bus called PMIC wrapper for each subfunction to access remote
11 For MediaTek PMIC wrapper bindings see:
/linux/tools/testing/selftests/bpf/
A Dtest_bpftool.py55 def wrapper(*args, **kwargs): function
58 return wrapper
/linux/arch/alpha/lib/
A Dcallback_srm.S20 ldl $25,0($25) # Pick up the wrapper data.
32 jmp ($3) # Return directly to caller of wrapper.
/linux/Documentation/dev-tools/kunit/
A Dstart.rst14 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
63 wrapper from your kernel repo:
/linux/tools/usb/usbip/
A Dconfigure.ac69 [use tcp wrapper]) wrap_LIB="-lwrap"],
83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
/linux/Documentation/admin-guide/
A Dmono.rst6 wrapper, you can use the BINFMT_MISC kernel support.
62 wrapper script, simply by launching the ``.exe`` file directly
/linux/Documentation/devicetree/bindings/soc/mediatek/
A Dpwrap.txt3 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/fs/hfsplus/
A DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
/linux/Documentation/leds/
A Dleds-class-flash.rst26 V4L2 flash wrapper for flash LEDs
82 v4l2 flash wrapper.
/linux/Documentation/devicetree/bindings/soc/qcom/
A Dqcom,geni-se.yaml14 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper
27 description: QUP wrapper common register address and length.
/linux/Documentation/staging/
A Dxz.rst40 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

Completed in 32 milliseconds

123456