/linux/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 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/drivers/soc/qcom/ ! |
H A D | qcom-geni-se.c | 22 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced 23 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper 24 * controller. QUP Wrapper is designed to support various serial bus protocols 42 * |QUP Wrapper | 58 * Figure 1: GENI based QUP Wrapper 70 * GENI SE Wrapper driver is structured into 2 parts: 72 * geni_wrapper represents QUP Wrapper controller. This part of the driver 73 * manages QUP Wrapper information such as hardware version, clock 77 * engine information such as clocks, containing QUP Wrapper, etc. This part 87 * struct geni_wrapper - Data structure to represent the QUP Wrapper Core [all …]
|
/linux/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/drivers/accel/qaic/ ! |
H A 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/drivers/virtio/ ! |
H A D | virtio_rtc_class.c | 19 * struct viortc_class - RTC class wrapper 33 * viortc_class_get_locked() - get RTC class wrapper, if ops allowed 36 * Gets the RTC class wrapper from the virtio device, if it is available and 40 * Return: RTC class wrapper if available and ops allowed, ERR_PTR otherwise. 180 * @viortc_class: RTC class wrapper 199 * @viortc_class: RTC class wrapper 214 * @viortc_class: RTC class wrapper 225 * viortc_class_init() - init RTC class wrapper and device 232 * Return: RTC class wrapper on success, ERR_PTR otherwise.
|
/linux/include/media/ ! |
H A D | dvb_vb2.h | 175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV 191 * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV 200 * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV 210 * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV 223 * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV 235 * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV 247 * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling. 258 * dvb_vb2_dqbuf() - Wrapper to vb2_core_dqbuf() for Digital TV 270 * dvb_vb2_mmap() - Wrapper to vb2_mmap() for Digital TV buffer handling.
|
/linux/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/Documentation/devicetree/bindings/soc/qcom/ ! |
H A D | qcom,sa8255p-geni-se-qup.yaml | 7 title: GENI Serial Engine QUP Wrapper Controller 13 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper 17 Wrapper controller is modeled as a node with zero or more child nodes each 25 description: QUP wrapper common register address and length.
|
H A D | qcom,geni-se.yaml | 7 title: GENI Serial Engine QUP Wrapper Controller 13 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper 17 Wrapper controller is modeled as a node with zero or more child nodes each 27 description: QUP wrapper common register address and length.
|
/linux/arch/powerpc/boot/ ! |
H A D | Makefile | 133 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 138 $(libfdt) libfdt-wrapper.c \ 174 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 \ 447 # clean up files cached by wrapper [all …]
|
H A D | wrapper | 34 map="-Map wrapper.map" 57 # mkimage wrapper script 69 echo 'Usage: wrapper [-o output] [-p platform] [-i initrd]' >&2 165 # a "feature" of the wrapper script is that it can be used outside 206 # this script (wrapper) is distributed separately from the kernel source. 372 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o" 437 "overlaps the address of the wrapper($link_address)" 438 echo "INFO: Fixing the link_address of wrapper to ($round_size)" 498 $platformo $tmp $object/wrapper.a
|
/linux/drivers/gpu/drm/i915/gem/ ! |
H A D | i915_gem_object.h | 372 * Recommended to use wrapper macro: i915_gem_object_page_iter_get_sg() 381 * i915_gem_object_page_iter_get_sg - wrapper macro for 420 * Recommended to use wrapper macro: i915_gem_object_get_sg() 431 * i915_gem_object_get_sg - wrapper macro for __i915_gem_object_get_sg() 465 * Recommended to use wrapper macro: i915_gem_object_get_sg_dma() 476 * i915_gem_object_get_sg_dma - wrapper macro for __i915_gem_object_get_sg_dma() 507 * Recommended to use wrapper macro: i915_gem_object_get_page() 514 * i915_gem_object_get_page - wrapper macro for __i915_gem_object_get_page 542 * Recommended to use wrapper macro: i915_gem_object_get_dirty_page() 549 * i915_gem_object_get_dirty_page - wrapper macro for __i915_gem_object_get_dirty_page [all …]
|
/linux/drivers/net/wireless/ralink/rt2x00/ ! |
H A D | rt2x00usb.h | 145 * Simple wrapper around rt2x00usb_vendor_request to write a single 166 * Simple wrapper around rt2x00usb_vendor_request to read the eeprom 183 * This function is a simple wrapper for 32bit register access 201 * This function is a simple wrapper for 32bit register access 221 * This function is a simple wrapper for 32bit register access 239 * This function is a simple wrapper for 32bit register access 258 * This function is a simple wrapper for 32bit register access 278 * This function is a simple wrapper for 32bit register access
|
/linux/Documentation/devicetree/bindings/soc/mediatek/ ! |
H A D | mediatek,pwrap.yaml | 7 title: Mediatek PMIC Wrapper 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/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/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/drivers/soc/mediatek/ ! |
H A D | Kconfig | 49 tristate "MediaTek PMIC Wrapper Support" 54 Say yes here to add support for MediaTek PMIC Wrapper found 55 on different MediaTek SoCs. The PMIC wrapper is a proprietary
|
/linux/include/linux/ ! |
H A D | tracepoint-defs.h | 68 * it is, call a wrapper function defined in a C file that will then 71 * For "trace_foo_bar()", you would need to create a wrapper function 76 * And call your wrapper:
|
/linux/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/Documentation/devicetree/bindings/media/ ! |
H A D | nxp,imx8-jpeg.yaml | 55 minItems: 1 # Wrapper and all slots 56 maxItems: 5 # Wrapper and 4 slots 80 minItems: 2 # Wrapper and 1 slot
|
/linux/drivers/edac/ ! |
H A D | debugfs.c | 123 /* Wrapper for debugfs_create_x8() */ 134 /* Wrapper for debugfs_create_x16() */ 145 /* Wrapper for debugfs_create_x32() */
|
/linux/tools/testing/selftests/arm64/signal/ ! |
H A D | test_signals.c | 5 * Generic test wrapper for arm64 signal tests. 8 * this wrapper. Framework provides common helpers.
|
/linux/tools/include/tools/ ! |
H A D | dis-asm-compat.h | 15 * Trivial fprintf wrapper to be used as the fprintf_styled_func argument to 35 * Wrapper for init_disassemble_info() that hides version
|