Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt1 The PowerPC boot wrapper
6 a boot wrapper to make it usable by the system firmware. There is no
7 standard PowerPC firmware interface, so the boot wrapper is designed to
10 The boot wrapper can be found in the arch/powerpc/boot/ directory. The
19 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and
20 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target
27 the image. The boot wrapper, kernel and device tree
29 with boot wrapper code that extracts data from the old
41 the wrapper structure.
56 can be overridden by the wrapper script.
[all …]
/linux-4.4.14/crypto/asymmetric_keys/
Dverify_pefile.c129 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local
133 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper()
138 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper()
140 wrapper.length, wrapper.revision, wrapper.cert_type); in pefile_strip_sig_wrapper()
145 if (round_up(wrapper.length, 8) != ctx->sig_len) { 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()
165 ctx->sig_len -= sizeof(wrapper); in pefile_strip_sig_wrapper()
Dpkcs7_parser.c178 size_t wrapper; in pkcs7_get_content_data() local
183 wrapper = want_wrapper ? pkcs7->data_hdrlen : 0; in pkcs7_get_content_data()
184 *_data = pkcs7->data - wrapper; in pkcs7_get_content_data()
185 *_data_len = pkcs7->data_len + wrapper; in pkcs7_get_content_data()
DKconfig56 it is, the PKCS#7 wrapper is discarded and reading the key returns
/linux-4.4.14/arch/cris/arch-v32/drivers/mach-a3/
Dnandflash.c110 struct mtd_info_wrapper *wrapper; in crisv32_nand_flash_probe() local
138 wrapper = kzalloc(sizeof(struct mtd_info_wrapper), GFP_KERNEL); in crisv32_nand_flash_probe()
139 if (!wrapper) { in crisv32_nand_flash_probe()
150 this = &wrapper->chip; in crisv32_nand_flash_probe()
151 crisv32_mtd = &wrapper->info; in crisv32_nand_flash_probe()
177 kfree(wrapper); in crisv32_nand_flash_probe()
/linux-4.4.14/arch/cris/arch-v32/drivers/mach-fs/
Dnandflash.c108 struct mtd_info_wrapper *wrapper; in crisv32_nand_flash_probe() local
113 wrapper = kzalloc(sizeof(struct mtd_info_wrapper), GFP_KERNEL); in crisv32_nand_flash_probe()
114 if (!wrapper) { in crisv32_nand_flash_probe()
131 this = &wrapper->chip; in crisv32_nand_flash_probe()
132 crisv32_mtd = &wrapper->info; in crisv32_nand_flash_probe()
171 kfree(wrapper); in crisv32_nand_flash_probe()
/linux-4.4.14/arch/powerpc/boot/dts/
Dacadia.dts34 clock-frequency = <0>; /* Filled in by wrapper */
35 timebase-frequency = <0>; /* Filled in by wrapper */
47 reg = <0x0 0x0>; /* Filled in by wrapper */
65 clock-frequency = <0>; /* Filled in by wrapper */
89 clock-frequency = <0>; /* Filled in by wrapper */
96 clock-frequency = <0>; /* Filled in by wrapper */
106 clock-frequency = <0>; /* Filled in by wrapper */
136 local-mac-address = [000000000000]; /* Filled in by wrapper */
217 clock-frequency = <0>; /* Filled in by wrapper */
Dakebono.dts187 * the wrapper. If your device doesn't support
188 * passing data to the wrapper (in the form
Dxpedite5200_xmon.dts504 /* Needed for dtbImage boot wrapper compatibility */
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
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 …]
Dmlx4.h204 int (*wrapper)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr, member
/linux-4.4.14/arch/powerpc/boot/
DMakefile73 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o): \
77 $(libfdt) libfdt-wrapper.c \
112 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
184 $(obj)/wrapper.a: $(obj-wlib) FORCE
189 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a)
190 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \
195 wrapper :=$(srctree)/$(src)/wrapper macro
197 $(wrapper) FORCE
212 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -c -o $@ -p $2 $(CROSSWRAP) \
Dwrapper416 $platformo $tmp $object/wrapper.a
/linux-4.4.14/tools/usb/
Dtestusb.c295 struct usbdevfs_ioctl wrapper; in usbdev_ioctl() local
297 wrapper.ifno = ifno; in usbdev_ioctl()
298 wrapper.ioctl_code = request; in usbdev_ioctl()
299 wrapper.data = param; in usbdev_ioctl()
301 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); in usbdev_ioctl()
/linux-4.4.14/arch/tile/
DKconfig.debug18 bool "Provide wrapper functions for hypervisor ABI calls"
21 Provide wrapper functions for the hypervisor ABI calls
/linux-4.4.14/scripts/
DMakefile.headersinst38 wrapper-files := $(filter $(header-y), $(generic-y))
47 all-files := $(header-y) $(genhdr-y) $(wrapper-files)
84 for F in $(wrapper-files); do \
/linux-4.4.14/Documentation/thermal/
Dexynos_thermal64 TMU configuration data -------> TMU Driver <------> Exynos Core thermal wrapper
75 c) Exynos Core thermal wrapper: This provides 3 wrapper function to use the
/linux-4.4.14/arch/alpha/lib/
Dcallback_srm.S18 ldl $25,0($25) # Pick up the wrapper data.
30 jmp ($3) # Return directly to caller of wrapper.
/linux-4.4.14/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt3 This document describes the binding for the MediaTek PMIC wrapper.
6 is not directly visible to the CPU, but only through the PMIC wrapper
/linux-4.4.14/fs/hfsplus/
DMakefile8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
/linux-4.4.14/tools/usb/usbip/
Dconfigure.ac69 [use tcp wrapper]) wrap_LIB="-lwrap"],
83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
DREADME16 tcp wrapper library
/linux-4.4.14/net/irda/
DMakefile12 irttp.o irda_device.o irias_object.o wrapper.o af_irda.o \
/linux-4.4.14/drivers/staging/wilc1000/
DTODO3 - remove OS wrapper functions
/linux-4.4.14/Documentation/
Dmono.txt6 wrapper, you can use the BINFMT_MISC kernel support.
60 wrapper script, simply by launching the .exe file directly
Dxz.txt38 is a wrapper function in lib/decompress_unxz.c. Its API is the
42 scripts/xz_wrap.sh is a wrapper for the xz command line tool found
43 from XZ Utils. The wrapper sets compression options to values suitable
Djava.txt48 For the compiled Java programs you need a wrapper script like the
62 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java
154 * wrapper of the type supported by the binfmt_misc option in the Linux kernel.
358 # /usr/local/java/bin/jarwrapper - the wrapper for binfmt_misc/jar
Dbinfmt_misc.txt116 write a wrapper script for it. See Documentation/java.txt for an
Dmodule-signing.txt201 .system_keyring _if_ the new key's X.509 wrapper is validly signed by a key
Ddma-buf-sharing.txt125 This is a wrapper to dma_buf->ops->map_dma_buf operation, which hides the
157 This is a wrapper to dma_buf->ops->unmap_dma_buf() operation, which hides the
Dadding-syscalls.txt363 compatibility wrapper:
452 For a new system call, there will obviously be no libc wrapper function and so
Dxillybus.txt194 initialization. This structure is populated with pointers to wrapper functions
Dmemory-barriers.txt1705 This can be thought of as a pointer-fetch wrapper around the
/linux-4.4.14/drivers/soc/mediatek/
DKconfig20 on different MediaTek SoCs. The PMIC wrapper is a proprietary
/linux-4.4.14/Documentation/leds/
Dleds-class-flash.txt25 V4L2 flash wrapper for flash LEDs
65 v4l2 flash wrapper.
/linux-4.4.14/arch/mips/bmips/
DKconfig7 if a "wrapper" is not being used, the kernel will need to include
/linux-4.4.14/Documentation/cpuidle/
Ddriver.txt18 If all the idle states are the same, the wrapper function cpuidle_register
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmt6397.txt11 called PMIC wrapper or pwrap. MT6397 MFD is a child device of pwrap.
Datmel-flexcom.txt3 The Atmel Flexcom is just a wrapper which embeds a SPI controller, an I2C
/linux-4.4.14/tools/perf/Documentation/
DBuild.txt14 top level Makefile working as a wrapper that calls the main
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dqcom,saw2.txt3 The SAW2 is a wrapper around the Subsystem Power Manager (SPM) and the
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsamsung-mipi-csis.txt25 - samsung,csis-wclk : CSI-2 wrapper clock selection. If this property is present
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt100 By defining wrapper functions, the transition to the new model can be
102 let the bus wrapper fill in the fields. For the callbacks, the bus can
/linux-4.4.14/Documentation/mic/
Dscif_overview.txt64 SCIF has a user space library which is a thin IOCTL wrapper providing a user
/linux-4.4.14/Documentation/timers/
Dtimers-howto.txt32 mdelay is macro wrapper around udelay, to account for
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dt104xd4rdb.dtsi144 * should provide a wrapper .dts file that
/linux-4.4.14/tools/perf/util/
DBuild34 libperf-y += wrapper.o
/linux-4.4.14/Documentation/scsi/
D53c700.txt8 Since the 53c700 must be interfaced to a bus, you need to wrapper the
DChangeLog.sym53c8xx172 - 2 tiny bugs fixed in the PCI wrapper that provides support
224 compatibility from a simple wrapper.
DChangeLog.ncr53c8xx126 compatibility from a simple wrapper.
/linux-4.4.14/Documentation/ia64/
Defirtc.txt40 enables flexibility and permits writing wrapper code is ncase things change.
/linux-4.4.14/Documentation/dvb/
Dci.txt164 using the CA_GET_MSG and CA_SEND_MSG ioctls. An EN50221 style wrapper is
/linux-4.4.14/Documentation/video4linux/
Dsi4713.txt32 commands to the actual device. Basically it is a wrapper to the I2C device driver.
DREADME.pvrusb296 pvrusb2-debug.h - This header defines a printk() wrapper and a mask
/linux-4.4.14/Documentation/console/
Dconsole.txt102 give_up_console() is a wrapper to do_unregister_con_driver(), and a driver must
/linux-4.4.14/Documentation/block/
Dbiovecs.txt37 wrapper around bio_advance_iter() that operates on bio->bi_iter, and also
/linux-4.4.14/fs/
DKconfig.binfmt152 If you say Y here, it will be possible to plug wrapper-driven binary
/linux-4.4.14/Documentation/filesystems/
Dmandatory-locking.txt33 (and the lockf() library routine which is a wrapper around fcntl().) It is
Dsysfs.txt83 structure and wrapper functions for adding and removing attributes for
Dseq_file.txt242 There is also a wrapper function to seq_open() called seq_open_private(). It
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt256 is for the updates to use a wrapper function around
257 the memory allocator, so that this wrapper function
/linux-4.4.14/drivers/staging/comedi/
DKconfig123 driver provides a legacy comedi driver wrapper for the generic 8255
587 provides a PCI wrapper around the generic 8255 driver.
1258 boards use the 8255_pci driver as a wrapper around the 'comedi_8255'
/linux-4.4.14/lib/
DKconfig246 # ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
/linux-4.4.14/fs/befs/
DChangeLog291 Added a wrapper function to give the old call
/linux-4.4.14/Documentation/usb/
Dusbmon.txt187 Bulk wrapper to a storage device at address 5:
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt1306 During the prepare phase of the build a wrapper include
1312 the generic header a similar wrapper is generated as part
1317 The generated wrapper will in both cases look like the following:
Dmodules.txt177 An external module always includes a wrapper makefile that
/linux-4.4.14/crypto/
DKconfig211 Authenc: Combined mode wrapper for IPsec.
257 Support for the AEAD wrapper using the ChaCha20 stream cipher combined
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt60 also added to the PowerPC boot wrapper (arch/powerpc/boot/*) so that
/linux-4.4.14/arch/powerpc/
DKconfig225 Used to allow a board to specify it wants an ePAPR compliant wrapper.
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt153 using a number of wrapper functions:
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt770 wrapper around the cgroup filesystem.
/linux-4.4.14/drivers/mfd/
DKconfig68 Select this to get support for Atmel Flexcom. This is a wrapper
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1711 parsed incorrectly. Instead, a wrapper shell script can be written or