/linux-6.12.1/drivers/soc/qcom/ |
D | qcom-geni-se.c | 197 struct geni_wrapper *wrapper = se->wrapper; in geni_se_get_qup_hw_version() local 199 return readl_relaxed(wrapper->base + QUP_HW_VER_REG); in geni_se_get_qup_hw_version() 487 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_off() local 490 clk_bulk_disable_unprepare(wrapper->num_clks, wrapper->clks); in geni_se_clks_off() 519 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_on() local 521 ret = clk_bulk_prepare_enable(wrapper->num_clks, wrapper->clks); in geni_se_clks_on() 527 clk_bulk_disable_unprepare(wrapper->num_clks, wrapper->clks); in geni_se_clks_on() 702 struct geni_wrapper *wrapper = se->wrapper; in geni_se_tx_dma_prep() local 704 if (!wrapper) in geni_se_tx_dma_prep() 707 *iova = dma_map_single(wrapper->dev, buf, len, DMA_TO_DEVICE); in geni_se_tx_dma_prep() [all …]
|
/linux-6.12.1/Documentation/arch/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.12.1/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() 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.12.1/drivers/accel/qaic/ |
D | qaic_control.c | 291 struct wrapper_msg *wrapper = container_of(ref, struct wrapper_msg, ref_count); in free_wrapper() local 293 list_del(&wrapper->list); in free_wrapper() 294 kfree(wrapper); in free_wrapper() 359 struct wrapper_msg *wrapper; in encode_passthrough() local 363 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough() 364 msg = &wrapper->msg; in encode_passthrough() 565 struct wrapper_msg *wrapper; in encode_dma() local 573 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_dma() 574 msg = &wrapper->msg; in encode_dma() 635 struct wrapper_msg *wrapper; in encode_activate() local [all …]
|
/linux-6.12.1/drivers/gpu/drm/bridge/cadence/ |
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.12.1/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.12.1/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.
|
/linux-6.12.1/arch/powerpc/boot/ |
D | Makefile | 132 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 137 $(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 := $(src)/wrapper macro 253 $(wrapper) FORCE 273 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \ 456 WRAPPER_OBJDIR := /usr/lib/kernel-wrapper [all …]
|
/linux-6.12.1/lib/ |
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() 222 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap) in sort_r() 295 struct wrapper w = { in sort()
|
/linux-6.12.1/fs/bcachefs/ |
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 eytzinger0_sort_r() 238 struct wrapper w = { in eytzinger0_sort()
|
/linux-6.12.1/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.12.1/drivers/media/platform/ti/ |
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.12.1/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.12.1/Documentation/userspace-api/netlink/ |
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.12.1/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.12.1/tools/testing/selftests/bpf/ |
D | test_bpftool.py | 55 def wrapper(*args, **kwargs): function 58 return wrapper
|
/linux-6.12.1/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.12.1/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.12.1/include/kunit/ |
D | resource.h | 406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument 407 static void wrapper(void *in) \
|
/linux-6.12.1/tools/usb/usbip/ |
D | configure.ac | 69 [use tcp wrapper]) wrap_LIB="-lwrap"], 83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
|
/linux-6.12.1/Documentation/translations/ko_KR/core-api/wrappers/ |
D | memory-barriers.rst | 2 This is a simple wrapper to bring memory-barriers.txt into the RST world
|
/linux-6.12.1/Documentation/core-api/wrappers/ |
D | atomic_t.rst | 2 This is a simple wrapper to bring atomic_t.txt into the RST world
|
D | atomic_bitops.rst | 2 This is a simple wrapper to bring atomic_bitops.txt into the RST world
|
D | memory-barriers.rst | 2 This is a simple wrapper to bring memory-barriers.txt into the RST world
|