Searched refs:wrapper (Results 1 - 200 of 367) sorted by relevance

12

/linux-4.1.27/arch/sh/lib/
H A Ddiv64-generic.c2 * Generic __div64_32 wrapper for __xdiv64_32.
/linux-4.1.27/fs/hfsplus/
H A DMakefile8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
H A Dwrapper.c2 * linux/fs/hfsplus/wrapper.c
H A Dhfsplus_fs.h526 /* wrapper.c */
/linux-4.1.27/net/irda/
H A DMakefile12 irttp.o irda_device.o irias_object.o wrapper.o af_irda.o \
H A Dwrapper.c3 * Filename: wrapper.c
5 * Description: IrDA SIR async wrapper layer
35 #include <net/irda/wrapper.h>
170 * And reduce wrapper.o by ~900B in the process ;-)
H A Dirda_device.c53 #include <net/irda/wrapper.h>
116 * However, the driver calls directly the wrapper, that calls irda_device_set_media_busy()
H A Dirlap_frame.c42 #include <net/irda/wrapper.h>
90 * A little wrapper for dev_queue_xmit, so we can insert some common
/linux-4.1.27/include/linux/
H A Ddelay.h19 * mdelay() provides a wrapper to prevent this. For delays greater
20 * than MAX_UDELAY_MS milliseconds, the wrapper is used. Architecture
H A Drcutree.h41 * wrapper around rcu_note_context_switch(), which allows TINY_RCU
H A Dzorro.h118 * driver-specific data. They are really just a wrapper around
H A Dkthread.h28 * Description: Convenient wrapper for kthread_create() followed by
H A Dnfs_page.h6 * NFS page cache wrapper.
H A Didr.h177 * Simple wrapper around ida_get_new_above() w/ @starting_id of zero.
H A Ddio.h266 * driver-specific data. They are really just a wrapper around
H A Ddma-buf.h193 * get_dma_buf - convenience wrapper for get_file.
H A Dcpumask.h304 * test_and_set_bit wrapper for cpumasks.
318 * test_and_clear_bit wrapper for cpumasks.
/linux-4.1.27/arch/um/include/shared/
H A Dkern.h10 * from kernel code and for which writing a wrapper is too much of a pain.
/linux-4.1.27/crypto/asymmetric_keys/
H A Dverify_pefile.c123 * Check and strip the PE wrapper from around the signature and check that the
129 struct win_certificate wrapper; pefile_strip_sig_wrapper() local
133 if (ctx->sig_len < sizeof(wrapper)) { pefile_strip_sig_wrapper()
134 pr_debug("Signature wrapper too short\n"); pefile_strip_sig_wrapper()
138 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); pefile_strip_sig_wrapper()
139 pr_debug("sig wrapper = { %x, %x, %x }\n", pefile_strip_sig_wrapper()
140 wrapper.length, wrapper.revision, wrapper.cert_type); pefile_strip_sig_wrapper()
145 if (round_up(wrapper.length, 8) != ctx->sig_len) { pefile_strip_sig_wrapper()
146 pr_debug("Signature wrapper len wrong\n"); pefile_strip_sig_wrapper()
149 if (wrapper.revision != WIN_CERT_REVISION_2_0) { pefile_strip_sig_wrapper()
153 if (wrapper.cert_type != WIN_CERT_TYPE_PKCS_SIGNED_DATA) { pefile_strip_sig_wrapper()
158 /* It looks like the pkcs signature length in wrapper->length and the pefile_strip_sig_wrapper()
163 ctx->sig_len = wrapper.length; pefile_strip_sig_wrapper()
164 ctx->sig_offset += sizeof(wrapper); pefile_strip_sig_wrapper()
165 ctx->sig_len -= sizeof(wrapper); pefile_strip_sig_wrapper()
H A Dpkcs7_parser.c147 size_t wrapper; pkcs7_get_content_data() local
152 wrapper = want_wrapper ? pkcs7->data_hdrlen : 0; pkcs7_get_content_data()
153 *_data = pkcs7->data - wrapper; pkcs7_get_content_data()
154 *_data_len = pkcs7->data_len + wrapper; pkcs7_get_content_data()
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/
H A Dnandflash.c110 struct mtd_info_wrapper *wrapper; crisv32_nand_flash_probe() local
138 wrapper = kzalloc(sizeof(struct mtd_info_wrapper), GFP_KERNEL); crisv32_nand_flash_probe()
139 if (!wrapper) { crisv32_nand_flash_probe()
150 this = &wrapper->chip; crisv32_nand_flash_probe()
151 crisv32_mtd = &wrapper->info; crisv32_nand_flash_probe()
177 kfree(wrapper); crisv32_nand_flash_probe()
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/
H A Dnandflash.c108 struct mtd_info_wrapper *wrapper; crisv32_nand_flash_probe() local
113 wrapper = kzalloc(sizeof(struct mtd_info_wrapper), GFP_KERNEL); crisv32_nand_flash_probe()
114 if (!wrapper) { crisv32_nand_flash_probe()
131 this = &wrapper->chip; crisv32_nand_flash_probe()
132 crisv32_mtd = &wrapper->info; crisv32_nand_flash_probe()
171 kfree(wrapper); crisv32_nand_flash_probe()
/linux-4.1.27/arch/mn10300/boot/
H A DMakefile1 # MN10300 kernel compressor and wrapper
/linux-4.1.27/net/atm/
H A Dsignaling.h18 * sigd_enq is a wrapper for sigd_enq2, covering the more common cases, and
/linux-4.1.27/include/crypto/
H A Dauthenc.h2 * Authenc: Simple AEAD wrapper for IPsec
H A Ddrbg.h191 * This is a wrapper to the kernel crypto API function of
220 * This is a wrapper to the kernel crypto API function of
252 * This is a wrapper to the kernel crypto API function of
/linux-4.1.27/arch/tile/gxio/
H A Duart.c72 /* UART register write wrapper. */ gxio_uart_write()
81 /* UART register read wrapper. */ gxio_uart_read()
/linux-4.1.27/include/net/irda/
H A Dwrapper.h3 * Filename: wrapper.h
5 * Description: IrDA SIR async wrapper layer
H A Dirmod.h94 /* Locking wrapper - Note the inverted logic on irda_lock().
/linux-4.1.27/arch/powerpc/boot/
H A 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) \
407 # clean up files cached by wrapper
413 WRAPPER_OBJDIR := /usr/lib/kernel-wrapper
414 WRAPPER_DTSDIR := /usr/lib/kernel-wrapper/dts
420 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
423 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
455 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_BINDIR)
H A Dbamboo.c5 * Based on ebony wrapper:
H A Dtreeboot-bamboo.c5 * Based on ebony wrapper:
H A Dwrapper48 # mkimage wrapper script
60 echo 'Usage: wrapper [-o output] [-p platform] [-i initrd]' >&2
280 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
321 "overlaps the address of the wrapper($link_address)"
322 echo "INFO: Fixing the link_address of wrapper to ($round_size)"
399 $platformo $tmp $object/wrapper.a
H A Dps3-hvcall.S27 * The routines here marshal arguments between the 32 bit wrapper
30 * wrapper lv1
H A Dps3-head.S65 /* Primary delays then goes to _zimage_start in wrapper. */
H A Dmain.c227 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); start()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c1053 .wrapper = mlx4_QUERY_FW_wrapper
1062 .wrapper = NULL
1071 .wrapper = mlx4_QUERY_DEV_CAP_wrapper
1080 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper
1089 .wrapper = NULL
1098 .wrapper = mlx4_INIT_PORT_wrapper
1107 .wrapper = mlx4_CLOSE_PORT_wrapper
1116 .wrapper = mlx4_QUERY_PORT_wrapper
1125 .wrapper = mlx4_SET_PORT_wrapper
1134 .wrapper = mlx4_MAP_EQ_wrapper
1143 .wrapper = mlx4_SW2HW_EQ_wrapper
1152 .wrapper = NULL
1161 .wrapper = NULL
1170 .wrapper = mlx4_CONFIG_DEV_wrapper
1179 .wrapper = mlx4_ALLOC_RES_wrapper
1188 .wrapper = mlx4_FREE_RES_wrapper
1197 .wrapper = mlx4_SW2HW_MPT_wrapper
1206 .wrapper = mlx4_QUERY_MPT_wrapper
1215 .wrapper = mlx4_HW2SW_MPT_wrapper
1224 .wrapper = NULL
1233 .wrapper = mlx4_WRITE_MTT_wrapper
1242 .wrapper = NULL
1251 .wrapper = mlx4_HW2SW_EQ_wrapper
1260 .wrapper = mlx4_QUERY_EQ_wrapper
1269 .wrapper = mlx4_SW2HW_CQ_wrapper
1278 .wrapper = mlx4_HW2SW_CQ_wrapper
1287 .wrapper = mlx4_QUERY_CQ_wrapper
1296 .wrapper = mlx4_MODIFY_CQ_wrapper
1305 .wrapper = mlx4_SW2HW_SRQ_wrapper
1314 .wrapper = mlx4_HW2SW_SRQ_wrapper
1323 .wrapper = mlx4_QUERY_SRQ_wrapper
1332 .wrapper = mlx4_ARM_SRQ_wrapper
1341 .wrapper = mlx4_RST2INIT_QP_wrapper
1350 .wrapper = mlx4_INIT2INIT_QP_wrapper
1359 .wrapper = mlx4_INIT2RTR_QP_wrapper
1368 .wrapper = mlx4_RTR2RTS_QP_wrapper
1377 .wrapper = mlx4_RTS2RTS_QP_wrapper
1386 .wrapper = mlx4_SQERR2RTS_QP_wrapper
1395 .wrapper = mlx4_GEN_QP_wrapper
1404 .wrapper = mlx4_GEN_QP_wrapper
1413 .wrapper = mlx4_SQD2SQD_QP_wrapper
1422 .wrapper = mlx4_SQD2RTS_QP_wrapper
1431 .wrapper = mlx4_2RST_QP_wrapper
1440 .wrapper = mlx4_GEN_QP_wrapper
1449 .wrapper = mlx4_GEN_QP_wrapper
1458 .wrapper = mlx4_GEN_QP_wrapper
1467 .wrapper = mlx4_UPDATE_QP_wrapper
1476 .wrapper = mlx4_CMD_EPERM_wrapper,
1485 .wrapper = mlx4_CMD_EPERM_wrapper,
1494 .wrapper = mlx4_CMD_EPERM_wrapper,
1503 .wrapper = NULL
1512 .wrapper = mlx4_MAD_IFC_wrapper
1521 .wrapper = mlx4_CMD_EPERM_wrapper
1530 .wrapper = mlx4_QUERY_IF_STAT_wrapper
1539 .wrapper = mlx4_ACCESS_REG_wrapper,
1548 .wrapper = mlx4_CMD_EPERM_wrapper,
1558 .wrapper = mlx4_QP_ATTACH_wrapper
1567 .wrapper = mlx4_PROMISC_wrapper
1577 .wrapper = mlx4_SET_VLAN_FLTR_wrapper
1586 .wrapper = mlx4_SET_MCAST_FLTR_wrapper
1595 .wrapper = mlx4_DUMP_ETH_STATS_wrapper
1604 .wrapper = NULL
1614 .wrapper = mlx4_QP_FLOW_STEERING_ATTACH_wrapper
1623 .wrapper = mlx4_QP_FLOW_STEERING_DETACH_wrapper
1632 .wrapper = mlx4_CMD_EPERM_wrapper
1641 .wrapper = mlx4_CMD_EPERM_wrapper
1746 if (cmd->wrapper) { mlx4_master_process_vhcr()
1747 err = cmd->wrapper(dev, slave, vhcr, inbox, outbox, mlx4_master_process_vhcr()
/linux-4.1.27/drivers/staging/unisys/visorchannel/
H A Dvisorchannel_main.c19 * This is a module "wrapper" around visorchannel_funcs.
/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin_sport.h31 u32 rx32; /* use the anomaly wrapper below */
/linux-4.1.27/arch/arc/include/uapi/asm/
H A Dunistd.h13 * That is how the Generic syscall wrapper generator works
/linux-4.1.27/include/asm-generic/
H A Dswitch_to.h1 /* Generic task switch macro wrapper, based on MN10300 definitions.
/linux-4.1.27/include/linux/usb/
H A Dstorage.h52 /* command block wrapper */
68 /* command status wrapper */
/linux-4.1.27/arch/alpha/lib/
H A Dcallback_srm.S18 ldl $25,0($25) # Pick up the wrapper data.
30 jmp ($3) # Return directly to caller of wrapper.
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00usb.h156 * Simple wrapper around rt2x00usb_vendor_request to write a single
177 * Simple wrapper around rt2x00usb_vendor_request to read the eeprom
195 * This function is a simple wrapper for 32bit register access
215 * This function is a simple wrapper for 32bit register access
236 * This function is a simple wrapper for 32bit register access
254 * This function is a simple wrapper for 32bit register access
273 * This function is a simple wrapper for 32bit register access
293 * This function is a simple wrapper for 32bit register access
H A Drt2x00.h418 * Configuration structure wrapper around the
470 * Configuration structure wrapper around the
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_opp_data.h60 * Initialization wrapper used to define an OPP for OMAP variants.
71 * Initialization wrapper used to define SmartReflex process data
H A Domap_device.h44 * struct omap_device - omap_device wrapper for platform_devices
H A Dopp.c2 * OMAP SoC specific OPP wrapper function
H A Di2c.c125 * XXX This function is a temporary compatibility wrapper - only
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddiva_dma.h39 Functionality to be implemented by OS wrapper
/linux-4.1.27/drivers/net/irda/
H A Dbfin_sir.h22 #include <net/irda/wrapper.h>
H A Dvlsi_ir.c53 #include <net/irda/wrapper.h>
949 * potential buffer overflow. The wrapper detects this, returns vlsi_hard_start_xmit()
954 * wrapper would abort, i.e. when there are less than 5 bytes left to vlsi_hard_start_xmit()
/linux-4.1.27/arch/tile/include/asm/
H A Dhv_driver.h14 * This header defines a wrapper interface for managing hypervisor
H A Dhomecache.h49 /* Support wrapper to use instead of explicit hv_flush_remote(). */
/linux-4.1.27/arch/mips/include/asm/
H A Dinst.h18 /* In case some other massaging is needed, keep MIPSInst as wrapper */
/linux-4.1.27/include/keys/
H A Duser-type.h27 * payload wrapper
/linux-4.1.27/sound/soc/samsung/
H A Ddmaengine.c2 * dmaengine.c - Samsung dmaengine wrapper
/linux-4.1.27/drivers/bcma/
H A Dhost_soc.c140 if (WARN_ONCE(!core->io_wrap, "Accessed core has no wrapper/agent\n")) bcma_host_soc_aread32()
148 if (WARN_ONCE(!core->io_wrap, "Accessed core has no wrapper/agent\n")) bcma_host_soc_awrite32()
H A Dscan.c395 /* pr_debug("erom: master wrapper %d " bcma_get_next_core()
413 /* pr_debug("erom: master wrapper %d " bcma_get_next_core()
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
H A Dgpio-core.h49 * struct samsung_gpio_chip - wrapper for specific implementation of gpio
59 * This wrapper provides the necessary information for the Samsung
/linux-4.1.27/arch/arm/kernel/
H A Dcpuidle.c25 * arm_cpuidle_simple_enter() - a wrapper to cpu_do_idle()
30 * A trivial wrapper to allow the cpu_do_idle function to be assigned as a
H A Dsys_oabi-compat.c36 * A compatibility wrapper is needed and provided below.
43 * with a small assembly wrapper to force the sz argument to 84 if it is 88
/linux-4.1.27/drivers/ssb/
H A Dpcihost_wrapper.c3 * PCI Hostdevice wrapper
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dni_daq_dio24.c30 This is just a wrapper around the 8255.o driver to properly handle
H A D8255.c47 * need a separate driver as a wrapper. For those that do work, the
/linux-4.1.27/arch/x86/boot/compressed/
H A Dmkpiggy.c25 * a small assembly wrapper with the appropriate symbols defined.
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
H A Dgpio.h38 * the boards' gpio.h must provide the linux gpio wrapper functions,
H A Dgpio-au1300.h133 * the boards' gpio.h must provide the linux gpio wrapper functions,
H A Dgpio-au1000.h532 * the boards' gpio.h must provide the linux gpio wrapper functions,
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dstat.h72 * this way, we don't have a wrapper in the kernel.
/linux-4.1.27/arch/arm/include/asm/mach/
H A Dpci.h75 * Compatibility wrapper for older platforms that do not care about
/linux-4.1.27/sound/core/
H A Dhwdep_compat.c2 * 32bit -> 64bit ioctl wrapper for hwdep API
H A Dtimer_compat.c2 * 32bit -> 64bit ioctl wrapper for timer API
H A Drawmidi_compat.c2 * 32bit -> 64bit ioctl wrapper for raw MIDI API
/linux-4.1.27/tools/perf/
H A DMakefile2 # This is a simple wrapper Makefile that calls the main Makefile.perf
/linux-4.1.27/tools/perf/bench/
H A Dfutex.h16 * futex() - SYS_futex syscall wrapper
/linux-4.1.27/tools/usb/
H A Dtestusb.c295 struct usbdevfs_ioctl wrapper; usbdev_ioctl() local
297 wrapper.ifno = ifno; usbdev_ioctl()
298 wrapper.ioctl_code = request; usbdev_ioctl()
299 wrapper.data = param; usbdev_ioctl()
301 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); usbdev_ioctl()
/linux-4.1.27/drivers/watchdog/
H A Dwatchdog_dev.c57 * restarted via the start operation. This wrapper function does
87 * watchdog_start: wrapper to start the watchdog.
119 * watchdog_stop: wrapper to stop the watchdog.
158 * watchdog_get_status: wrapper to get the watchdog status
221 * watchdog_get_timeleft: wrapper to get the time left before a reboot
/linux-4.1.27/drivers/dma/ioat/
H A Ddma.h143 * struct ioat_sed_ent - wrapper around super extended hardware descriptor
168 /* wrapper around hardware descriptor format + additional software fields */
171 * struct ioat_desc_sw - wrapper around hardware descriptor
H A Ddma_v2.h104 * struct ioat_ring_ent - wrapper around hardware descriptor
/linux-4.1.27/arch/metag/kernel/
H A Dftrace.c36 * (Meta's wrapper around mcount()) through the register ftrace_call_replace()
/linux-4.1.27/crypto/
H A Dcrc32.c157 MODULE_DESCRIPTION("CRC32 calculations wrapper for lib/crc32");
H A Dcrc32c_generic.c171 MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations wrapper for lib/crc32c");
H A Dpcrypt.c2 * pcrypt - Parallel crypto wrapper.
567 MODULE_DESCRIPTION("Parallel crypto wrapper");
H A Dauthenc.c2 * Authenc: Simple AEAD wrapper for IPsec
723 MODULE_DESCRIPTION("Simple AEAD wrapper for IPsec");
H A Dauthencesn.c2 * authencesn.c - AEAD wrapper for IPsec with extended sequence numbers,
816 MODULE_DESCRIPTION("AEAD wrapper for IPsec with extended sequence numbers");
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dstb6100_proc.h2 STB6100 Silicon Tuner wrapper
/linux-4.1.27/arch/s390/boot/compressed/
H A Dmisc.c2 * Definitions and wrapper functions for kernel decompressor
/linux-4.1.27/arch/powerpc/kvm/
H A Dtiming.h102 /* wrapper to set exit time and account for it in kvm_stats */ kvmppc_account_exit()
H A De500.c342 /* 4K map for serial output. Used by kernel wrapper. */ kvmppc_e500_tlb_setup()
/linux-4.1.27/arch/arc/include/asm/
H A Dcacheflush.h91 * Simple wrapper over config option
/linux-4.1.27/sound/core/seq/
H A Dseq_compat.c2 * 32bit -> 64bit ioctl wrapper for sequencer API
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dnrs_fifo.c33 * a logical wrapper around previous, non-NRS functionality. It is used as the
58 * The FIFO policy is a logical wrapper around previous, non-NRS functionality.
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_user_pages.c94 * ipath_map_page - a safety wrapper around pci_map_page()
126 * ipath_map_single - a safety wrapper around pci_map_single()
/linux-4.1.27/arch/x86/kernel/
H A Dsetup_percpu.c86 * pcpu_alloc_bootmem - NUMA friendly alloc_bootmem wrapper for percpu
91 * Allocate @size bytes aligned at @align for cpu @cpu. This wrapper
/linux-4.1.27/drivers/clk/keystone/
H A Dpll.c228 * of_keystone_pll_clk_init - PLL initialisation DT wrapper
239 * of_keystone_pll_main_clk_init - Main PLL initialisation DT wrapper
/linux-4.1.27/security/apparmor/
H A Dlsm.c154 * common_perm - basic common permission check wrapper fn for paths
176 * common_perm_dir_dentry - common permission wrapper when path is dir, dentry
195 * common_perm_mnt_dentry - common permission wrapper when mnt, dentry
215 * common_perm_rm - common permission wrapper for operations doing rm
239 * common_perm_create - common permission wrapper for operations doing create
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h98 /* wrapper around a pointer to a socket buffer,
/linux-4.1.27/drivers/mfd/
H A Dmt6397-core.c176 * mt6397 MFD is child device of soc pmic wrapper. mt6397_probe()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c89 * qib_map_page - a safety wrapper around pci_map_page()
/linux-4.1.27/drivers/clk/versatile/
H A Dclk-icst.c25 * struct clk_icst - ICST VCO clock wrapper
/linux-4.1.27/arch/x86/boot/
H A Dcpucheck.c17 * additional wrapper.
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-jtag.c106 * chain. This function is a convience wrapper around
/linux-4.1.27/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_cpm2.c85 "SMC pram, using boot loader/wrapper pram mapping. " cpm_uart_map_pram()
/linux-4.1.27/drivers/tty/serial/
H A Dearlycon.c177 /* early_param wrapper for setup_earlycon() */ param_setup_earlycon()
/linux-4.1.27/fs/ntfs/
H A Dmft.h90 * This is just a wrapper for write_mft_record_nolock() (see mft.c), which
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dhdmi_wp.c2 * HDMI wrapper
H A Dhdmi.h286 /* HDMI wrapper funcs */
/linux-4.1.27/arch/sh/include/mach-sdk7786/mach/
H A Dfpga.h140 * A convenience wrapper from register offset to internal I2C address,
/linux-4.1.27/arch/arm/mach-exynos/
H A Dpm_domains.c30 * Exynos specific wrapper around the generic power domain
/linux-4.1.27/net/dns_resolver/
H A Ddns_query.c12 * The upcall wrapper used to make an arbitrary DNS query.
/linux-4.1.27/include/linux/can/
H A Ddev.h137 /* a candev safe wrapper around netdev_priv */
/linux-4.1.27/drivers/mtd/
H A Dssfdc.c151 /* Read physical sector (wrapper to MTD_READ) */ read_physical_sector()
166 /* Read redundancy area (wrapper to MTD_READ_OOB */ read_raw_oob()
/linux-4.1.27/arch/tile/kernel/
H A Dhvglue_trace.c18 * provide our own wrapper versions.
139 * Provide macros based on <linux/syscalls.h> to provide a wrapper
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c383 * vmw_fops_poll - wrapper around the drm_poll function
403 * vmw_fops_read - wrapper around the drm_read function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dlv1call.h213 * inline call wrapper and an underscored HV call declaration. The
214 * wrapper can be used to instrument the lv1 call interface. The
H A Dpmac_feature.h142 * Use this inline wrapper
/linux-4.1.27/fs/ubifs/
H A Ddir.c473 * lock_2_inodes - a wrapper for locking two UBIFS inodes.
479 * wrapper function.
488 * unlock_2_inodes - a wrapper for unlocking two UBIFS inodes.
931 * lock_3_inodes - a wrapper for locking three UBIFS inodes.
941 * wrapper function.
954 * unlock_3_inodes - a wrapper for unlocking three UBIFS inodes for rename.
/linux-4.1.27/drivers/irqchip/
H A Dirq-metag-ext.c222 * For use by wrapper IRQ drivers
226 * meta_intc_mask_irq_simple() - minimal mask used by wrapper IRQ drivers
229 * This should be called by any wrapper IRQ driver mask functions. it doesn't do
240 * meta_intc_unmask_irq_simple() - minimal unmask used by wrapper IRQ drivers
243 * This should be called by any wrapper IRQ driver unmask functions. it doesn't
/linux-4.1.27/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c34 /* macro for wrapper status */
50 /* macro for device wrapper default value */
63 /* macro for slave device wrapper registers */
/linux-4.1.27/drivers/s390/cio/
H A Dccwgroup.c558 * This function is mainly a wrapper around driver_register().
578 * This function is mainly a wrapper around driver_unregister().
H A Dcss.c1272 * This is mainly a wrapper around driver_register that sets name
1286 * This is a wrapper around driver_unregister.
/linux-4.1.27/drivers/usb/dwc3/
H A Ddwc3-omap.c405 * For OMAP5(ES2.0) and AM437x wrapper revision is same, even dwc3_omap_map_offset()
406 * though there are changes in wrapper register offsets. dwc3_omap_map_offset()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx.h337 * Simple wrapper for POP instruction.
352 * Simple wrapper for DPOP instruction.
H A Dcvmx-pip.h301 * @deprecated This function is a thin wrapper around the Pass1 version
/linux-4.1.27/drivers/net/can/softing/
H A Dsofting_cs.c227 * platform_device wrapper
/linux-4.1.27/drivers/media/radio/si4713/
H A Dradio-platform-si4713.c87 * we are just a wrapper for v4l2_sub_devs.
/linux-4.1.27/drivers/reset/
H A Dcore.c286 * Convenience wrapper for reset_control_get() and reset_control_reset().
/linux-4.1.27/arch/um/drivers/
H A Dchan_user.c36 /* XXX Trivial wrapper around write */
/linux-4.1.27/arch/x86/ia32/
H A Dsys_ia32.c193 * done by a generic wrapper.
/linux-4.1.27/drivers/block/paride/
H A Dbpck6.c15 This is Ken's linux wrapper for the PPC library
/linux-4.1.27/fs/ocfs2/cluster/
H A Dmasklog.h26 * For now this is a trivial wrapper around printk() that gives the critical
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-bitset.h14 * This bitset type is a thin wrapper round a dm_array of 64bit words. It
/linux-4.1.27/arch/sh/kernel/cpu/
H A Dinit.c42 * Generic wrapper for command line arguments to disable on-chip
/linux-4.1.27/arch/hexagon/kernel/
H A Dhead.S130 * The subroutine wrapper around the virtual instruction touches
/linux-4.1.27/arch/m68k/kernel/
H A Dprocess.c122 * go for calling do_fork() directly from the wrapper, but only after we
/linux-4.1.27/arch/arm/include/asm/
H A Dopcodes.h191 * should use them to define human-readable wrapper macros to encode the
/linux-4.1.27/net/wireless/
H A Dwext-priv.c82 * It's not as nice and slimline as the standard wrapper. The cause
/linux-4.1.27/samples/seccomp/
H A Dbpf-helper.h2 * Example wrapper around BPF macros.
/linux-4.1.27/arch/s390/kernel/
H A Dipl.c632 /* NSS wrapper */ reipl_nss_vmparm_show()
646 /* CCW wrapper */ reipl_ccw_vmparm_show()
776 /* FCP wrapper */ reipl_fcp_loadparm_show()
814 /* NSS wrapper */ reipl_nss_loadparm_show()
828 /* CCW wrapper */ reipl_ccw_loadparm_show()
H A Dcompat_linux.c474 * 31 bit emulation wrapper functions for sys_fadvise64/fadvise64_64.
H A Dcompat_wrapper.c47 * Note: since the wrapper function will afterwards call a system call which
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_net.h451 struct lustre_msg *rs_repbuf; /* wrapper */
453 int rs_repbuf_len; /* wrapper buf length */
455 int rs_repdata_len; /* wrapper msg length */
1151 * This policy is a logical wrapper around previous, non-NRS functionality.
1406 struct lustre_msg *rq_reqbuf; /* req wrapper */
1408 struct lustre_msg *rq_repdata; /* rep wrapper msg */
1410 int rq_reqbuf_len; /* req wrapper buf len */
1411 int rq_reqdata_len; /* req wrapper msg len */
1413 int rq_repdata_len; /* rep wrapper msg len */
/linux-4.1.27/drivers/dma-buf/
H A Ddma-buf.c477 * mapped into _device_ address space. Is a wrapper for map_dma_buf() of the
505 * deallocate the scatterlist associated. Is a wrapper for unmap_dma_buf() of
/linux-4.1.27/include/linux/ssb/
H A Dssb.h614 * This API basically is a wrapper that calls the correct DMA API for
632 /* PCI-host wrapper driver */
/linux-4.1.27/arch/ia64/sn/pci/
H A Dtioca_provider.c508 * This is the main wrapper for mapping host physical pages to CA PCI space.
549 * Handle a CA error interrupt. Simply a wrapper around a SAL call which
H A Dtioce_provider.c519 * This is the main wrapper for mapping host physical pages to CE PCI space.
671 * Handle a CE error interrupt. Simply a wrapper around a SAL call which
/linux-4.1.27/arch/arc/mm/
H A Dcache_arc700.c598 /* wrapper to compile time eliminate alignment checks in flush loop */ __inv_icache_page()
605 * wrapper to clearout kernel or userspace mappings of a page
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000.h148 /* wrapper around a pointer to a socket buffer,
/linux-4.1.27/drivers/net/wireless/libertas/
H A Ddefs.h257 * times, miniport driver (driver) will report this event to wrapper
/linux-4.1.27/drivers/pci/host/
H A Dpci-dra7xx.c29 /* PCIe controller wrapper DRA7XX configuration registers */
/linux-4.1.27/arch/x86/lguest/
H A Dhead_32.S69 * the wrapper functions.
/linux-4.1.27/arch/tile/mm/
H A Dhomecache.c91 * This wrapper function around hv_flush_remote() does several things:
/linux-4.1.27/fs/xfs/
H A Dxfs_linux.h178 * XFS wrapper structure for sysfs support. It depends on external data
/linux-4.1.27/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h201 * struct samsung_pinctrl_drv_data: wrapper for holding driver data together.
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dreconfig.c122 * in-kernel wrapper for the RTAS ibm,configure-connector call.
/linux-4.1.27/arch/mips/kernel/
H A Dvpe-mt.c176 /* module wrapper entry points */
/linux-4.1.27/arch/parisc/include/asm/
H A Dpdc.h264 /* wrapper-functions from pdc.c */
/linux-4.1.27/arch/powerpc/
H A DMakefile17 # Set default 32 bits cross compilers for vdso and boot wrapper
/linux-4.1.27/fs/ecryptfs/
H A Dfile.c41 * inode. This function is a wrapper to generic_file_read. It
/linux-4.1.27/net/bluetooth/
H A Dselftest.c249 * wrapper to allow running this at module init.
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c194 * A wrapper to acquire access rights to the correct PHY.
208 * A wrapper to release access rights to the correct PHY.
1025 * Essentially a wrapper for setting up all things "copper" related.
/linux-4.1.27/drivers/regulator/
H A Dti-abb-regulator.c122 * ti_abb_rmw() - handy wrapper to set specific register bits
142 * ti_abb_check_txdone() - handy wrapper to check ABB tranxdone status
153 * ti_abb_clear_txdone() - handy wrapper to clear ABB tranxdone status
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_dsps.c79 * DSPS musb wrapper register offset.
80 * FIXME: This should be expanded to have all the wrapper registers from TI DSPS
144 const struct dsps_musb_wrapper *wrp; /* wrapper register offsets */
/linux-4.1.27/drivers/usb/storage/
H A Dene_ub6250.c685 /* set up the command wrapper */ sd_scsi_read()
725 /* set up the command wrapper */ sd_scsi_write()
1661 /* set up the command wrapper */ ms_scsi_read()
1705 /* set up the command wrapper */ ms_scsi_read()
1762 /* set up the command wrapper */ ms_scsi_write()
H A Drealtek_cr.c220 /* set up the command wrapper */ rts51x_bulk_transport()
306 /* set up the command wrapper */ rts51x_bulk_transport_special()
/linux-4.1.27/arch/tile/include/gxio/
H A Dmpipe.h42 * designed to be a minimal wrapper around the mPIPE hardware, making
171 * - Higher level wrapper functions to provide common initialization
1032 * The gxio library provides wrapper functions that manage the head and
1071 * interface plus a simple wrapper for use in posting
1496 * This is a convenience wrapper around
1571 * This is a convenience wrapper around
/linux-4.1.27/drivers/scsi/mpt2sas/
H A Dmpt2sas_config.c183 * A wrapper for obtaining dma-able memory for config page request.
210 * _config_free_config_dma_memory - wrapper to free the memory
214 * A wrapper to free dma-able memory when using _config_alloc_config_dma_memory.
/linux-4.1.27/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c183 * A wrapper for obtaining dma-able memory for config page request.
210 * _config_free_config_dma_memory - wrapper to free the memory
214 * A wrapper to free dma-able memory when using _config_alloc_config_dma_memory.
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_pool.c569 * Pool recalc wrapper. Will call either client or server pool recalc callback
617 * Pool shrink wrapper. Will call either client or server pool recalc callback
644 * Pool setup wrapper. Will call either client or server pool recalc callback
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dtest-core.c149 * __kprobes_test_case_start() is an assembler wrapper which sets up space
153 * kprobes and returns a value which causes the assembler wrapper to jump
169 * an assembler wrapper which switches back to the ISA used by the test
/linux-4.1.27/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c355 * This wrapper is done to preserve error path for ssp_irq_msg, also ssp_irq_thread_fn()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb.h187 /* wrapper around a pointer to a socket buffer,
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h52 /* wrapper around a pointer to a socket buffer,
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h281 /* wrapper around endpoint-specific packets */
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_isr.c126 * csio_fwevt_isr() - INTx wrapper for handling FW events.
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_qdio.c487 * wrapper function sets a flag to ensure hardware logging is only
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_btree.h30 * Generic key, ptr and record wrapper structures.
/linux-4.1.27/drivers/virtio/
H A Dvirtio_pci_common.c79 /* A small wrapper to also acknowledge the interrupt when it's handled.
/linux-4.1.27/fs/hpfs/
H A Danode.c327 /* Just a wrapper around hpfs_bplus_lookup .. used for reading eas */
/linux-4.1.27/fs/nfs/
H A Dnfs4_fs.h330 * Special wrapper to nfs4_state_protect for write.
/linux-4.1.27/include/net/
H A Dgenetlink.h234 * Cf. nl_dump_check_consistent(), this just provides a wrapper to make it
/linux-4.1.27/include/sound/
H A Dcore.h319 * snd_printk - printk wrapper
/linux-4.1.27/include/linux/mtd/
H A Dubi.h134 * ubi_sgl is a wrapper around a scatter list which keeps track of the
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c2 * linux/arch/arm64/crypto/aes-glue.c - wrapper code for ARMv8 AES
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c2 * aes-ce-glue.c - wrapper code for ARMv8 AES
/linux-4.1.27/arch/alpha/kernel/
H A Dcore_t2.c176 * primitives in the wrapper functions pci_{read,write}_config_*()
/linux-4.1.27/net/mac80211/
H A Dmesh.h240 /* wrapper for ieee80211_bss_info_change_notify() */
/linux-4.1.27/lib/
H A Ddecompress_unxz.c246 * This wrapper will automatically choose single-call or multi-call mode
/linux-4.1.27/drivers/misc/ti-st/
H A Dst_core.c61 * This is a wrapper function to tty->ops->write_room.
80 * This is the internal write function - a wrapper
/linux-4.1.27/drivers/media/rc/
H A Dene_ir.c509 /* Enable the device for receive - wrapper to track the state*/ ene_rx_enable()
528 /* Disable the device receiver - wrapper to track the state */ ene_rx_disable()
/linux-4.1.27/drivers/parisc/
H A Dpdc_stable.c442 * pdcspath_attr_show - Generic read function call wrapper.
461 * pdcspath_attr_store - Generic write function call wrapper.
/linux-4.1.27/drivers/pcmcia/
H A Dpcmcia_resource.c692 * pcmcia_request_irq() is a wrapper around request_irq() which allows
721 * pcmcia_request_exclusive_irq() is a wrapper around request_irq() which
/linux-4.1.27/drivers/dma/
H A Ds3c24xx-dma.c159 * struct s3c24xx_txd - wrapper for struct dma_async_tx_descriptor
1091 * Make a local wrapper to hold required data
/linux-4.1.27/arch/x86/platform/efi/
H A Defi.c826 * Call EFI services through wrapper functions. kexec_enter_virtual_mode()
917 * Call EFI services through wrapper functions. __efi_enter_virtual_mode()
/linux-4.1.27/arch/sparc/kernel/
H A Dsmp_64.c1451 * pcpu_alloc_bootmem - NUMA friendly alloc_bootmem wrapper for percpu
1456 * Allocate @size bytes aligned at @align for cpu @cpu. This wrapper
/linux-4.1.27/arch/metag/include/asm/
H A Dmetag_mem.h902 #define PERFCHAN_XBAR_HOLDWRAP 0x5 /* wrapper register */
1019 #define EXPPERF_XBAR_HOLDWRAP 0x5 /* wrapper register */
/linux-4.1.27/drivers/staging/unisys/visorchipset/
H A Dvisorchipset_main.c1473 * Create a parahotplug_request, which is basically a wrapper for a
2052 /* Generic wrapper function for allocating memory from a kmem_cache pool.
2081 /* Generic wrapper function for freeing memory from a kmem_cache pool.
/linux-4.1.27/drivers/tty/vt/
H A Dkeyboard.c1038 * Set the LEDs on a console. This is a wrapper for the VT layer
1051 * Handle console start. This is a wrapper for the VT layer
1074 * Handle console stop. This is a wrapper for the VT layer
/linux-4.1.27/drivers/input/touchscreen/
H A Dsur40.c185 /* command wrapper */ sur40_command()

Completed in 9520 milliseconds

12