Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 25 of 60) sorted by relevance

123

/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/Documentation/devicetree/bindings/sound/
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/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/usb/
H A Dtestusb.c282 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/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/tools/testing/selftests/bpf/
H A Dtest_bpftool.py
/linux/arch/alpha/lib/
H A Dcallback_srm.S20 ldl $25,0($25) # Pick up the wrapper data.
32 jmp ($3) # Return directly to caller of wrapper.
/linux/Documentation/core-api/wrappers/
H A Datomic_t.rst2 This is a simple wrapper to bring atomic_t.txt into the RST world
H A Datomic_bitops.rst2 This is a simple wrapper to bring atomic_bitops.txt into the RST world
H A Dmemory-barriers.rst2 This is a simple wrapper to bring memory-barriers.txt into the RST world
/linux/Documentation/translations/sp_SP/wrappers/
H A Dmemory-barriers.rst2 This is a simple wrapper to bring memory-barriers.txt (Spanish
/linux/include/kunit/
H A Dresource.h406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument
407 static void wrapper(void *in) \
/linux/tools/usb/usbip/
H A Dconfigure.ac69 [use tcp wrapper]) wrap_LIB="-lwrap"],
83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
/linux/drivers/android/binder/
H A Dprocess.rs257 wrapper: Option<CritIncrWrapper>, in new_node_ref_with_thread()
259 let push = match wrapper { in new_node_ref_with_thread()
263 Some(wrapper) => node.incr_refcount_allow_zero2one_with_wrapper(strong, wrapper, self), in new_node_ref_with_thread()
762 wrapper: Option<CritIncrWrapper>, in get_node_inner()
768 return Ok(inner.new_node_ref_with_thread(node, strong, thread, wrapper)); in get_node_inner()
777 return Ok(inner.new_node_ref_with_thread(node, strong, thread, wrapper)); in get_node_inner()
784 .new_node_ref_with_thread(node, strong, thread, wrapper) in get_node_inner()
798 let mut wrapper = None; in get_node() localVariable
800 match self.get_node_inner(ptr, cookie, flags, strong, thread, wrapper) { in get_node()
804 wrapper = Some(CritIncrWrapper::new()?); in get_node()
/linux/Documentation/admin-guide/
H A Dmono.rst6 wrapper, you can use the BINFMT_MISC kernel support.
62 wrapper script, simply by launching the ``.exe`` file directly
H A Djava.rst55 For the compiled Java programs you need a wrapper script like the
74 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java
167 * wrapper of the type supported by the binfmt_misc option in the Linux kernel.
370 # /usr/local/java/bin/jarwrapper - the wrapper for binfmt_misc/jar
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py254 def wrapper(*args, **kwargs):
258 return wrapper
172 def wrapper(*args, **kwargs): global() function
/linux/drivers/net/wireless/virtual/
H A DKconfig15 tristate "Wifi wrapper for ethernet drivers"
/linux/arch/mips/lantiq/
H A DKconfig36 if a "wrapper" is not being used, the kernel will need to include
/linux/Documentation/leds/
H A Dleds-class-flash.rst26 V4L2 flash wrapper for flash LEDs
82 v4l2 flash wrapper.
/linux/arch/mips/bmips/
H A DKconfig8 if a "wrapper" is not being used, the kernel will need to include
/linux/drivers/dma-buf/
H A Ddma-buf.c59 struct sg_table wrapper; member
876 ret = sg_alloc_table(&to->wrapper, from->nents, GFP_KERNEL); in dma_buf_wrap_sg_table()
880 to_sg = to->wrapper.sgl; in dma_buf_wrap_sg_table()
891 *sg_table = &to->wrapper; in dma_buf_wrap_sg_table()
906 copy = container_of(*sg_table, typeof(*copy), wrapper); in dma_buf_unwrap_sg_table()
908 sg_free_table(&copy->wrapper); in dma_buf_unwrap_sg_table()
/linux/drivers/net/ethernet/cadence/
H A DKconfig49 This is PCI wrapper for MACB driver.
/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/Documentation/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {

123