/linux-4.4.14/fs/hfsplus/ |
H A D | Makefile | 8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
H A D | wrapper.c | 2 * linux/fs/hfsplus/wrapper.c
|
H A D | hfsplus_fs.h | 526 /* wrapper.c */
|
/linux-4.4.14/arch/sh/lib/ |
H A D | div64-generic.c | 2 * Generic __div64_32 wrapper for __xdiv64_32.
|
/linux-4.4.14/net/irda/ |
H A D | Makefile | 12 irttp.o irda_device.o irias_object.o wrapper.o af_irda.o \
|
H A D | wrapper.c | 3 * 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 D | irda_device.c | 53 #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 D | delay.h | 19 * mdelay() provides a wrapper to prevent this. For delays greater 20 * than MAX_UDELAY_MS milliseconds, the wrapper is used. Architecture
|
H A D | zorro.h | 118 * driver-specific data. They are really just a wrapper around
|
H A D | rcutree.h | 39 * wrapper around rcu_note_context_switch(), which allows TINY_RCU
|
H A D | kthread.h | 28 * Description: Convenient wrapper for kthread_create() followed by
|
H A D | nfs_page.h | 6 * NFS page cache wrapper.
|
H A D | idr.h | 177 * Simple wrapper around ida_get_new_above() w/ @starting_id of zero.
|
H A D | dio.h | 266 * driver-specific data. They are really just a wrapper around
|
H A D | dma-buf.h | 199 * get_dma_buf - convenience wrapper for get_file.
|
/linux-4.4.14/arch/um/include/shared/ |
H A D | kern.h | 10 * from kernel code and for which writing a wrapper is too much of a pain.
|
/linux-4.4.14/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 123 * 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 D | pkcs7_parser.c | 178 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 D | nandflash.c | 110 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 D | nandflash.c | 108 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 D | signaling.h | 18 * sigd_enq is a wrapper for sigd_enq2, covering the more common cases, and
|
/linux-4.4.14/include/crypto/ |
H A D | authenc.h | 2 * Authenc: Simple AEAD wrapper for IPsec
|
H A D | drbg.h | 185 * 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 D | Makefile | 1 # MN10300 kernel compressor and wrapper
|
/linux-4.4.14/arch/tile/gxio/ |
H A D | uart.c | 72 /* UART register write wrapper. */ gxio_uart_write() 81 /* UART register read wrapper. */ gxio_uart_read()
|
/linux-4.4.14/include/net/irda/ |
H A D | wrapper.h | 3 * Filename: wrapper.h 5 * Description: IrDA SIR async wrapper layer
|
H A D | irmod.h | 94 /* Locking wrapper - Note the inverted logic on irda_lock().
|
/linux-4.4.14/arch/powerpc/boot/ |
H A 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) \ 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 D | bamboo.c | 5 * Based on ebony wrapper:
|
H A D | treeboot-bamboo.c | 5 * Based on ebony wrapper:
|
H A D | wrapper | 48 # 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 D | ps3-hvcall.S | 27 * The routines here marshal arguments between the 32 bit wrapper 30 * wrapper lv1
|
H A D | ps3-head.S | 65 /* Primary delays then goes to _zimage_start in wrapper. */
|
H A D | main.c | 227 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); start()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
H A 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 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 D | unistd.h | 13 * That is how the Generic syscall wrapper generator works
|
/linux-4.4.14/include/asm-generic/ |
H A D | switch_to.h | 1 /* Generic task switch macro wrapper, based on MN10300 definitions.
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | bfin_sport.h | 31 u32 rx32; /* use the anomaly wrapper below */
|
/linux-4.4.14/arch/alpha/lib/ |
H A 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/include/linux/usb/ |
H A D | storage.h | 52 /* command block wrapper */ 68 /* command status wrapper */
|
/linux-4.4.14/drivers/staging/wilc1000/ |
H A D | wilc_msgqueue.h | 6 * @brief Message Queue OS wrapper functionality 8 * @sa wilc_oswrapper.h top level OS wrapper file
|
H A D | wilc_wfi_cfgoperations.h | 5 * @sa wilc_oswrapper.h top level OS wrapper file
|
H A D | linux_mon.c | 3 * @brief File Operations OS wrapper functionality
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
H A D | rt2x00usb.h | 156 * 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 D | rt2x00.h | 420 * Configuration structure wrapper around the 472 * Configuration structure wrapper around the
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | omap_opp_data.h | 60 * Initialization wrapper used to define an OPP for OMAP variants. 71 * Initialization wrapper used to define SmartReflex process data
|
H A D | omap_device.h | 44 * struct omap_device - omap_device wrapper for platform_devices
|
H A D | opp.c | 2 * OMAP SoC specific OPP wrapper function
|
H A D | i2c.c | 125 * XXX This function is a temporary compatibility wrapper - only
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | diva_dma.h | 39 Functionality to be implemented by OS wrapper
|
/linux-4.4.14/drivers/net/irda/ |
H A D | bfin_sir.h | 22 #include <net/irda/wrapper.h>
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | hv_driver.h | 14 * This header defines a wrapper interface for managing hypervisor
|
H A D | homecache.h | 49 /* Support wrapper to use instead of explicit hv_flush_remote(). */
|
/linux-4.4.14/include/keys/ |
H A D | user-type.h | 29 * payload wrapper
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | inst.h | 18 /* In case some other massaging is needed, keep MIPSInst as wrapper */
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 41 * this way, we don't have a wrapper in the kernel.
|
/linux-4.4.14/sound/soc/samsung/ |
H A D | dmaengine.c | 2 * dmaengine.c - Samsung dmaengine wrapper
|
/linux-4.4.14/drivers/bcma/ |
H A D | host_soc.c | 140 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 D | scan.c | 395 /* 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 D | gpio-core.h | 49 * 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 D | cpuidle.c | 25 * 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 D | sys_oabi-compat.c | 36 * 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 D | pcihost_wrapper.c | 3 * PCI Hostdevice wrapper
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | ni_daq_dio24.c | 30 This is just a wrapper around the 8255.o driver to properly handle
|
H A D | 8255.c | 47 * need a separate driver as a wrapper. For those that do work, the
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | mkpiggy.c | 25 * a small assembly wrapper with the appropriate symbols defined.
|
/linux-4.4.14/sound/core/ |
H A D | hwdep_compat.c | 2 * 32bit -> 64bit ioctl wrapper for hwdep API
|
H A D | timer_compat.c | 2 * 32bit -> 64bit ioctl wrapper for timer API
|
H A D | rawmidi_compat.c | 2 * 32bit -> 64bit ioctl wrapper for raw MIDI API
|
/linux-4.4.14/arch/arm/include/asm/mach/ |
H A D | pci.h | 64 * Compatibility wrapper for older platforms that do not care about
|
/linux-4.4.14/tools/perf/ |
H A D | Makefile | 2 # This is a simple wrapper Makefile that calls the main Makefile.perf
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 778 * 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 D | watchdog_dev.c | 57 * 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 D | testusb.c | 295 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 D | stb6100_proc.h | 2 STB6100 Silicon Tuner wrapper
|
H A D | m88ds3103.h | 72 /* private: For legacy media attach wrapper. Do not set value. */
|
/linux-4.4.14/crypto/ |
H A D | crc32.c | 157 MODULE_DESCRIPTION("CRC32 calculations wrapper for lib/crc32");
|
H A D | crc32c_generic.c | 171 MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations wrapper for lib/crc32c");
|
H A D | authenc.c | 2 * Authenc: Simple AEAD wrapper for IPsec 504 MODULE_DESCRIPTION("Simple AEAD wrapper for IPsec");
|
H A D | authencesn.c | 2 * authencesn.c - AEAD wrapper for IPsec with extended sequence numbers, 519 MODULE_DESCRIPTION("AEAD wrapper for IPsec with extended sequence numbers");
|
H A D | pcrypt.c | 2 * pcrypt - Parallel crypto wrapper. 519 MODULE_DESCRIPTION("Parallel crypto wrapper");
|
H A D | skcipher.c | 4 * Generic encrypt/decrypt wrapper for ciphers, handles operations across
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | cacheflush.h | 89 * Simple wrapper over config option
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_compat.c | 2 * 32bit -> 64bit ioctl wrapper for sequencer API
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | timing.h | 102 /* wrapper to set exit time and account for it in kvm_stats */ kvmppc_account_exit()
|
H A D | e500.c | 343 /* 4K map for serial output. Used by kernel wrapper. */ kvmppc_e500_tlb_setup()
|
/linux-4.4.14/arch/s390/boot/compressed/ |
H A D | misc.c | 2 * Definitions and wrapper functions for kernel decompressor
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | ftrace.c | 36 * (Meta's wrapper around mcount()) through the register ftrace_call_replace()
|
/linux-4.4.14/tools/perf/bench/ |
H A D | futex.h | 16 * futex() - SYS_futex syscall wrapper
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_user_pages.c | 93 * 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 D | nrs_fifo.c | 33 * 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 D | setup_percpu.c | 86 * 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 D | pll.c | 227 * 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 D | lsm.c | 144 * 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 D | dma.h | 144 * 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 D | cpm_uart_cpm2.c | 85 "SMC pram, using boot loader/wrapper pram mapping. " cpm_uart_map_pram()
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | earlycon.c | 181 /* early_param wrapper for setup_earlycon() */ param_setup_earlycon()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | user_pages.c | 106 * hfi1_map_page - a safety wrapper around pci_map_page()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_user_pages.c | 89 * qib_map_page - a safety wrapper around pci_map_page()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb.h | 98 /* wrapper around a pointer to a socket buffer,
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
H A D | gpu_scheduler.h | 39 * A scheduler entity is a wrapper around a job queue or a group
|
/linux-4.4.14/drivers/clk/versatile/ |
H A D | clk-icst.c | 26 * struct clk_icst - ICST VCO clock wrapper
|
/linux-4.4.14/arch/x86/boot/ |
H A D | cpucheck.c | 17 * additional wrapper.
|
/linux-4.4.14/net/dns_resolver/ |
H A D | dns_query.c | 12 * The upcall wrapper used to make an arbitrary DNS query.
|
/linux-4.4.14/fs/ntfs/ |
H A D | mft.h | 90 * This is just a wrapper for write_mft_record_nolock() (see mft.c), which
|
/linux-4.4.14/include/linux/can/ |
H A D | dev.h | 138 /* a candev safe wrapper around netdev_priv */
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
H A D | gpio-au1300.h | 133 * the boards' gpio.h must provide the linux gpio wrapper functions,
|
/linux-4.4.14/arch/sh/include/mach-sdk7786/mach/ |
H A D | fpga.h | 140 * A convenience wrapper from register offset to internal I2C address,
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-jtag.c | 106 * chain. This function is a convience wrapper around
|
/linux-4.4.14/arch/arm/mach-exynos/ |
H A D | pm_domains.c | 30 * Exynos specific wrapper around the generic power domain
|
/linux-4.4.14/drivers/mtd/ |
H A D | ssfdc.c | 151 /* 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 D | vmwgfx_ioctl.c | 409 * 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 D | hvglue_trace.c | 18 * 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 D | lv1call.h | 213 * inline call wrapper and an underscored HV call declaration. The 214 * wrapper can be used to instrument the lv1 call interface. The
|
H A D | pmac_feature.h | 142 * Use this inline wrapper
|
/linux-4.4.14/fs/ubifs/ |
H A D | dir.c | 474 * 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 D | irq-metag-ext.c | 222 * 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 D | mtk-pmic-wrap.c | 34 /* 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 D | platform.c | 151 * 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 D | dwc3-omap.c | 369 * 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 D | ccwgroup.c | 558 * This function is mainly a wrapper around driver_register(). 578 * This function is mainly a wrapper around driver_unregister().
|
H A D | css.c | 1267 * 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 D | cvmx.h | 337 * Simple wrapper for POP instruction. 352 * Simple wrapper for DPOP instruction.
|
H A D | cvmx-pip.h | 301 * @deprecated This function is a thin wrapper around the Pass1 version
|
/linux-4.4.14/drivers/reset/ |
H A D | core.c | 286 * Convenience wrapper for reset_control_get() and reset_control_reset().
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | hdmi.h | 286 /* HDMI wrapper funcs */
|
H A D | hdmi_wp.c | 2 * HDMI wrapper
|
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-bitset.h | 14 * 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 D | softing_cs.c | 227 * platform_device wrapper
|
/linux-4.4.14/drivers/media/radio/si4713/ |
H A D | radio-platform-si4713.c | 87 * we are just a wrapper for v4l2_sub_devs.
|
/linux-4.4.14/drivers/mfd/ |
H A D | mt6397-core.c | 241 * mt6397 MFD is child device of soc pmic wrapper. mt6397_probe()
|
/linux-4.4.14/arch/um/drivers/ |
H A D | chan_user.c | 36 /* XXX Trivial wrapper around write */
|
/linux-4.4.14/arch/x86/ia32/ |
H A D | sys_ia32.c | 193 * done by a generic wrapper.
|
/linux-4.4.14/drivers/block/paride/ |
H A D | bpck6.c | 15 This is Ken's linux wrapper for the PPC library
|
/linux-4.4.14/net/wireless/ |
H A D | wext-priv.c | 82 * It's not as nice and slimline as the standard wrapper. The cause
|
/linux-4.4.14/samples/seccomp/ |
H A D | bpf-helper.h | 2 * Example wrapper around BPF macros.
|
/linux-4.4.14/fs/ocfs2/cluster/ |
H A D | masklog.h | 26 * For now this is a trivial wrapper around printk() that gives the critical
|
/linux-4.4.14/arch/sh/kernel/cpu/ |
H A D | init.c | 42 * Generic wrapper for command line arguments to disable on-chip
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | process.c | 122 * go for calling do_fork() directly from the wrapper, but only after we
|
/linux-4.4.14/arch/hexagon/kernel/ |
H A D | head.S | 130 * The subroutine wrapper around the virtual instruction touches
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | opcodes.h | 191 * should use them to define human-readable wrapper macros to encode the
|
/linux-4.4.14/drivers/firmware/ |
H A D | raspberrypi.c | 136 * This is a convenience wrapper around
|
/linux-4.4.14/tools/testing/selftests/futex/include/ |
H A D | futextest.h | 55 * futex() - SYS_futex syscall wrapper
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | ipl.c | 667 /* 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 D | compat_linux.c | 474 * 31 bit emulation wrapper functions for sys_fadvise64/fadvise64_64.
|
H A D | compat_wrapper.c | 47 * Note: since the wrapper function will afterwards call a system call which
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_net.h | 449 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 D | ssb.h | 620 * 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 D | tioca_provider.c | 508 * 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 D | scif_api.c | 1102 * 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 D | defs.h | 257 * times, miniport driver (driver) will report this event to wrapper
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 148 /* wrapper around a pointer to a socket buffer,
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
H A D | pinctrl-samsung.h | 201 * struct samsung_pinctrl_drv_data: wrapper for holding driver data together.
|
/linux-4.4.14/arch/tile/mm/ |
H A D | homecache.c | 91 * This wrapper function around hv_flush_remote() does several things:
|
/linux-4.4.14/arch/x86/entry/ |
H A D | entry_64_compat.S | 260 * take long arguments a wrapper is needed. Most calls can just be called
|
/linux-4.4.14/arch/x86/lguest/ |
H A D | head_32.S | 69 * the wrapper functions.
|
/linux-4.4.14/net/bluetooth/ |
H A D | selftest.c | 249 * wrapper to allow running this at module init.
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | file.c | 41 * inode. This function is a wrapper to generic_file_read. It
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_linux.h | 164 * XFS wrapper structure for sysfs support. It depends on external data
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | reconfig.c | 92 * in-kernel wrapper for the RTAS ibm,configure-connector call.
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | vpe-mt.c | 176 /* module wrapper entry points */
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | pdc.h | 264 /* wrapper-functions from pdc.c */
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musb_dsps.c | 79 * 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 D | ti-abb-regulator.c | 122 * 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 D | drivers.c | 239 * 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 D | 80003es2lan.c | 194 * 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 D | ene_ub6250.c | 688 /* 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 D | realtek_cr.c | 223 /* 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 D | mpipe.h | 42 * 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 D | mpt3sas_config.c | 181 * 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 D | test-core.c | 149 * __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 D | zfcp_qdio.c | 487 * wrapper function sets a flag to ensure hardware logging is only
|
/linux-4.4.14/drivers/scsi/csiostor/ |
H A D | csio_isr.c | 126 * csio_fwevt_isr() - INTx wrapper for handling FW events.
|
/linux-4.4.14/drivers/iio/common/ssp_sensors/ |
H A D | ssp_dev.c | 355 * 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 D | igb.h | 187 /* wrapper around a pointer to a socket buffer,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 52 /* wrapper around a pointer to a socket buffer,
|
/linux-4.4.14/drivers/pci/host/ |
H A D | pci-dra7xx.c | 30 /* PCIe controller wrapper DRA7XX configuration registers */
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 281 /* wrapper around endpoint-specific packets */
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | core_t2.c | 176 * primitives in the wrapper functions pci_{read,write}_config_*()
|
/linux-4.4.14/fs/hpfs/ |
H A D | anode.c | 327 /* Just a wrapper around hpfs_bplus_lookup .. used for reading eas */
|
/linux-4.4.14/fs/nfs/ |
H A D | nfs4_fs.h | 333 * Special wrapper to nfs4_state_protect for write.
|
/linux-4.4.14/lib/ |
H A D | decompress_unxz.c | 246 * This wrapper will automatically choose single-call or multi-call mode
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 30 * Generic key, ptr and record wrapper structures.
|
/linux-4.4.14/include/net/ |
H A D | genetlink.h | 233 * Cf. nl_dump_check_consistent(), this just provides a wrapper to make it
|
/linux-4.4.14/include/sound/ |
H A D | core.h | 315 * snd_printk - printk wrapper
|
/linux-4.4.14/include/linux/mtd/ |
H A D | ubi.h | 134 * ubi_sgl is a wrapper around a scatter list which keeps track of the
|
/linux-4.4.14/arch/powerpc/ |
H A D | Makefile | 17 # Set default 32 bits cross compilers for vdso and boot wrapper
|
/linux-4.4.14/arch/arm64/crypto/ |
H A D | aes-glue.c | 2 * linux/arch/arm64/crypto/aes-glue.c - wrapper code for ARMv8 AES
|
/linux-4.4.14/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 2 * aes-ce-glue.c - wrapper code for ARMv8 AES
|
/linux-4.4.14/net/mac80211/ |
H A D | mesh.h | 244 /* wrapper for ieee80211_bss_info_change_notify() */
|
/linux-4.4.14/drivers/virtio/ |
H A D | virtio_pci_common.c | 79 /* A small wrapper to also acknowledge the interrupt when it's handled.
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
H A D | test_harness.h | 296 /* Exports a simple wrapper to run the test harness. */
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_pool.c | 373 * 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 D | st_core.c | 61 * 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 D | ene_ir.c | 509 /* 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 D | pdc_stable.c | 442 * 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 D | pcmcia_resource.c | 691 * 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 D | s3c24xx-dma.c | 159 * 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 D | dma-buf.c | 486 * 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 D | efi.c | 852 * Call EFI services through wrapper functions. kexec_enter_virtual_mode() 943 * Call EFI services through wrapper functions. __efi_enter_virtual_mode()
|