Searched refs:translate (Results 1 - 200 of 291) sorted by relevance

12

/linux-4.1.27/drivers/mtd/maps/
H A Dpci.c28 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member in struct:mtd_pci_info
36 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member in struct:map_pci_info
44 val.x[0]= readb(map->base + map->translate(map, ofs)); mtd_pci_read8()
52 val.x[0] = readl(map->base + map->translate(map, ofs)); mtd_pci_read32()
59 memcpy_fromio(to, map->base + map->translate(map, from), len); mtd_pci_copyfrom()
65 writeb(val.x[0], map->base + map->translate(map, ofs)); mtd_pci_write8()
71 writel(val.x[0], map->base + map->translate(map, ofs)); mtd_pci_write32()
77 memcpy_toio(map->base + map->translate(map, to), from, len); mtd_pci_copyto()
150 .translate = intel_iq80310_translate,
223 .translate = intel_dc21285_translate,
279 map->translate = info->translate; mtd_pci_probe()
/linux-4.1.27/arch/alpha/include/asm/
H A Dagp_backend.h38 unsigned long (*translate)(alpha_agp_info *, dma_addr_t); member in struct:alpha_agp_ops
/linux-4.1.27/tools/net/
H A Dbpf_asm.c14 * 2) Run `bpf_asm [-c] <filter-prog file>` to translate into binary
/linux-4.1.27/scripts/
H A Dbootgraph.pl157 print "<text transform=\"translate($xheader,$yheader)\">Kernel version: $version</text>\n";
159 print "<text transform=\"translate($xheader,$cyheader)\">Date: $date</text>\n";
219 print "<text transform=\"translate($s2,$y2) rotate(90)\">$key</text>\n";
221 print "<text transform=\"translate($s3,$y2) rotate(90)\" font-size=\"3pt\">$key</text>\n";
234 print "<text transform=\"translate($s3,89) rotate(90)\">$tm</text>\n";
H A Dgfp-translate18 echo "usage: gfp-translate [-h] [ --source DIRECTORY ] gfpmask"
/linux-4.1.27/drivers/usb/serial/
H A Dempeg.c99 | INLCR /* disable translate NL to CR */ empeg_init_termios()
101 | ICRNL /* disable translate CR to NL */ empeg_init_termios()
H A Dkl5kusb105.c153 /* translate a 16-bit status value from the device to linux's TIO bits */ klsi_105_status2linestate()
H A Dkobil_sct.c165 /* do NOT translate CR to CR-NL (0x0A -> 0x0A 0x0D) */ kobil_init_termios()
H A Dcypress_m8.c981 | INLCR /* disable translate NL to CR */ cypress_set_termios()
983 | ICRNL /* disable translate CR to NL */ cypress_set_termios()
H A Dkeyspan_pda.c302 ought to translate into a break_ctl(-1),break_ctl(0) pair HZ/4 keyspan_pda_break_ctl()
/linux-4.1.27/include/linux/
H A Dreset-controller.h36 * @of_xlate: translation function to translate from specifier as found in the
H A Dkbd_kern.h51 #define VC_XLATE 0 /* translate keycodes using keymap */
H A Dof_gpio.h27 * match, but GPIO controllers are free to translate their own flags to
H A Dassoc_array_priv.h109 * We provide functions to test type annotations and to create and translate
H A Diommu.h129 * @iova_to_phys: translate iova to physical address
H A Djiffies.h267 * The maximum jiffie value is (MAX_INT >> 1). Here we translate that
H A Dkvm_host.h62 * translate it to pfn on host.
72 * translate it to pfn.
/linux-4.1.27/drivers/media/pci/pt3/
H A Dpt3_i2c.c114 static void translate(struct pt3_i2cbuf *cbuf, struct i2c_msg *msgs, int num) translate() function
220 translate(cbuf, msgs, num); pt3_i2c_master_xfer()
/linux-4.1.27/tools/perf/util/
H A Dsvghelper.c312 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\">\n", time2pixels(start), Yslot * SLOT_MULT); svg_waiting()
377 fprintf(svgfile, "<text transform=\"translate(%.8f,%.8f)\" font-size=\"1.25pt\">%s</text>\n", svg_cpu_box()
398 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\">\n", time2pixels(start), cpu2y(cpu)); svg_process()
517 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &gt;</text></g>\n", svg_partial_wakeline()
524 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &gt;</text></g>\n", svg_partial_wakeline()
532 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &lt;</text></g>\n", svg_partial_wakeline()
539 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &lt;</text></g>\n", svg_partial_wakeline()
618 fprintf(svgfile, "<text transform=\"translate(%.8f, %.8f)\" font-size=\"%.8fpt\">%s</text>\n", svg_legenda_box()
H A Ddwarf-aux.c221 /* Get attribute and translate it as a udata */ die_get_attr_udata()
234 /* Get attribute and translate it as a sdata */ die_get_attr_sdata()
H A Dpmu.c633 * Either directly use a numeric term, or try to translate string terms pmu_config_term()
/linux-4.1.27/arch/tile/include/asm/
H A Dmmzone.h34 * translate the high bits of the PFN to the node number.
/linux-4.1.27/arch/mips/include/asm/mach-ip32/
H A Ddma-coherence.h24 * Thus we translate differently, depending on device.
/linux-4.1.27/drivers/s390/char/
H A Dsclp.h201 /* translate single character from ASCII to EBCDIC */
208 /* translate string from EBCDIC to ASCII */
215 /* translate string from ASCII to EBCDIC */
/linux-4.1.27/drivers/of/
H A Dfdt_address.c45 int (*translate)(__be32 *addr, u64 offset, int na); of_dump_addr() member in struct:of_bus
106 .translate = fdt_bus_default_translate,
151 return pbus->translate(addr, offset, pna); fdt_translate_one()
H A Daddress.c44 int (*translate)(__be32 *addr, u64 offset, int na); of_dump_addr() member in struct:of_bus
416 .translate = of_bus_pci_translate,
427 .translate = of_bus_isa_translate,
437 .translate = of_bus_default_translate,
491 * to translate addresses that aren't supposed to be translated in of_translate_one()
499 pr_debug("OF: no ranges; cannot translate\n"); of_translate_one()
530 return pbus->translate(addr, offset, pna); of_translate_one()
/linux-4.1.27/drivers/xen/
H A Dtmem.c194 /* translate return values to linux semantics */ tmem_cleancache_get_page()
300 /* translate Xen tmem return values to linux semantics */ tmem_frontswap_store()
325 /* translate Xen tmem return values to linux semantics */ tmem_frontswap_load()
H A Dswiotlb-xen.c26 * translate the page frame numbers (PFN) to machine frame numbers (MFN)
H A Dxen-scsiback.c85 struct ids_tuple v; /* translate from */
86 struct scsiback_tpg *tpg; /* translate to */
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Dwlan_bssdef.h62 * * translate scan to UI */
/linux-4.1.27/fs/jfs/
H A Djfs_unicode.c112 * FUNCTION: Allocate and translate to unicode string
/linux-4.1.27/arch/powerpc/boot/
H A Dcuboot-c2k.c108 fatal("Error: Can't translate PCI address " \ c2k_bridge_setup()
H A Dprpmc2800.c387 fatal("Error: Can't translate PCI address 0x%x\n\r", prpmc2800_bridge_setup()
/linux-4.1.27/fs/udf/
H A Dpartition.c70 goto translate; udf_get_pblock_virt15()
95 translate: udf_get_pblock_virt15()
/linux-4.1.27/include/crypto/
H A Dgf128mul.h135 On little endian machines the bit indexes translate into the bit
146 On big endian machines the bit indexes translate into the bit
/linux-4.1.27/arch/tile/include/hv/
H A Diorpc.h35 * blob, permission check and translate parameters where appropriate,
158 * the HV generic iorpc code can translate client CPUs to real CPUs.
168 * descriptor and translate it to a set of interrupt target information,
169 * and so that the HV generic iorpc code can translate client CPUs to real
179 * translate it to an interrupt identifier previously supplied by the
211 * structs so that it can translate parameters and bump reference
216 * needed to translate iorpc calls without knowing which particular
/linux-4.1.27/drivers/staging/rtl8712/
H A Dusb_ops_linux.c181 /* translate DMA FIFO addr to pipehandle */ r8712_usb_write_mem()
300 /* translate DMA FIFO addr to pipehandle */ r8712_usb_read_port()
450 /* translate DMA FIFO addr to pipehandle */ r8712_usb_write_port()
H A Drtl871x_cmd.c464 /* notes: translate IELength & Length after assign to cmdsz; */ r8712_createbss_cmd()
/linux-4.1.27/drivers/ide/
H A Dide-lib.c123 * ide_dump_status - translate ATA/ATAPI error
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dusb_ops_linux.c170 /* translate DMA FIFO addr to pipehandle */ rtl8723au_write_port()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dio.c74 * To translate, first check to which window of addresses the wlcore_translate_addr()
H A Dwlcore.h455 /* translate HW Tx rates to standard rate-indices */
/linux-4.1.27/arch/unicore32/mm/
H A Dproc-macros.S89 * This macro is used to translate virtual address to its physical address.
/linux-4.1.27/drivers/char/agp/
H A Dalpha-agp.c24 pa = agp->ops->translate(agp, dma_addr); alpha_core_agp_vm_fault()
/linux-4.1.27/include/net/
H A Dip6_route.h41 * rt6_srcprefs2flags() and rt6_flags2srcprefs() translate
H A Diw_handler.h161 * 3) The code to translate from Wireless Extension to native format is
163 * 4) The current approach only selectively translate Wireless Extensions
165 * would require to translate all WE and set all parameters for any single
/linux-4.1.27/arch/powerpc/platforms/maple/
H A Dtime.c149 printk(KERN_EMERG "Maple: Unable to translate RTC" maple_get_boot_time()
H A Dsetup.c81 printk(KERN_EMERG "Maple: Unable to translate NVRAM" maple_find_nvram_base()
/linux-4.1.27/arch/arm/mach-s3c64xx/
H A Dmach-hmt.c90 * translate from CIELUV/CIELAB L*->brightness, E.G. from hmt_bl_notify()
/linux-4.1.27/fs/
H A Ddax.c180 * @get_block: The filesystem method used to translate file offsets to blocks
451 * @get_block: The filesystem method used to translate file offsets to blocks
496 * @get_block: The filesystem method used to translate file offsets to blocks
543 * @get_block: The filesystem method used to translate file offsets to blocks
/linux-4.1.27/kernel/rcu/
H A Drcu.h134 * translate the string address pointers to actual text.
/linux-4.1.27/sound/pci/au88x0/
H A Dau8820.h74 /* ADB route translate helper */
H A Dau8810.h82 /* ADB route translate helper */
H A Dau8830.h103 /* ADB route translate helper */
/linux-4.1.27/include/drm/
H A Ddrm_rect.h66 * drm_rect_translate - translate the rectangle
/linux-4.1.27/drivers/net/wireless/
H A Dray_cs.c146 static bool translate = 1; variable
180 module_param(translate, bool, 0);
914 if (translate) { ray_hw_xmit()
1355 translate = !!*(extra); /* Set framing mode */ ray_set_framing()
1367 *(extra) = translate; ray_get_framing()
2126 if (translate) { rx_data()
2208 if (!translate) { rx_data()
2616 seq_printf(m, "Framing mode = %s\n", framing[translate]); ray_cs_proc_show()
2823 proc_create_data("driver/ray_cs/translate", S_IWUSR, NULL, &int_proc_fops, &translate); init_ray_cs()
2825 if (translate != 0) init_ray_cs()
2826 translate = 1; init_ray_cs()
2840 remove_proc_entry("driver/ray_cs/translate", NULL); exit_ray_cs()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Dusb_ops_linux.c327 /* translate DMA FIFO addr to pipehandle */ rtl8723au_read_interrupt()
646 /* translate DMA FIFO addr to pipehandle */ rtl8723au_read_port()
/linux-4.1.27/drivers/block/xen-blkback/
H A Dcommon.h436 * Don't know how to translate this op. Only get the blkif_get_x86_32_req()
484 * Don't know how to translate this op. Only get the blkif_get_x86_64_req()
/linux-4.1.27/drivers/thermal/
H A Dclock_cooling.c122 * 2. translate frequency to cooling state
123 * 3. translate cooling state to frequency
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable_64.h234 * Some definitions to translate between mem_map, PTEs, and page
241 * a relative physical address and translate it to an index.
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpasemi_dma.h144 #define PAS_DMA_TXCHAN_CFG_TRD 0x00010000 /* translate data */
145 #define PAS_DMA_TXCHAN_CFG_TRR 0x00008000 /* translate rings */
H A Dfadump.h31 * translate off.
H A Dkvm_ppc.h61 XLATE_INST, /* translate instruction address */
62 XLATE_DATA /* translate data address */
/linux-4.1.27/net/ipv4/
H A Dcipso_ipv4.c755 * Perform a label mapping to translate a local MLS level to the correct
787 * Perform a label mapping to translate a CIPSO level to the correct local MLS
870 * Perform a label mapping to translate a local MLS category bitmap to the
931 * Perform a label mapping to translate a CIPSO bitmap to the correct local
1027 * Perform a label mapping to translate a local MLS category bitmap to the
1063 * Perform a label mapping to translate a CIPSO category list to the correct
1135 * Perform a label mapping to translate a local MLS category bitmap to the
1195 * Perform a label mapping to translate a CIPSO category list to the correct
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r_log.c81 * @param [in] level the esas2r-defined logging event level to translate
/linux-4.1.27/drivers/reset/
H A Dcore.c38 * of_reset_simple_xlate - translate reset_spec to the reset line number
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Dwlan_bssdef.h229 * * translate scan to UI */
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Dacx.c170 /* no need to translate capabilities - use the spec values */ wl18xx_acx_set_peer_cap()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_vgpu.c44 * translate the graphics address between 'guest view' and 'host view', for
/linux-4.1.27/drivers/infiniband/hw/mlx4/
H A Dah.c131 * local addresses which we can translate mlx4_ib_create_ah()
/linux-4.1.27/drivers/input/misc/
H A Dapanel.c304 /* translate alternative device numbers */ apanel_init()
/linux-4.1.27/arch/sparc/kernel/
H A Dentry.h224 * delivered. We must translate this into a non-vector IRQ so we can
H A Dof_device_32.c27 * parent as-is, not with the PCI translate of_bus_pci_match()
H A Dof_device_64.c56 * parent as-is, not with the PCI translate of_bus_pci_match()
549 printk("%s: direct translate %x --> %x\n", build_one_device_irq()
H A Dhead_64.S124 .asciz "translate"
261 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1: "translate"
731 * trap table (to translate PAGE_OFFSET addresses) in order to
H A Dhead_32.S151 sub %g1, %l6, %g1 ! translate to physical
152 sub %g3, %l6, %g3 ! translate to physical
H A Dleon_pci_grpci1.c432 /* translate I/O accesses to 0, I/O Space always @ PCI low 64Kbytes */ grpci1_hw_init()
/linux-4.1.27/drivers/block/
H A Dz2ram.c8 ** ++roman: translate accesses via an array
/linux-4.1.27/fs/xfs/
H A Dxfs_export.c146 * translate it here. xfs_nfs_get_inode()
H A Dxfs_ioctl32.h222 /* These growfs input structures have padding on the end, so must translate */
/linux-4.1.27/drivers/watchdog/
H A Drc32434_wdt.c53 /* translate wtcompare value to seconds and vice versa */
/linux-4.1.27/include/uapi/linux/android/
H A Dbinder.h75 * translate the buffer (and local binder) addresses appropriately.
/linux-4.1.27/arch/powerpc/platforms/pasemi/
H A Diommu.c178 /* For non-LPAR environment, don't translate anything for the DMA pci_dma_dev_setup_pasemi()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dcpm_common.c109 printk(KERN_ERR "Cannot translate zero through CPM muram node"); cpm_muram_init()
H A Dxilinx_intc.c144 * xilinx_intc_xlate - translate virq# from device tree interrupts property
H A Dfsl_msi.c366 dev_err(&dev->dev, "%s: Cannot translate IRQ index %d\n", fsl_msi_setup_hwirq()
/linux-4.1.27/arch/powerpc/sysdev/xics/
H A Dicp-native.c294 pr_err("icp_native: Could not translate ICP MMIO" icp_native_init_one_node()
/linux-4.1.27/arch/ia64/include/asm/
H A Dhw_irq.h172 * differences and provides a uniform means to translate between vector and irq numbers
H A Dpgtable.h191 * Some definitions to translate between mem_map, PTEs, and page addresses:
/linux-4.1.27/arch/m68k/q40/
H A Dq40ints.c163 * tables to translate bits into IRQ numbers
/linux-4.1.27/net/openvswitch/
H A Dvport.h218 * It is sometimes useful to translate from a pointer to the private data
/linux-4.1.27/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c465 /* start translate from fifo to phy */ emac_start_xmit()
474 /* start translate from fifo to phy */ emac_start_xmit()
/linux-4.1.27/drivers/spi/
H A Dspidev.c515 /* translate to spi_message, execute */ spidev_ioctl()
571 /* translate to spi_message, execute */ spidev_compat_ioc_message()
H A Dspi-bcm2835.c395 /* now translate native cs to GPIO */ bcm2835_spi_setup()
H A Dspi-bfin-sport.c602 /* translate common spi framework into our register bfin_sport_spi_setup()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
H A Dusb_ops_linux.c507 /* translate DMA FIFO addr to pipehandle */ usb_read_port()
750 /* translate DMA FIFO addr to pipehandle */ usb_write_port()
/linux-4.1.27/fs/nfs/blocklayout/
H A Dblocklayout.c153 /* translate to device offset */ do_add_page_to_bio()
157 /* translate to physical disk offset */ do_add_page_to_bio()
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c302 * mpc52xx_irqhost_xlate - translate virq# from device tree interrupts property
445 * As last step, add an irq host to translate the real mpc52xx_init_irq()
/linux-4.1.27/arch/powerpc/kernel/
H A Drtas_flash.c107 * into a version/length and translate the pointers
619 /* Don't translate NULL pointer for last entry */ rtas_flash_firmware()
H A Dexceptions-64e.S1372 /* We translate LR and return */
1477 /* We translate LR and return */
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dehca_hca.c129 /* translate device capabilities */ ehca_query_device()
H A Dehca_main.c367 /* translate supported MR page sizes; always support 4K */ ehca_sense_attributes()
/linux-4.1.27/drivers/remoteproc/
H A Dremoteproc_elf_loader.c136 * and "translate" device address to kernel addresses, so we can copy the
H A Dremoteproc_core.c59 /* translate rproc_crash_type to string */ rproc_crash_to_string()
149 * carveouts and translate specific device address to kernel virtual addresses
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_errno.h33 * disk). Generic routines exist to help translate between these and a subset
/linux-4.1.27/drivers/gpio/
H A Dgpiolib-of.c230 * of_gpio_simple_xlate - translate gpio_spec to the GPIO number and flags
H A Dgpiolib-acpi.c224 dev_err(chip->dev, "Failed to translate GPIO to IRQ\n"); acpi_gpiochip_request_interrupt()
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable_types.h106 * The cache modes defined here are used to translate between pure SW usage
H A Dthread_info.h224 * will translate to:
/linux-4.1.27/arch/powerpc/platforms/cell/
H A Daxon_msi.c474 pr_devel("axon_msi: couldn't translate reg property\n"); axon_msi_debug_setup()
/linux-4.1.27/arch/s390/kernel/
H A Dsclp.S227 tr 0(1,%r11),0(%r10) # translate to EBCDIC
/linux-4.1.27/arch/mn10300/kernel/
H A Dptrace.c30 * translate ptrace register IDs into struct pt_regs offsets
/linux-4.1.27/arch/parisc/kernel/
H A Dptrace.c179 /* This function is needed to translate 32 bit pt_regs offsets in to
/linux-4.1.27/arch/powerpc/mm/
H A Dslb_low.S51 * top segment. That's ok, the scramble below will translate
/linux-4.1.27/fs/afs/
H A Dcell.c76 /* translate these errors into something afs_cell_alloc()
/linux-4.1.27/lib/
H A Dkobject_uevent.c56 * kobject_action_type - translate action string to numeric type
/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_init.c293 * translate file flags to private mode
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Djr3_pci.h235 * 1 - translate along X axis (TX)
236 * 2 - translate along Y axis (TY)
237 * 3 - translate along Z axis (TZ)
/linux-4.1.27/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c296 /* get the SPMF and translate it into the "sys pll" multiplier */ get_spmf_mult()
310 * get the SYS_DIV value and translate it into a divide factor
331 * get the CPMF value and translate it into a multiplier factor
/linux-4.1.27/drivers/media/pci/saa7164/
H A Dsaa7164-api.c1394 "%s() error, cannot translate regaddr 0x%x to unitid\n", saa7164_api_i2c_read()
1447 "%s() error, cannot translate regaddr 0x%x to unitid\n", saa7164_api_i2c_write()
1455 "%s() error, cannot translate regaddr to reglen\n", saa7164_api_i2c_write()
/linux-4.1.27/drivers/video/fbdev/
H A Dskeletonfb.c18 * work is that it will act to translate data about the tty/console in
353 * depth. The bits_per_pixel field does not directly translate to color xxxfb_setcolreg()
702 * from the bus layer and then translate it to virtual memory xxxfb_probe()
H A Dpm2fb.c409 * possible to translate from host to card byte order. set_aperture()
418 * We can't use the aperture to translate host to set_aperture()
/linux-4.1.27/drivers/irqchip/
H A Dirq-imgpdc.c157 /* translate to syswake IRQ mode */ syswake_irq_set_type()
/linux-4.1.27/drivers/macintosh/
H A Dvia-cuda.c164 printk(KERN_ERR "via-cuda: Can't translate address !\n"); find_via_cuda()
/linux-4.1.27/drivers/iio/
H A Dinkern.c104 * __of_iio_simple_xlate - translate iiospec to the IIO channel index
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c2611 "Can't translate of node(%s) of gbe ss address at %d\n", get_gbe_resource_version()
2636 "Can't translate of gbe node(%s) address at index %d\n", set_gbe_ethss14_priv()
2652 "Can't translate of gbe node(%s) address at index %d\n", set_gbe_ethss14_priv()
2727 "Can't translate of gbenu node(%s) addr at index %d\n", set_gbenu_ethss_priv()
/linux-4.1.27/drivers/staging/comedi/
H A Dcomedi_compat32.c427 /* Just need to translate the pointer argument. */ comedi_compat_ioctl()
/linux-4.1.27/drivers/dma/
H A Dacpi-dma.c413 * translate the names "tx" and "rx" here based on the most common case where
/linux-4.1.27/block/
H A Dblk-flush.c388 * translate into nothing if the underlying device does not blk_insert_flush()
/linux-4.1.27/arch/tile/include/gxio/
H A Dtrio.h283 * regions, scatter queues, and DMA queues to translate application
/linux-4.1.27/drivers/acpi/acpica/
H A Dexregion.c87 /* Validate and translate the bit width */ acpi_ex_system_memory_space_handler()
/linux-4.1.27/drivers/hid/
H A Dhid-picolcd_fb.c401 /* translate FB content to new bits-per-pixel */ picolcd_set_par()
/linux-4.1.27/fs/nilfs2/
H A Ddat.c379 * nilfs_dat_translate - translate a virtual block number to a block number
/linux-4.1.27/arch/mips/kernel/
H A Dscall64-o32.S12 * convention than the kernel, so we have to translate things from o32
/linux-4.1.27/arch/blackfin/kernel/
H A Dbfin_dma.c477 * _dma_memcpy - translate C memcpy settings into MDMA settings
/linux-4.1.27/arch/arm/include/asm/
H A Dio.h245 * The machine specific io.h include defines __io to translate an "IO" pci_ioremap_set_mem_type()
/linux-4.1.27/net/wimax/
H A Dstack.c477 * netlink or from debugfs that might translate into calls into
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dni65.c263 static int irqtab[] __initdata = { 9,12,15,5 }; /* irq config-translate */
264 static int dmatab[] __initdata = { 0,3,5,6,7 }; /* dma config-translate and autodetect */
/linux-4.1.27/drivers/misc/mei/
H A Dhw-txe.c329 * mei_txe_pg_state - translate aliveness register value
949 * mei_txe_check_and_ack_intrs - translate multi BAR interrupt into
H A Dhw-me.c188 * mei_me_pg_state - translate internal pg state
/linux-4.1.27/fs/nls/
H A Dnls_euc-jp.c419 /* translate SJIS into EUC-JP */ uni2char()
490 /* translate EUC-JP into SJIS */ char2uni()
/linux-4.1.27/include/xen/interface/
H A Dxen.h257 * To make it work with Xen, it needs to translate the WC bit as so:
261 * And to translate back it would:
/linux-4.1.27/arch/s390/kvm/
H A Dgaccess.c520 * guest_translate - translate a guest virtual into a guest absolute address
819 * guest_translate_address - translate guest logical into guest absolute address
/linux-4.1.27/arch/s390/mm/
H A Dpgtable.c437 * __gmap_translate - translate a guest address to a user space address
458 * gmap_translate - translate a guest address to a user space address
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_xmit.c1243 translate address/port back */ ip_vs_icmp_xmit()
1336 translate address/port back */ ip_vs_icmp_xmit_v6()
/linux-4.1.27/sound/ppc/
H A Dpmac.c1220 printk(KERN_ERR "snd: can't translate rsrc " snd_pmac_new()
1245 printk(KERN_ERR "snd: can't translate rsrc " snd_pmac_new()
/linux-4.1.27/drivers/edac/
H A Damd64_edac.c519 * 3.4.4.1) and DRAM Limit (section 3.4.4.2) registers are used to translate a
556 /* use DHAR to translate SysAddr to DramAddr */ sys_addr_to_dram_addr()
559 edac_dbg(2, "using DHAR to translate SysAddr 0x%lx to DramAddr 0x%lx\n", sys_addr_to_dram_addr()
578 edac_dbg(2, "using DRAM Base register to translate SysAddr 0x%lx to DramAddr 0x%lx\n", sys_addr_to_dram_addr()
662 amd64_mc_err(mci, "Failed to translate InputAddr to csrow for " sys_addr_to_csrow()
/linux-4.1.27/drivers/isdn/gigaset/
H A Di4l.c259 /* internal call: translate ** prefix to CTP value */ command_from_LL()
/linux-4.1.27/drivers/hwmon/
H A Dw83l786ng.c106 * multiply/divide by 8 to translate from/to register values.
/linux-4.1.27/drivers/mtd/
H A Dmtdconcat.c63 * MTD methods which look up the relevant subdevice, translate the
H A Dmtdpart.c57 * MTD methods which simply translate the effective address and pass through
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c588 * eeprom_ptov - translate a physical EEPROM address to virtual
/linux-4.1.27/drivers/media/i2c/
H A Dsaa6752hs.c606 FIXME: translate and round width/height into EMPRESS saa6752hs_s_mbus_fmt()
/linux-4.1.27/drivers/mfd/
H A Darizona-core.c540 * which are chip default, translate into platform arizona_of_get_core_pdata()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
H A Diwl-eeprom-parse.c259 /* translate the offset from words to byte */ eeprom_indirect_address()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Drx.c175 * iwl_mvm_set_mac80211_rx_flag - translate fw status to mac80211 format
H A Dtx.c613 * translate ucode response to mac80211 tx status control values
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_ata.c43 /* Cheesy attempt to translate SAS errors into ATA. Hah! */ sas_to_ata_err()
/linux-4.1.27/drivers/soc/ti/
H A Dknav_dma.c540 dev_err(dev, "Can't translate of node(%s) address for index(%d)\n", pktdma_get_regs()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c319 * @msg: message to translate into a packet
H A Ddrm_modes.c142 * What I have done is to translate it by using integer calculation.
551 * What I have done is to translate it by using integer calculation.
/linux-4.1.27/drivers/input/keyboard/
H A Dtegra-kbc.c218 * If the platform uses Fn keymaps, translate keys on a Fn keypress. tegra_kbc_report_keys()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c331 /* translate api disable mask into internal mapping */
/linux-4.1.27/drivers/acpi/
H A Dresource.c209 * For bridges that translate addresses across the bridge, acpi_decode_space()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c862 * vmw_translate_mob_pointer - Prepare to translate a user-space buffer
872 * This function saves information needed to translate a user-space buffer
924 * vmw_translate_guest_pointer - Prepare to translate a user-space buffer
934 * This function saves information needed to translate a user-space buffer
H A Dvmwgfx_kms.c912 /* translate both src and dest to bring clip into screen */ do_dmabuf_dirty_sou()
916 /* actual translate done here */ do_dmabuf_dirty_sou()
/linux-4.1.27/fs/nfs/objlayout/
H A Dobjio_osd.c378 * translate from ore_io_state index to oc->comps index __on_dev_error()
/linux-4.1.27/arch/powerpc/kvm/
H A De500_mmu_host.c58 * so we need to translate guest e500_shadow_mas3_attrib()
/linux-4.1.27/arch/arm/include/asm/hardware/
H A Diop3xx-adma.h413 /* translate the src_idx to a descriptor word index */ __desc_idx()
/linux-4.1.27/arch/alpha/kernel/
H A Dcore_titan.c728 .translate = titan_agp_translate titan_agp_info()
H A Dsmc37c669.c2251 ** The IRQ to translate SMC37c669_xlate_irq()
2304 ** The DMA channel to translate SMC37c669_xlate_drq()
/linux-4.1.27/net/batman-adv/
H A Dhard-interface.c292 /* Check if the local translate table should be cleaned up to match a batadv_update_min_mtu()
/linux-4.1.27/samples/trace_events/
H A Dtrace-events-sample.h215 * space programs that parse the format files to know how to translate
/linux-4.1.27/virt/kvm/
H A Deventfd.c639 * ioeventfd: translate a PIO/MMIO memory write to an eventfd signal.
/linux-4.1.27/drivers/crypto/
H A Domap-sham.c1823 dev_err(dev, "can't translate OF node address\n"); omap_sham_get_res_of()
1830 dev_err(dev, "can't translate OF irq value\n"); omap_sham_get_res_of()
H A Domap-aes.c1101 dev_err(dev, "can't translate OF node address\n"); omap_aes_get_res_of()
/linux-4.1.27/net/wireless/
H A Dscan.c1229 /* translate "Scan on frequencies" request */ cfg80211_wext_siwscan()
1277 /* translate "Scan for SSID" request */ cfg80211_wext_siwscan()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Dcore.c475 /* 2. translate mask_from_os to mask_for_hw */ _rtl_add_wowlan_patterns()
492 * Therefore, we need translate mask_from_OS to mask_to_hw. _rtl_add_wowlan_patterns()
/linux-4.1.27/arch/metag/include/asm/
H A Dtbx.h1148 /* String table translate function, pStr is text to translate and Len is
/linux-4.1.27/mm/
H A Dnommu.c1111 * we've determined that we can make the mapping, now translate what we
1305 /* we've determined that we can make the mapping, now translate what we do_mmap_pgoff()
/linux-4.1.27/drivers/iommu/
H A Dfsl_pamu.c628 * this table to translate device transaction to appropriate corenet
/linux-4.1.27/drivers/net/bonding/
H A Dbond_options.c811 * Thus, we must translate to MS for the real world.
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c267 * Utility to translate from internal Phantom CRB address
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dtx.c825 * translate ucode response to mac80211 tx status control values
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfad_im.c955 * We should not mask LUN 0 - since this will translate bfad_im_slave_alloc()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1178 * Alloc, free and translate addresses to bus physical
/linux-4.1.27/drivers/parisc/
H A Diosapic.c104 ** translate slot/pin
/linux-4.1.27/drivers/input/touchscreen/
H A Delants_i2c.c473 /* translate trace number to TS resolution */ elants_i2c_query_ts_info()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_pt.c562 * pt_read_offset() - translate registers into buffer pointers
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Datom.c75 /* translate destination alignment field to the source alignment encoding */
H A Dradeon_vm.c609 * radeon_vm_page_flags - translate page flags to what the hw uses
/linux-4.1.27/drivers/ata/
H A Dlibata-scsi.c1446 * @cdb: SCSI command to translate
1473 * @cdb: SCSI command to translate
1502 * @cdb: SCSI command to translate
2829 /* FIXME: We need to translate 0x05 READ_BLOCK_LIMITS to a MODE_SENSE atapi_xlat()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvsi.c1107 * ugh, we have to translate LF -> CRLF ourselves, in place. hvsi_console_print()
/linux-4.1.27/drivers/usb/phy/
H A Dphy-isp1301-omap.c405 * We translate isp1301 outputs (mostly voltage comparator status) into
/linux-4.1.27/drivers/video/console/
H A Dsticore.c53 * but have to translate them, anyway. */
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_trans_resv.c68 * which means that what we write into the log doesn't directly translate into
/linux-4.1.27/fs/jffs2/
H A Dxattr.c910 * is used to translate xprefix into xattr_handler.
/linux-4.1.27/fs/nfs/
H A Dnfs2xdr.c1056 * We need to translate between nfs status return values and
/linux-4.1.27/fs/nfsd/
H A Dnfs4callback.c207 * If we cannot translate the error, the recovery routines should
/linux-4.1.27/include/uapi/drm/
H A Dvmwgfx_drm.h351 * useable in the command stream. The guest kernel may translate these

Completed in 7270 milliseconds

12