| /linux-6.15/drivers/soc/qcom/ |
| H A D | qcom-geni-se.c | 197 struct geni_wrapper *wrapper = se->wrapper; in geni_se_get_qup_hw_version() local 487 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_off() local 519 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_on() local 703 struct geni_wrapper *wrapper = se->wrapper; in geni_se_tx_dma_prep() local 705 if (!wrapper) in geni_se_tx_dma_prep() 755 struct geni_wrapper *wrapper = se->wrapper; in geni_se_rx_dma_prep() local 757 if (!wrapper) in geni_se_rx_dma_prep() 779 struct geni_wrapper *wrapper = se->wrapper; in geni_se_tx_dma_unprep() local 796 struct geni_wrapper *wrapper = se->wrapper; in geni_se_rx_dma_unprep() local 900 wrapper = devm_kzalloc(dev, sizeof(*wrapper), GFP_KERNEL); in geni_se_probe() [all …]
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A 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 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.15/crypto/asymmetric_keys/ |
| H A 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() 144 if (wrapper.length > ctx->sig_len) { in pefile_strip_sig_wrapper() 146 ctx->sig_len, wrapper.length); 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() [all …]
|
| /linux-6.15/drivers/accel/qaic/ |
| H A D | qaic_control.c | 294 kfree(wrapper); in free_wrapper() 364 msg = &wrapper->msg; in encode_passthrough() 574 msg = &wrapper->msg; in encode_dma() 645 msg = &wrapper->msg; in encode_activate() 729 msg = &wrapper->msg; in encode_status() 1142 wrapper = add_wrapper(wrappers, sizeof(*wrapper)); in abort_dma_cont() 1144 if (!wrapper) in abort_dma_cont() 1189 wrapper = add_wrapper(wrappers, sizeof(*wrapper)); in qaic_manage_msg_xfer() 1190 if (!wrapper) { in qaic_manage_msg_xfer() 1443 free_wrapper_from_list(wrapper->head, wrapper); in qaic_mhi_ul_xfer_cb() [all …]
|
| /linux-6.15/drivers/gpu/drm/bridge/cadence/ |
| H A D | Kconfig | 17 bool "J721E Cadence DSI wrapper support" 20 Support J721E Cadence DSI wrapper. The wrapper manages 42 bool "J721E Cadence DPI/DP wrapper support" 45 Support J721E Cadence DPI/DP wrapper. This is a wrapper
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | cmd.c | 1078 .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.15/Documentation/devicetree/bindings/sound/ |
| H A 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.
|
| H A 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.
|
| H A 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.15/arch/powerpc/boot/ |
| H A D | Makefile | 137 $(libfdt) libfdt-wrapper.c \ 173 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 239 $(obj)/wrapper.a: $(obj-wlib) FORCE 244 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds 245 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 250 wrapper := $(src)/wrapper macro 252 $(wrapper) FORCE 453 WRAPPER_OBJDIR := /usr/lib/kernel-wrapper 454 WRAPPER_DTSDIR := /usr/lib/kernel-wrapper/dts 460 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper [all …]
|
| /linux-6.15/lib/ |
| H A D | sort.c | 128 struct wrapper { struct 140 ((const struct wrapper *)priv)->swap(a, b, (int)size); in do_swap() argument 159 return ((const struct wrapper *)priv)->cmp(a, b); in do_cmp() 206 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap) in __sort_r() 337 struct wrapper w = { in sort() 350 struct wrapper w = { in sort_nonatomic()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | eytzinger.c | 116 struct wrapper { struct 128 ((const struct wrapper *)priv)->swap_func(a, b, (int)size); in do_swap() argument 147 return ((const struct wrapper *)priv)->cmp(a, b); in do_cmp() 177 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap_func) in eytzinger1_sort_r() 248 struct wrapper w = { in eytzinger0_sort()
|
| /linux-6.15/tools/usb/ |
| H A 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.15/drivers/media/platform/ti/ |
| H A D | Kconfig | 67 tristate "TI J721E CSI2RX wrapper layer driver" 75 Support for TI CSI2RX wrapper layer. This just enables the wrapper driver.
|
| /linux-6.15/Documentation/driver-api/thermal/ |
| H A 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.15/Documentation/userspace-api/netlink/ |
| H A D | netlink-raw.rst | 75 [GENERIC ATTR - wrapper] 81 own information wrapped in the ``GENERIC ATTR - wrapper``. Even though the 82 example above shows attributes nesting inside the wrapper, the modules generally 84 the wrapper attr has very similar characteristics to a netlink message. It may 86 those shared characteristics we refer to the payload of the wrapper attribute as
|
| /linux-6.15/Documentation/devicetree/bindings/soc/mediatek/ |
| H A D | mediatek,pwrap.yaml | 15 is not directly visible to the CPU, but only through the PMIC wrapper 61 - description: PMIC wrapper registers 92 - description: PMIC wrapper reset
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_bpftool.py | 55 def wrapper(*args, **kwargs): function 58 return wrapper
|
| /linux-6.15/Documentation/devicetree/bindings/display/msm/ |
| H A D | gmu.yaml | 29 - const: qcom,adreno-gmu-wrapper 272 const: qcom,adreno-gmu-wrapper 277 - description: GMU wrapper register space 324 compatible = "qcom,adreno-gmu-wrapper";
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,sa8775p-gcc.yaml | 32 - description: Primary USB3 PHY wrapper pipe clock 33 - description: Secondary USB3 PHY wrapper pipe clock
|
| /linux-6.15/arch/alpha/lib/ |
| H A 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.15/include/kunit/ |
| H A D | resource.h | 406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument 407 static void wrapper(void *in) \
|
| /linux-6.15/Documentation/core-api/wrappers/ |
| H A D | atomic_bitops.rst | 2 This is a simple wrapper to bring atomic_bitops.txt into the RST world
|
| H A D | atomic_t.rst | 2 This is a simple wrapper to bring atomic_t.txt into the RST world
|
| /linux-6.15/Documentation/translations/ko_KR/core-api/wrappers/ |
| H A D | memory-barriers.rst | 2 This is a simple wrapper to bring memory-barriers.txt into the RST world
|