/linux-4.4.14/Documentation/powerpc/ |
D | bootwrapper.txt | 1 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/ |
D | verify_pefile.c | 129 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()
|
D | pkcs7_parser.c | 178 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()
|
D | Kconfig | 56 it is, the PKCS#7 wrapper is discarded and reading the key returns
|
/linux-4.4.14/arch/cris/arch-v32/drivers/mach-a3/ |
D | nandflash.c | 110 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/ |
D | nandflash.c | 108 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/ |
D | acadia.dts | 34 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 */
|
D | akebono.dts | 187 * the wrapper. If your device doesn't support 188 * passing data to the wrapper (in the form
|
D | xpedite5200_xmon.dts | 504 /* Needed for dtbImage boot wrapper compatibility */
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 1069 .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 …]
|
D | mlx4.h | 204 int (*wrapper)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr, member
|
/linux-4.4.14/arch/powerpc/boot/ |
D | Makefile | 73 $(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) \
|
D | wrapper | 416 $platformo $tmp $object/wrapper.a
|
/linux-4.4.14/tools/usb/ |
D | testusb.c | 295 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/ |
D | Kconfig.debug | 18 bool "Provide wrapper functions for hypervisor ABI calls" 21 Provide wrapper functions for the hypervisor ABI calls
|
/linux-4.4.14/scripts/ |
D | Makefile.headersinst | 38 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/ |
D | exynos_thermal | 64 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/ |
D | callback_srm.S | 18 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/ |
D | pwrap.txt | 3 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/ |
D | Makefile | 8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/linux-4.4.14/tools/usb/usbip/ |
D | configure.ac | 69 [use tcp wrapper]) wrap_LIB="-lwrap"], 83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
|
D | README | 16 tcp wrapper library
|
/linux-4.4.14/net/irda/ |
D | Makefile | 12 irttp.o irda_device.o irias_object.o wrapper.o af_irda.o \
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | TODO | 3 - remove OS wrapper functions
|
/linux-4.4.14/Documentation/ |
D | mono.txt | 6 wrapper, you can use the BINFMT_MISC kernel support. 60 wrapper script, simply by launching the .exe file directly
|
D | xz.txt | 38 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
|
D | java.txt | 48 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
|
D | binfmt_misc.txt | 116 write a wrapper script for it. See Documentation/java.txt for an
|
D | module-signing.txt | 201 .system_keyring _if_ the new key's X.509 wrapper is validly signed by a key
|
D | dma-buf-sharing.txt | 125 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
|
D | adding-syscalls.txt | 363 compatibility wrapper: 452 For a new system call, there will obviously be no libc wrapper function and so
|
D | xillybus.txt | 194 initialization. This structure is populated with pointers to wrapper functions
|
D | memory-barriers.txt | 1705 This can be thought of as a pointer-fetch wrapper around the
|
/linux-4.4.14/drivers/soc/mediatek/ |
D | Kconfig | 20 on different MediaTek SoCs. The PMIC wrapper is a proprietary
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class-flash.txt | 25 V4L2 flash wrapper for flash LEDs 65 v4l2 flash wrapper.
|
/linux-4.4.14/arch/mips/bmips/ |
D | Kconfig | 7 if a "wrapper" is not being used, the kernel will need to include
|
/linux-4.4.14/Documentation/cpuidle/ |
D | driver.txt | 18 If all the idle states are the same, the wrapper function cpuidle_register
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | mt6397.txt | 11 called PMIC wrapper or pwrap. MT6397 MFD is a child device of pwrap.
|
D | atmel-flexcom.txt | 3 The Atmel Flexcom is just a wrapper which embeds a SPI controller, an I2C
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Build.txt | 14 top level Makefile working as a wrapper that calls the main
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 3 The SAW2 is a wrapper around the Subsystem Power Manager (SPM) and the
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | samsung-mipi-csis.txt | 25 - samsung,csis-wclk : CSI-2 wrapper clock selection. If this property is present
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 100 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/ |
D | scif_overview.txt | 64 SCIF has a user space library which is a thin IOCTL wrapper providing a user
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 32 mdelay is macro wrapper around udelay, to account for
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | t104xd4rdb.dtsi | 144 * should provide a wrapper .dts file that
|
/linux-4.4.14/tools/perf/util/ |
D | Build | 34 libperf-y += wrapper.o
|
/linux-4.4.14/Documentation/scsi/ |
D | 53c700.txt | 8 Since the 53c700 must be interfaced to a bus, you need to wrapper the
|
D | ChangeLog.sym53c8xx | 172 - 2 tiny bugs fixed in the PCI wrapper that provides support 224 compatibility from a simple wrapper.
|
D | ChangeLog.ncr53c8xx | 126 compatibility from a simple wrapper.
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 40 enables flexibility and permits writing wrapper code is ncase things change.
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 164 using the CA_GET_MSG and CA_SEND_MSG ioctls. An EN50221 style wrapper is
|
/linux-4.4.14/Documentation/video4linux/ |
D | si4713.txt | 32 commands to the actual device. Basically it is a wrapper to the I2C device driver.
|
D | README.pvrusb2 | 96 pvrusb2-debug.h - This header defines a printk() wrapper and a mask
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 102 give_up_console() is a wrapper to do_unregister_con_driver(), and a driver must
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 37 wrapper around bio_advance_iter() that operates on bio->bi_iter, and also
|
/linux-4.4.14/fs/ |
D | Kconfig.binfmt | 152 If you say Y here, it will be possible to plug wrapper-driven binary
|
/linux-4.4.14/Documentation/filesystems/ |
D | mandatory-locking.txt | 33 (and the lockf() library routine which is a wrapper around fcntl().) It is
|
D | sysfs.txt | 83 structure and wrapper functions for adding and removing attributes for
|
D | seq_file.txt | 242 There is also a wrapper function to seq_open() called seq_open_private(). It
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 256 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/ |
D | Kconfig | 123 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/ |
D | Kconfig | 246 # ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 291 Added a wrapper function to give the old call
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 187 Bulk wrapper to a storage device at address 5:
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 1306 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:
|
D | modules.txt | 177 An external module always includes a wrapper makefile that
|
/linux-4.4.14/crypto/ |
D | Kconfig | 211 Authenc: Combined mode wrapper for IPsec. 257 Support for the AEAD wrapper using the ChaCha20 stream cipher combined
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 60 also added to the PowerPC boot wrapper (arch/powerpc/boot/*) so that
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 225 Used to allow a board to specify it wants an ePAPR compliant wrapper.
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 153 using a number of wrapper functions:
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 770 wrapper around the cgroup filesystem.
|
/linux-4.4.14/drivers/mfd/ |
D | Kconfig | 68 Select this to get support for Atmel Flexcom. This is a wrapper
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1711 parsed incorrectly. Instead, a wrapper shell script can be written or
|