Home
last modified time | relevance | path

Searched refs:translate (Results 1 – 65 of 65) sorted by relevance

/linux-4.1.27/drivers/mtd/maps/
Dpci.c28 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member
36 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member
44 val.x[0]= readb(map->base + map->translate(map, ofs)); in mtd_pci_read8()
52 val.x[0] = readl(map->base + map->translate(map, ofs)); in mtd_pci_read32()
59 memcpy_fromio(to, map->base + map->translate(map, from), len); in mtd_pci_copyfrom()
65 writeb(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write8()
71 writel(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write32()
77 memcpy_toio(map->base + map->translate(map, to), from, len); in mtd_pci_copyto()
150 .translate = intel_iq80310_translate,
223 .translate = intel_dc21285_translate,
[all …]
/linux-4.1.27/drivers/of/
Dfdt_address.c45 int (*translate)(__be32 *addr, u64 offset, int na); member
106 .translate = fdt_bus_default_translate,
151 return pbus->translate(addr, offset, pna); in fdt_translate_one()
Daddress.c44 int (*translate)(__be32 *addr, u64 offset, int na); member
416 .translate = of_bus_pci_translate,
427 .translate = of_bus_isa_translate,
437 .translate = of_bus_default_translate,
530 return pbus->translate(addr, offset, pna); in of_translate_one()
/linux-4.1.27/arch/alpha/include/asm/
Dagp_backend.h38 unsigned long (*translate)(alpha_agp_info *, dma_addr_t); member
/linux-4.1.27/Documentation/netlabel/
Dcipso_ipv4.txt30 to decode and translate the CIPSO label on the packet the LSM must use the
37 The CIPSO/IPv4 protocol engine contains a mechanism to translate CIPSO security
Dlsm_interface.txt23 configuration. It is up to the LSM developer to translate the NetLabel
/linux-4.1.27/drivers/media/pci/pt3/
Dpt3_i2c.c114 static void translate(struct pt3_i2cbuf *cbuf, struct i2c_msg *msgs, int num) in translate() function
220 translate(cbuf, msgs, num); in pt3_i2c_master_xfer()
/linux-4.1.27/Documentation/filesystems/nfs/
Didmapper.txt5 Id mapper is used by NFS to translate user and group ids into names, and to
6 translate user and group names into ids. Part of this translation involves
Dpnfs-block-server.txt25 how to translate the device into a serial number from SCSI EVPD 0x80:
/linux-4.1.27/Documentation/devicetree/bindings/misc/
Dsram.txt25 - ranges : standard definition, should translate from local addresses
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dgpio.txt2 this information will be used to translate gpio-specifiers.
/linux-4.1.27/drivers/net/wireless/
Dray_cs.c146 static bool translate = 1; variable
180 module_param(translate, bool, 0);
914 if (translate) { in ray_hw_xmit()
1355 translate = !!*(extra); /* Set framing mode */ in ray_set_framing()
1367 *(extra) = translate; in ray_get_framing()
2126 if (translate) { in rx_data()
2208 if (!translate) { in rx_data()
2616 seq_printf(m, "Framing mode = %s\n", framing[translate]); in ray_cs_proc_show()
2823 proc_create_data("driver/ray_cs/translate", S_IWUSR, NULL, &int_proc_fops, &translate); in init_ray_cs()
2825 if (translate != 0) in init_ray_cs()
[all …]
/linux-4.1.27/fs/udf/
Dpartition.c70 goto translate; in udf_get_pblock_virt15()
95 translate: in udf_get_pblock_virt15()
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dnvidia,tegra20-pcie.txt26 - cell 2 contains the lower 32 address bits and is used to translate to the
32 above, the fourth cell is the physical CPU address to translate to and the
34 - The first two entries are expected to translate the addresses for the root
Dmvebu-pci.txt54 4 GB of the physical address space, and do not translate into a valid CPU
/linux-4.1.27/Documentation/parisc/
Ddebugging9 rest of the kernel. To translate an absolute address to a virtual
/linux-4.1.27/net/openvswitch/
DKconfig24 translate it into packet processing rules.
/linux-4.1.27/drivers/char/agp/
Dalpha-agp.c24 pa = agp->ops->translate(agp, dma_addr); in alpha_core_agp_vm_fault()
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt7 this information will be used to translate gpio-specifiers.
/linux-4.1.27/Documentation/
Dkasan.txt151 offset to translate a memory address to its corresponding shadow address.
153 Here is the function witch translate an address to its corresponding shadow
DDMA-ISA-LPC.txt53 To translate the virtual address to a bus address, use the normal DMA
DBUG-HUNTING201 And use GDB to translate that to human-readable form:
DManagementStyle198 not necessarily translate to other areas. So you might prod people in
/linux-4.1.27/Documentation/infiniband/
Duser_verbs.txt35 ib_uverbs module maintains idr tables that are used to translate
/linux-4.1.27/Documentation/cpu-freq/
Dcore.txt104 a ready to use conversion routine to translate the OPP layer's internal
/linux-4.1.27/arch/sparc/kernel/
Dhead_32.S151 sub %g1, %l6, %g1 ! translate to physical
152 sub %g3, %l6, %g3 ! translate to physical
/linux-4.1.27/Documentation/networking/
Dpolicy-routing.txt43 translate packet source address.
Dray_cs.txt122 translate integer 0 = no translation (encapsulate frames)
Doperstates.txt109 scheduled to translate the flag combination to IFLA_OPERSTATE as
DLICENSE.qlge40 These restrictions translate to certain responsibilities for you if you
DLICENSE.qlcnic40 These restrictions translate to certain responsibilities for you if you
/linux-4.1.27/Documentation/filesystems/
Ddax.txt29 block device operation. It is used to translate the sector number
Dgfs2-glocks.txt24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
Dvfs.txt35 translate a pathname (filename) into a specific dentry. Dentries live
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt69 to expose, translate and make use of the capabilities of the audio
224 in nature and data written/read doesn't translate directly to
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt58 The primary job of the mmu is to program the processor's mmu to translate
62 - when guest paging is disabled, we translate guest physical addresses to
64 - when guest paging is enabled, we translate guest virtual addresses, to
66 - when the guest launches a guest of its own, we translate nested guest
Dppc-pv.txt180 RAM around where we can live translate instructions to. What happens is the
Dapi.txt1675 is an IOMMU for PAPR-style virtual I/O. It is used to translate
1687 which this TCE table will translate - the table will contain one 64
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Diommu.txt31 master IOMMU devices can translate accesses from more than one master.
/linux-4.1.27/arch/s390/kernel/
Dsclp.S227 tr 0(1,%r11),0(%r10) # translate to EBCDIC
/linux-4.1.27/Documentation/scsi/
Dscsi-changer.txt106 because the kernel will translate the error codes into human-readable
DLICENSE.qla4xxx41 These restrictions translate to certain responsibilities for you if you
DLICENSE.qla2xxx42 These restrictions translate to certain responsibilities for you if you
/linux-4.1.27/arch/alpha/kernel/
Dcore_titan.c723 .translate = titan_agp_translate
Dcore_marvel.c1058 .translate = marvel_agp_translate
/linux-4.1.27/Documentation/acpi/
Denumeration.txt307 we need to translate them to the corresponding Linux GPIO descriptors.
/linux-4.1.27/Documentation/devicetree/bindings/
Dxilinx.txt92 ranges property can be used to translate from parent IP-core to the
/linux-4.1.27/Documentation/usb/
Dgadget_configfs.txt353 The concepts described above translate to USB gadgets like this:
/linux-4.1.27/Documentation/timers/
Dtimekeeping.txt53 The clock source struct shall provide means to translate the provided counter
/linux-4.1.27/Documentation/powerpc/
Dcxl.txt78 associated with each operation. If the PSL can't translate an
Dpci_iov_resource_on_powernv.txt105 * Do not translate addresses (the address on PCIe is the same as the
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt109 locks an entry in the TLB to translate that slot to the specified page. The number of slots is
/linux-4.1.27/Documentation/input/
Datarikbd.txt92 The ikbd can translate mouse motion into the equivalent cursor keystrokes.
147 The ikbd may be commanded to translate the use of either joystick into the
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt208 note that gcc is smart enough to translate the ROL/R macros into
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc539 // translate TILE_MODE into Tp, Th, Td shift values
/linux-4.1.27/tools/usb/usbip/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense36 restrictions translate to certain responsibilities for you if you distribute
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying30 These restrictions translate to certain responsibilities for you if you
/linux-4.1.27/
DCOPYING46 These restrictions translate to certain responsibilities for you if you
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME481 nomapchars Do not translate any of these seven characters (default).
731 translate host names to ip address, and the user space helper must also
/linux-4.1.27/Documentation/security/
Dkeys.txt1112 The name of the key type. This is used to translate a key type name
1317 This method is optional. It is called by KEYCTL_READ to translate the
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt867 When $(call if_changed,objcopy) is used to translate a .o file,
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt753 non-0) within a given bus. In order to translate addresses upward
/linux-4.1.27/Documentation/trace/
Dftrace.txt776 use with user applications that can translate the raw
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2015 should be easy to translate to the filesystem of your choice.