Home
last modified time | relevance | path

Searched full:wrapper (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/linux/Documentation/arch/powerpc/
H 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
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/accel/qaic/
H A Dqaic_control.c292 struct wrapper_msg *wrapper = container_of(ref, struct wrapper_msg, ref_count); in free_wrapper() local
294 list_del(&wrapper->list); in free_wrapper()
295 kfree(wrapper); in free_wrapper()
361 struct wrapper_msg *wrapper; in encode_passthrough() local
365 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough()
366 msg = &wrapper->msg; in encode_passthrough()
567 struct wrapper_msg *wrapper; in encode_dma() local
575 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_dma()
576 msg = &wrapper->msg; in encode_dma()
637 struct wrapper_msg *wrapper; in encode_activate() local
[all …]
/linux/crypto/asymmetric_keys/
H A Dverify_pefile.c119 * Check and strip the PE wrapper from around the signature and check that the
125 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local
129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper()
130 pr_warn("Signature wrapper too short\n"); in pefile_strip_sig_wrapper()
134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper()
135 pr_debug("sig wrapper = { %x, %x, %x }\n", 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()
145 pr_warn("Signature wrapper bigger than sig len (%x > %x)\n", in pefile_strip_sig_wrapper()
146 ctx->sig_len, wrapper.length); in pefile_strip_sig_wrapper()
[all …]
/linux/drivers/virtio/
H A Dvirtio_rtc_class.c19 * 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 Ddvb_vb2.h175 * 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/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c1069 .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/arch/powerpc/boot/
H A DMakefile134 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \
139 $(libfdt) libfdt-wrapper.c \
175 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
241 $(obj)/wrapper.a: $(obj-wlib) FORCE
246 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds
247 always-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \
252 wrapper := $(src)/wrapper macro
254 $(wrapper) FORCE
274 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \
448 # clean up files cached by wrapper
[all …]
H A Dwrapper34 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.
368 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
433 "overlaps the address of the wrapper($link_address)"
434 echo "INFO: Fixing the link_address of wrapper to ($round_size)"
494 $platformo $tmp $object/wrapper.a
/linux/Documentation/devicetree/bindings/sound/
H 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.
H 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.
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,sa8255p-geni-se-qup.yaml7 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 Dqcom,geni-se.yaml7 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/kernel/liveupdate/
H A Dkexec_handover_debugfs.c22 struct debugfs_blob_wrapper wrapper; member
36 f->wrapper.data = (void *)fdt; in __kho_debugfs_fdt_add()
37 f->wrapper.size = fdt_totalsize(fdt); in __kho_debugfs_fdt_add()
39 file = debugfs_create_blob(name, 0400, dir, &f->wrapper); in __kho_debugfs_fdt_add()
69 if (ff->wrapper.data == fdt) { in kho_debugfs_fdt_remove()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00usb.h145 * 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 Dmediatek,pwrap.yaml7 title: Mediatek PMIC Wrapper
15 is not directly visible to the CPU, but only through the PMIC wrapper
62 - description: PMIC wrapper registers
93 - description: PMIC wrapper reset
/linux/include/linux/
H A Dtracepoint-defs.h68 * 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 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/drivers/android/binder/
H A Dnode.rs25 mod wrapper; module
26 pub(crate) use self::wrapper::CritIncrWrapper;
34 /// allocate a wrapper that references the node and schedule the wrapper. These wrappers exists to
36 /// on the `Node`, then it's a no-op if there's also a pending wrapper.
62 /// Is a wrapper currently scheduled?
64 /// The wrapper is used only for strong zero2one increments.
72 /// Is the currently scheduled wrapper/`Node` scheduled due to a strong zero2one increment?
75 /// wrapper. Otherwise, `has_pushed_node` must be set and it was scheduled using the `Node`.
455 wrapper: CritIncrWrapper, in incr_refcount_allow_zero2one_with_wrapper()
466 Some(wrapper.init(self.clone())) in incr_refcount_allow_zero2one_with_wrapper()
[all …]
/linux/lib/
H A Dsort.c128 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/tools/perf/util/
H A Dmutex.h9 * A function-like feature checking macro that is a wrapper around
88 * A wrapper around the mutex implementation that allows perf to error check
95 /* A wrapper around the condition variable implementation. */
/linux/tools/include/tools/
H A Ddis-asm-compat.h15 * Trivial fprintf wrapper to be used as the fprintf_styled_func argument to
35 * Wrapper for init_disassemble_info() that hides version
/linux/Documentation/devicetree/bindings/display/msm/
H A Dgmu.yaml29 - const: qcom,adreno-gmu-wrapper
364 const: qcom,adreno-gmu-wrapper
369 - description: GMU wrapper register space
416 compatible = "qcom,adreno-gmu-wrapper";
/linux/drivers/gpu/drm/stm/
H A Ddw_mipi_dsi-stm.c32 /* DSI wrapper registers & bit definitions */
34 #define DSI_WCFGR 0x0400 /* Wrapper ConFiGuration Reg */
38 #define DSI_WCR 0x0404 /* Wrapper Control Reg */
41 #define DSI_WISR 0x040C /* Wrapper Interrupt and Status Reg */
45 #define DSI_WPCR0 0x0418 /* Wrapper Phy Conf Reg 0 */
49 #define DSI_WRPCR 0x0430 /* Wrapper Regulator & Pll Ctrl Reg */
404 /* Enable the DSI wrapper */ in dw_mipi_dsi_phy_power_on()
416 /* Disable the DSI wrapper */ in dw_mipi_dsi_phy_power_off()
/linux/include/linux/dma/
H A Dqcom_bam_dma.h38 * prep_bam_ce_le32 - Wrapper function to prepare a single BAM command
57 * bam_prep_ce - Wrapper function to prepare a single BAM command element
/linux/include/linux/firmware/qcom/
H A Dqcom_qseecom.h42 * Note: This is a convenience wrapper around qcom_scm_qseecom_app_send().
43 * Clients should prefer to use this wrapper.

12345678910>>...29