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

12

/linux-4.4.14/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.4.14/arch/sh/lib/
H A Ddiv64-generic.c2 * Generic __div64_32 wrapper for __xdiv64_32.
/linux-4.4.14/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()
/linux-4.4.14/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 Dzorro.h118 * driver-specific data. They are really just a wrapper around
H A Drcutree.h39 * wrapper around rcu_note_context_switch(), which allows TINY_RCU
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.h199 * get_dma_buf - convenience wrapper for get_file.
/linux-4.4.14/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.4.14/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.c178 size_t wrapper; pkcs7_get_content_data() local
183 wrapper = want_wrapper ? pkcs7->data_hdrlen : 0; pkcs7_get_content_data()
184 *_data = pkcs7->data - wrapper; pkcs7_get_content_data()
185 *_data_len = pkcs7->data_len + wrapper; pkcs7_get_content_data()
/linux-4.4.14/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.4.14/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.4.14/net/atm/
H A Dsignaling.h18 * sigd_enq is a wrapper for sigd_enq2, covering the more common cases, and
/linux-4.4.14/include/crypto/
H A Dauthenc.h2 * Authenc: Simple AEAD wrapper for IPsec
H A Ddrbg.h185 * This is a wrapper to the kernel crypto API function of
208 * This is a wrapper to the kernel crypto API function of
236 * This is a wrapper to the kernel crypto API function of
/linux-4.4.14/arch/mn10300/boot/
H A DMakefile1 # MN10300 kernel compressor and wrapper
/linux-4.4.14/arch/tile/gxio/
H A Duart.c72 /* UART register write wrapper. */ gxio_uart_write()
81 /* UART register read wrapper. */ gxio_uart_read()
/linux-4.4.14/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.4.14/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) \
410 # clean up files cached by wrapper
416 WRAPPER_OBJDIR := /usr/lib/kernel-wrapper
417 WRAPPER_DTSDIR := /usr/lib/kernel-wrapper/dts
423 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
426 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
458 $(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
297 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
338 "overlaps the address of the wrapper($link_address)"
339 echo "INFO: Fixing the link_address of wrapper to ($round_size)"
416 $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.4.14/drivers/net/ethernet/mellanox/mlx4/
H A 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
1159 .wrapper = mlx4_SW2HW_EQ_wrapper
1168 .wrapper = NULL
1177 .wrapper = NULL
1186 .wrapper = mlx4_CONFIG_DEV_wrapper
1195 .wrapper = mlx4_ALLOC_RES_wrapper
1204 .wrapper = mlx4_FREE_RES_wrapper
1213 .wrapper = mlx4_SW2HW_MPT_wrapper
1222 .wrapper = mlx4_QUERY_MPT_wrapper
1231 .wrapper = mlx4_HW2SW_MPT_wrapper
1240 .wrapper = NULL
1249 .wrapper = mlx4_WRITE_MTT_wrapper
1258 .wrapper = NULL
1267 .wrapper = mlx4_HW2SW_EQ_wrapper
1276 .wrapper = mlx4_QUERY_EQ_wrapper
1285 .wrapper = mlx4_SW2HW_CQ_wrapper
1294 .wrapper = mlx4_HW2SW_CQ_wrapper
1303 .wrapper = mlx4_QUERY_CQ_wrapper
1312 .wrapper = mlx4_MODIFY_CQ_wrapper
1321 .wrapper = mlx4_SW2HW_SRQ_wrapper
1330 .wrapper = mlx4_HW2SW_SRQ_wrapper
1339 .wrapper = mlx4_QUERY_SRQ_wrapper
1348 .wrapper = mlx4_ARM_SRQ_wrapper
1357 .wrapper = mlx4_RST2INIT_QP_wrapper
1366 .wrapper = mlx4_INIT2INIT_QP_wrapper
1375 .wrapper = mlx4_INIT2RTR_QP_wrapper
1384 .wrapper = mlx4_RTR2RTS_QP_wrapper
1393 .wrapper = mlx4_RTS2RTS_QP_wrapper
1402 .wrapper = mlx4_SQERR2RTS_QP_wrapper
1411 .wrapper = mlx4_GEN_QP_wrapper
1420 .wrapper = mlx4_GEN_QP_wrapper
1429 .wrapper = mlx4_SQD2SQD_QP_wrapper
1438 .wrapper = mlx4_SQD2RTS_QP_wrapper
1447 .wrapper = mlx4_2RST_QP_wrapper
1456 .wrapper = mlx4_GEN_QP_wrapper
1465 .wrapper = mlx4_GEN_QP_wrapper
1474 .wrapper = mlx4_GEN_QP_wrapper
1483 .wrapper = mlx4_UPDATE_QP_wrapper
1492 .wrapper = mlx4_CMD_EPERM_wrapper,
1501 .wrapper = mlx4_CMD_EPERM_wrapper,
1510 .wrapper = mlx4_CMD_EPERM_wrapper,
1519 .wrapper = NULL
1528 .wrapper = mlx4_MAD_IFC_wrapper
1537 .wrapper = mlx4_CMD_EPERM_wrapper
1546 .wrapper = mlx4_QUERY_IF_STAT_wrapper
1555 .wrapper = mlx4_ACCESS_REG_wrapper,
1564 .wrapper = mlx4_CMD_EPERM_wrapper,
1574 .wrapper = mlx4_QP_ATTACH_wrapper
1583 .wrapper = mlx4_PROMISC_wrapper
1593 .wrapper = mlx4_SET_VLAN_FLTR_wrapper
1602 .wrapper = mlx4_SET_MCAST_FLTR_wrapper
1611 .wrapper = mlx4_DUMP_ETH_STATS_wrapper
1620 .wrapper = NULL
1630 .wrapper = mlx4_QP_FLOW_STEERING_ATTACH_wrapper
1639 .wrapper = mlx4_QP_FLOW_STEERING_DETACH_wrapper
1648 .wrapper = mlx4_CMD_EPERM_wrapper
1657 .wrapper = mlx4_CMD_EPERM_wrapper
1762 if (cmd->wrapper) { mlx4_master_process_vhcr()
1763 err = cmd->wrapper(dev, slave, vhcr, inbox, outbox, mlx4_master_process_vhcr()
/linux-4.4.14/arch/arc/include/uapi/asm/
H A Dunistd.h13 * That is how the Generic syscall wrapper generator works
/linux-4.4.14/include/asm-generic/
H A Dswitch_to.h1 /* Generic task switch macro wrapper, based on MN10300 definitions.
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbfin_sport.h31 u32 rx32; /* use the anomaly wrapper below */
/linux-4.4.14/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.4.14/include/linux/usb/
H A Dstorage.h52 /* command block wrapper */
68 /* command status wrapper */
/linux-4.4.14/drivers/staging/wilc1000/
H A Dwilc_msgqueue.h6 * @brief Message Queue OS wrapper functionality
8 * @sa wilc_oswrapper.h top level OS wrapper file
H A Dwilc_wfi_cfgoperations.h5 * @sa wilc_oswrapper.h top level OS wrapper file
H A Dlinux_mon.c3 * @brief File Operations OS wrapper functionality
/linux-4.4.14/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.h420 * Configuration structure wrapper around the
472 * Configuration structure wrapper around the
/linux-4.4.14/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.4.14/drivers/isdn/hardware/eicon/
H A Ddiva_dma.h39 Functionality to be implemented by OS wrapper
/linux-4.4.14/drivers/net/irda/
H A Dbfin_sir.h22 #include <net/irda/wrapper.h>
/linux-4.4.14/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.4.14/include/keys/
H A Duser-type.h29 * payload wrapper
/linux-4.4.14/arch/mips/include/asm/
H A Dinst.h18 /* In case some other massaging is needed, keep MIPSInst as wrapper */
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dstat.h41 * this way, we don't have a wrapper in the kernel.
/linux-4.4.14/sound/soc/samsung/
H A Ddmaengine.c2 * dmaengine.c - Samsung dmaengine wrapper
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/ssb/
H A Dpcihost_wrapper.c3 * PCI Hostdevice wrapper
/linux-4.4.14/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.4.14/arch/x86/boot/compressed/
H A Dmkpiggy.c25 * a small assembly wrapper with the appropriate symbols defined.
/linux-4.4.14/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.4.14/arch/arm/include/asm/mach/
H A Dpci.h64 * Compatibility wrapper for older platforms that do not care about
/linux-4.4.14/tools/perf/
H A DMakefile2 # This is a simple wrapper Makefile that calls the main Makefile.perf
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_fb_helper.c778 * A wrapper around unregister_framebuffer, to release the fb_info
829 * drm_fb_helper_unlink_fbi - wrapper around unlink_framebuffer
832 * A wrapper around unlink_framebuffer implemented by fbdev core
842 * drm_fb_helper_sys_read - wrapper around fb_sys_read
848 * A wrapper around fb_sys_read implemented by fbdev core
858 * drm_fb_helper_sys_write - wrapper around fb_sys_write
864 * A wrapper around fb_sys_write implemented by fbdev core
874 * drm_fb_helper_sys_fillrect - wrapper around sys_fillrect
878 * A wrapper around sys_fillrect implemented by fbdev core
888 * drm_fb_helper_sys_copyarea - wrapper around sys_copyarea
892 * A wrapper around sys_copyarea implemented by fbdev core
902 * drm_fb_helper_sys_imageblit - wrapper around sys_imageblit
906 * A wrapper around sys_imageblit implemented by fbdev core
916 * drm_fb_helper_cfb_fillrect - wrapper around cfb_fillrect
920 * A wrapper around cfb_imageblit implemented by fbdev core
930 * drm_fb_helper_cfb_copyarea - wrapper around cfb_copyarea
934 * A wrapper around cfb_copyarea implemented by fbdev core
944 * drm_fb_helper_cfb_imageblit - wrapper around cfb_imageblit
948 * A wrapper around cfb_imageblit implemented by fbdev core
958 * drm_fb_helper_set_suspend - wrapper around fb_set_suspend
962 * A wrapper around fb_set_suspend implemented by fbdev core
/linux-4.4.14/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
220 * watchdog_get_timeleft: wrapper to get the time left before a reboot
/linux-4.4.14/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.4.14/drivers/media/dvb-frontends/
H A Dstb6100_proc.h2 STB6100 Silicon Tuner wrapper
H A Dm88ds3103.h72 /* private: For legacy media attach wrapper. Do not set value. */
/linux-4.4.14/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 Dauthenc.c2 * Authenc: Simple AEAD wrapper for IPsec
504 MODULE_DESCRIPTION("Simple AEAD wrapper for IPsec");
H A Dauthencesn.c2 * authencesn.c - AEAD wrapper for IPsec with extended sequence numbers,
519 MODULE_DESCRIPTION("AEAD wrapper for IPsec with extended sequence numbers");
H A Dpcrypt.c2 * pcrypt - Parallel crypto wrapper.
519 MODULE_DESCRIPTION("Parallel crypto wrapper");
H A Dskcipher.c4 * Generic encrypt/decrypt wrapper for ciphers, handles operations across
/linux-4.4.14/arch/arc/include/asm/
H A Dcacheflush.h89 * Simple wrapper over config option
/linux-4.4.14/sound/core/seq/
H A Dseq_compat.c2 * 32bit -> 64bit ioctl wrapper for sequencer API
/linux-4.4.14/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.c343 /* 4K map for serial output. Used by kernel wrapper. */ kvmppc_e500_tlb_setup()
/linux-4.4.14/arch/s390/boot/compressed/
H A Dmisc.c2 * Definitions and wrapper functions for kernel decompressor
/linux-4.4.14/arch/metag/kernel/
H A Dftrace.c36 * (Meta's wrapper around mcount()) through the register ftrace_call_replace()
/linux-4.4.14/tools/perf/bench/
H A Dfutex.h16 * futex() - SYS_futex syscall wrapper
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_user_pages.c93 * ipath_map_page - a safety wrapper around pci_map_page()
125 * ipath_map_single - a safety wrapper around pci_map_single()
/linux-4.4.14/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.4.14/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.4.14/drivers/clk/keystone/
H A Dpll.c227 * of_keystone_pll_clk_init - PLL initialisation DT wrapper
238 * of_keystone_pll_main_clk_init - Main PLL initialisation DT wrapper
/linux-4.4.14/security/apparmor/
H A Dlsm.c144 * common_perm - basic common permission check wrapper fn for paths
166 * common_perm_dir_dentry - common permission wrapper when path is dir, dentry
185 * common_perm_mnt_dentry - common permission wrapper when mnt, dentry
205 * common_perm_rm - common permission wrapper for operations doing rm
229 * common_perm_create - common permission wrapper for operations doing create
/linux-4.4.14/drivers/dma/ioat/
H A Ddma.h144 * struct ioat_sed_ent - wrapper around super extended hardware descriptor
158 * struct ioat_ring_ent - wrapper around hardware descriptor
207 /* wrapper around hardware descriptor format + additional software fields */
/linux-4.4.14/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.4.14/drivers/tty/serial/
H A Dearlycon.c181 /* early_param wrapper for setup_earlycon() */ param_setup_earlycon()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Duser_pages.c106 * hfi1_map_page - a safety wrapper around pci_map_page()
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c89 * qib_map_page - a safety wrapper around pci_map_page()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h98 /* wrapper around a pointer to a socket buffer,
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/
H A Dgpu_scheduler.h39 * A scheduler entity is a wrapper around a job queue or a group
/linux-4.4.14/drivers/clk/versatile/
H A Dclk-icst.c26 * struct clk_icst - ICST VCO clock wrapper
/linux-4.4.14/arch/x86/boot/
H A Dcpucheck.c17 * additional wrapper.
/linux-4.4.14/net/dns_resolver/
H A Ddns_query.c12 * The upcall wrapper used to make an arbitrary DNS query.
/linux-4.4.14/fs/ntfs/
H A Dmft.h90 * This is just a wrapper for write_mft_record_nolock() (see mft.c), which
/linux-4.4.14/include/linux/can/
H A Ddev.h138 /* a candev safe wrapper around netdev_priv */
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1300.h133 * the boards' gpio.h must provide the linux gpio wrapper functions,
/linux-4.4.14/arch/sh/include/mach-sdk7786/mach/
H A Dfpga.h140 * A convenience wrapper from register offset to internal I2C address,
/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-jtag.c106 * chain. This function is a convience wrapper around
/linux-4.4.14/arch/arm/mach-exynos/
H A Dpm_domains.c30 * Exynos specific wrapper around the generic power domain
/linux-4.4.14/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.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c409 * vmw_fops_poll - wrapper around the drm_poll function
429 * vmw_fops_read - wrapper around the drm_read function
/linux-4.4.14/arch/tile/kernel/
H A Dhvglue_trace.c18 * provide our own wrapper versions.
141 * Provide macros based on <linux/syscalls.h> to provide a wrapper
/linux-4.4.14/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.4.14/fs/ubifs/
H A Ddir.c474 * lock_2_inodes - a wrapper for locking two UBIFS inodes.
480 * wrapper function.
489 * unlock_2_inodes - a wrapper for unlocking two UBIFS inodes.
930 * lock_3_inodes - a wrapper for locking three UBIFS inodes.
940 * wrapper function.
953 * unlock_3_inodes - a wrapper for unlocking three UBIFS inodes for rename.
/linux-4.4.14/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.4.14/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.4.14/drivers/usb/dwc2/
H A Dplatform.c151 * A wrapper for platform code responsible for controlling
193 * A wrapper for platform code responsible for controlling
/linux-4.4.14/drivers/usb/dwc3/
H A Ddwc3-omap.c369 * For OMAP5(ES2.0) and AM437x wrapper revision is same, even dwc3_omap_map_offset()
370 * though there are changes in wrapper register offsets. dwc3_omap_map_offset()
/linux-4.4.14/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.c1267 * This is mainly a wrapper around driver_register that sets name
1281 * This is a wrapper around driver_unregister.
/linux-4.4.14/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.4.14/drivers/reset/
H A Dcore.c286 * Convenience wrapper for reset_control_get() and reset_control_reset().
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dhdmi.h286 /* HDMI wrapper funcs */
H A Dhdmi_wp.c2 * HDMI wrapper
/linux-4.4.14/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.4.14/drivers/net/can/softing/
H A Dsofting_cs.c227 * platform_device wrapper
/linux-4.4.14/drivers/media/radio/si4713/
H A Dradio-platform-si4713.c87 * we are just a wrapper for v4l2_sub_devs.
/linux-4.4.14/drivers/mfd/
H A Dmt6397-core.c241 * mt6397 MFD is child device of soc pmic wrapper. mt6397_probe()
/linux-4.4.14/arch/um/drivers/
H A Dchan_user.c36 /* XXX Trivial wrapper around write */
/linux-4.4.14/arch/x86/ia32/
H A Dsys_ia32.c193 * done by a generic wrapper.
/linux-4.4.14/drivers/block/paride/
H A Dbpck6.c15 This is Ken's linux wrapper for the PPC library
/linux-4.4.14/net/wireless/
H A Dwext-priv.c82 * It's not as nice and slimline as the standard wrapper. The cause
/linux-4.4.14/samples/seccomp/
H A Dbpf-helper.h2 * Example wrapper around BPF macros.
/linux-4.4.14/fs/ocfs2/cluster/
H A Dmasklog.h26 * For now this is a trivial wrapper around printk() that gives the critical
/linux-4.4.14/arch/sh/kernel/cpu/
H A Dinit.c42 * Generic wrapper for command line arguments to disable on-chip
/linux-4.4.14/arch/m68k/kernel/
H A Dprocess.c122 * go for calling do_fork() directly from the wrapper, but only after we
/linux-4.4.14/arch/hexagon/kernel/
H A Dhead.S130 * The subroutine wrapper around the virtual instruction touches
/linux-4.4.14/arch/arm/include/asm/
H A Dopcodes.h191 * should use them to define human-readable wrapper macros to encode the
/linux-4.4.14/drivers/firmware/
H A Draspberrypi.c136 * This is a convenience wrapper around
/linux-4.4.14/tools/testing/selftests/futex/include/
H A Dfutextest.h55 * futex() - SYS_futex syscall wrapper
/linux-4.4.14/arch/s390/kernel/
H A Dipl.c667 /* NSS wrapper */ reipl_nss_vmparm_show()
681 /* CCW wrapper */ reipl_ccw_vmparm_show()
804 /* FCP wrapper */ reipl_fcp_loadparm_show()
840 /* NSS wrapper */ reipl_nss_loadparm_show()
854 /* 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.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_net.h449 struct lustre_msg *rs_repbuf; /* wrapper */
451 int rs_repbuf_len; /* wrapper buf length */
453 int rs_repdata_len; /* wrapper msg length */
1145 * This policy is a logical wrapper around previous, non-NRS functionality.
1400 struct lustre_msg *rq_reqbuf; /* req wrapper */
1402 struct lustre_msg *rq_repdata; /* rep wrapper msg */
1404 int rq_reqbuf_len; /* req wrapper buf len */
1405 int rq_reqdata_len; /* req wrapper msg len */
1407 int rq_repdata_len; /* rep wrapper msg len */
/linux-4.4.14/include/linux/ssb/
H A Dssb.h620 * This API basically is a wrapper that calls the correct DMA API for
638 /* PCI-host wrapper driver */
/linux-4.4.14/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
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_api.c1102 * only and is a wrapper for _scif_send().
1163 * only and is a wrapper for _scif_recv().
1224 * a wrapper for _scif_send().
1266 * a wrapper for _scif_recv().
/linux-4.4.14/drivers/net/wireless/libertas/
H A Ddefs.h257 * times, miniport driver (driver) will report this event to wrapper
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000.h148 /* wrapper around a pointer to a socket buffer,
/linux-4.4.14/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h201 * struct samsung_pinctrl_drv_data: wrapper for holding driver data together.
/linux-4.4.14/arch/tile/mm/
H A Dhomecache.c91 * This wrapper function around hv_flush_remote() does several things:
/linux-4.4.14/arch/x86/entry/
H A Dentry_64_compat.S260 * take long arguments a wrapper is needed. Most calls can just be called
/linux-4.4.14/arch/x86/lguest/
H A Dhead_32.S69 * the wrapper functions.
/linux-4.4.14/net/bluetooth/
H A Dselftest.c249 * wrapper to allow running this at module init.
/linux-4.4.14/fs/ecryptfs/
H A Dfile.c41 * inode. This function is a wrapper to generic_file_read. It
/linux-4.4.14/fs/xfs/
H A Dxfs_linux.h164 * XFS wrapper structure for sysfs support. It depends on external data
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dreconfig.c92 * in-kernel wrapper for the RTAS ibm,configure-connector call.
/linux-4.4.14/arch/mips/kernel/
H A Dvpe-mt.c176 /* module wrapper entry points */
/linux-4.4.14/arch/parisc/include/asm/
H A Dpdc.h264 /* wrapper-functions from pdc.c */
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/comedi/
H A Ddrivers.c239 * wrapper.
981 * This is usually called from a wrapper function in a bus-specific COMEDI
1060 * This is usually called from a wrapper module in a bus-specific COMEDI
/linux-4.4.14/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.4.14/drivers/usb/storage/
H A Dene_ub6250.c688 /* set up the command wrapper */ sd_scsi_read()
728 /* set up the command wrapper */ sd_scsi_write()
1664 /* set up the command wrapper */ ms_scsi_read()
1708 /* set up the command wrapper */ ms_scsi_read()
1765 /* set up the command wrapper */ ms_scsi_write()
H A Drealtek_cr.c223 /* set up the command wrapper */ rts51x_bulk_transport()
309 /* set up the command wrapper */ rts51x_bulk_transport_special()
/linux-4.4.14/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.4.14/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c181 * A wrapper for obtaining dma-able memory for config page request.
208 * _config_free_config_dma_memory - wrapper to free the memory
212 * A wrapper to free dma-able memory when using _config_alloc_config_dma_memory.
/linux-4.4.14/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.4.14/drivers/s390/scsi/
H A Dzfcp_qdio.c487 * wrapper function sets a flag to ensure hardware logging is only
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_isr.c126 * csio_fwevt_isr() - INTx wrapper for handling FW events.
/linux-4.4.14/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.4.14/drivers/net/ethernet/intel/igb/
H A Digb.h187 /* wrapper around a pointer to a socket buffer,
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h52 /* wrapper around a pointer to a socket buffer,
/linux-4.4.14/drivers/pci/host/
H A Dpci-dra7xx.c30 /* PCIe controller wrapper DRA7XX configuration registers */
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h281 /* wrapper around endpoint-specific packets */
/linux-4.4.14/arch/alpha/kernel/
H A Dcore_t2.c176 * primitives in the wrapper functions pci_{read,write}_config_*()
/linux-4.4.14/fs/hpfs/
H A Danode.c327 /* Just a wrapper around hpfs_bplus_lookup .. used for reading eas */
/linux-4.4.14/fs/nfs/
H A Dnfs4_fs.h333 * Special wrapper to nfs4_state_protect for write.
/linux-4.4.14/lib/
H A Ddecompress_unxz.c246 * This wrapper will automatically choose single-call or multi-call mode
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_btree.h30 * Generic key, ptr and record wrapper structures.
/linux-4.4.14/include/net/
H A Dgenetlink.h233 * Cf. nl_dump_check_consistent(), this just provides a wrapper to make it
/linux-4.4.14/include/sound/
H A Dcore.h315 * snd_printk - printk wrapper
/linux-4.4.14/include/linux/mtd/
H A Dubi.h134 * ubi_sgl is a wrapper around a scatter list which keeps track of the
/linux-4.4.14/arch/powerpc/
H A DMakefile17 # Set default 32 bits cross compilers for vdso and boot wrapper
/linux-4.4.14/arch/arm64/crypto/
H A Daes-glue.c2 * linux/arch/arm64/crypto/aes-glue.c - wrapper code for ARMv8 AES
/linux-4.4.14/arch/arm/crypto/
H A Daes-ce-glue.c2 * aes-ce-glue.c - wrapper code for ARMv8 AES
/linux-4.4.14/net/mac80211/
H A Dmesh.h244 /* wrapper for ieee80211_bss_info_change_notify() */
/linux-4.4.14/drivers/virtio/
H A Dvirtio_pci_common.c79 /* A small wrapper to also acknowledge the interrupt when it's handled.
/linux-4.4.14/tools/testing/selftests/seccomp/
H A Dtest_harness.h296 /* Exports a simple wrapper to run the test harness. */
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_pool.c373 * Pool recalc wrapper. Will call either client or server pool recalc callback
421 * Pool shrink wrapper. Will call either client or server pool recalc callback
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/pcmcia/
H A Dpcmcia_resource.c691 * pcmcia_request_irq() is a wrapper around request_irq() which allows
720 * pcmcia_request_exclusive_irq() is a wrapper around request_irq() which
/linux-4.4.14/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.4.14/drivers/dma-buf/
H A Ddma-buf.c486 * mapped into _device_ address space. Is a wrapper for map_dma_buf() of the
514 * deallocate the scatterlist associated. Is a wrapper for unmap_dma_buf() of
/linux-4.4.14/arch/x86/platform/efi/
H A Defi.c852 * Call EFI services through wrapper functions. kexec_enter_virtual_mode()
943 * Call EFI services through wrapper functions. __efi_enter_virtual_mode()

Completed in 6172 milliseconds

12