Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/drivers/soc/qcom/
A Dqcom-geni-se.c198 struct geni_wrapper *wrapper = se->wrapper; in geni_se_get_qup_hw_version() local
508 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_off() local
540 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_on() local
699 struct geni_wrapper *wrapper = se->wrapper; in geni_se_tx_dma_prep() local
702 if (!wrapper) in geni_se_tx_dma_prep()
735 struct geni_wrapper *wrapper = se->wrapper; in geni_se_rx_dma_prep() local
738 if (!wrapper) in geni_se_rx_dma_prep()
768 struct geni_wrapper *wrapper = se->wrapper; in geni_se_tx_dma_unprep() local
785 struct geni_wrapper *wrapper = se->wrapper; in geni_se_rx_dma_unprep() local
889 wrapper = devm_kzalloc(dev, sizeof(*wrapper), GFP_KERNEL); in geni_se_probe()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/bridge/cadence/
A DKconfig16 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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/lib/
A Dsort.c130 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.3-rc2/arch/powerpc/boot/
A DMakefile133 $(libfdt) libfdt-wrapper.c \
173 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
240 $(obj)/wrapper.a: $(obj-wlib) FORCE
245 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds
246 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \
251 wrapper :=$(srctree)/$(src)/wrapper macro
253 $(wrapper) FORCE
472 WRAPPER_OBJDIR := /usr/lib/kernel-wrapper
473 WRAPPER_DTSDIR := /usr/lib/kernel-wrapper/dts
479 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
[all …]
/linux-6.3-rc2/tools/usb/
A Dtestusb.c282 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.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/soc/mediatek/
A Dmediatek,pwrap.yaml15 is not directly visible to the CPU, but only through the PMIC wrapper
56 - description: PMIC wrapper registers
87 - description: PMIC wrapper reset
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_bpftool.py55 def wrapper(*args, **kwargs): function
58 return wrapper
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dqcom,sa8775p-gcc.yaml32 - description: Primary USB3 PHY wrapper pipe clock
33 - description: Secondary USB3 PHY wrapper pipe clock
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/core-api/wrappers/
A Datomic_bitops.rst2 This is a simple wrapper to bring atomic_bitops.txt into the RST world
A Datomic_t.rst2 This is a simple wrapper to bring atomic_t.txt into the RST world
A Dmemory-barriers.rst2 This is a simple wrapper to bring memory-barriers.txt into the RST world
/linux-6.3-rc2/tools/usb/usbip/
A Dconfigure.ac69 [use tcp wrapper]) wrap_LIB="-lwrap"],
83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
/linux-6.3-rc2/fs/hfsplus/
A DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
/linux-6.3-rc2/Documentation/translations/sp_SP/wrappers/
A Dmemory-barriers.rst2 This is a simple wrapper to bring memory-barriers.txt (Spanish

Completed in 39 milliseconds

123456