Home
last modified time | relevance | path

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

12345678910>>...27

/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()
568 struct wrapper_msg *wrapper; in encode_dma() local
576 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_dma()
577 msg = &wrapper->msg; in encode_dma()
638 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/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/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/arch/powerpc/boot/
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/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:
H A Dkthread.h66 * Description: Convenient wrapper for kthread_create() followed by
86 * Description: Convenient wrapper for kthread_create_on_cpu()
223 * Description: Convenient wrapper for kthread_create_worker() followed by
246 * Description: Convenient wrapper for kthread_create_worker_on_cpu()
H A Drcupdate_wait.h45 * domain requires you to write a wrapper function for that SRCU domain's
46 * call_srcu() function, with this wrapper supplying the pointer to the
/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/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/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.
/linux/Documentation/devicetree/bindings/usb/
H A Dfsl,usbmisc.yaml7 title: Freescale i.MX wrapper module for Chipidea USB2 controller
54 - description: Base and length of the Wrapper module register
/linux/include/kunit/
H A Dresource.h396 * @wrapper: The name of the new wrapper function define.
400 * Defines a wrapper for a function which accepts a single, pointer-sized
401 * argument. This wrapper can then be passed to kunit_add_action() and
406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument
407 static void wrapper(void *in) \
/linux/Documentation/core-api/
H A Dpin_user_pages.rst26 sites. This allows the associated wrapper functions (pin_user_pages*() and
31 This is in order to avoid creating a large number of wrapper functions to cover
34 that's a natural dividing line, and a good point to make separate wrapper calls.
50 Which flags are set by each wrapper
233 has the following new calls to exercise the new pin*() wrapper functions:
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_req_if.c30 * @vld_wrapper_dma: vld wrapper dma address
90 * @wrap_y_buf: wrapper y buffer
91 * @wrap_c_buf: wrapper c buffer
92 * @vld_wrapper_buf: vld wrapper buffer
181 mtk_vdec_err(inst->ctx, "cannot allocate vld wrapper buffer"); in vdec_vp8_slice_alloc_working_buf()
/linux/include/drm/display/
H A Ddrm_scdc_helper.h45 * Reads a single byte from SCDC. This is a convenience wrapper around the
63 * Writes a single byte to SCDC. This is a convenience wrapper around the

12345678910>>...27