/linux-3.4.99/drivers/mtd/maps/ |
D | pci.c | 29 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member 37 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member 45 val.x[0]= readb(map->base + map->translate(map, ofs)); in mtd_pci_read8() 55 val.x[0] = readw(map->base + map->translate(map, ofs)); 64 val.x[0] = readl(map->base + map->translate(map, ofs)); in mtd_pci_read32() 72 memcpy_fromio(to, map->base + map->translate(map, from), len); in mtd_pci_copyfrom() 79 writeb(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write8() 87 writew(val.x[0], map->base + map->translate(map, ofs)); 94 writel(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write32() 100 memcpy_toio(map->base + map->translate(map, to), from, len); in mtd_pci_copyto() [all …]
|
/linux-3.4.99/drivers/of/ |
D | address.c | 41 int (*translate)(u32 *addr, u64 offset, int na); member 294 .translate = of_bus_pci_translate, 305 .translate = of_bus_isa_translate, 315 .translate = of_bus_default_translate, 390 return pbus->translate(addr, offset, pna); in of_translate_one()
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | agp_backend.h | 38 unsigned long (*translate)(alpha_agp_info *, dma_addr_t); member
|
/linux-3.4.99/Documentation/netlabel/ |
D | cipso_ipv4.txt | 30 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
|
D | lsm_interface.txt | 23 configuration. It is up to the LSM developer to translate the NetLabel
|
/linux-3.4.99/net/openvswitch/ |
D | Kconfig | 20 translate it into packet processing rules.
|
/linux-3.4.99/Documentation/filesystems/nfs/ |
D | idmapper.txt | 5 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
|
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | gpio.txt | 2 this information will be used to translate gpio-specifiers.
|
/linux-3.4.99/drivers/net/wireless/ |
D | ray_cs.c | 147 static int translate = 1; variable 181 module_param(translate, int, 0); 915 if (translate) { in ray_hw_xmit() 1353 translate = *(extra); /* Set framing mode */ in ray_set_framing() 1365 *(extra) = translate; in ray_get_framing() 2118 if (translate) { in rx_data() 2200 if (!translate) { in rx_data() 2608 seq_printf(m, "Framing mode = %s\n", framing[translate]); in ray_cs_proc_show() 2815 proc_create_data("driver/ray_cs/translate", S_IWUSR, NULL, &int_proc_fops, &translate); in init_ray_cs() 2817 if (translate != 0) in init_ray_cs() [all …]
|
/linux-3.4.99/fs/udf/ |
D | partition.c | 71 goto translate; in udf_get_pblock_virt15() 96 translate: in udf_get_pblock_virt15()
|
/linux-3.4.99/Documentation/devicetree/bindings/gpio/ |
D | 8xxx_gpio.txt | 7 this information will be used to translate gpio-specifiers.
|
/linux-3.4.99/Documentation/parisc/ |
D | debugging | 9 rest of the kernel. To translate an absolute address to a virtual
|
/linux-3.4.99/drivers/char/agp/ |
D | alpha-agp.c | 24 pa = agp->ops->translate(agp, dma_addr); in alpha_core_agp_vm_fault()
|
/linux-3.4.99/Documentation/virtual/kvm/ |
D | mmu.txt | 58 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
|
D | ppc-pv.txt | 168 RAM around where we can live translate instructions to. What happens is the
|
/linux-3.4.99/Documentation/infiniband/ |
D | user_verbs.txt | 35 ib_uverbs module maintains idr tables that are used to translate
|
/linux-3.4.99/Documentation/sound/alsa/ |
D | compress_offload.txt | 69 to expose, translate and make use of the capabilities of the audio 178 in nature and data written/read doesn't translate directly to
|
/linux-3.4.99/Documentation/networking/ |
D | policy-routing.txt | 43 translate packet source address.
|
D | ray_cs.txt | 122 translate integer 0 = no translation (encapsulate frames)
|
D | operstates.txt | 105 scheduled to translate the flag combination to IFLA_OPERSTATE as
|
/linux-3.4.99/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 96 "interrupt-map" properties to translate the motherboard's address
|
/linux-3.4.99/Documentation/filesystems/ |
D | gfs2-glocks.txt | 24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
|
/linux-3.4.99/Documentation/ |
D | DMA-ISA-LPC.txt | 53 To translate the virtual address to a physical use the normal DMA
|
/linux-3.4.99/arch/s390/kernel/ |
D | sclp.S | 226 tr 0(1,%r11),0(%r10) # translate to EBCDIC
|
/linux-3.4.99/Documentation/scsi/ |
D | scsi-changer.txt | 106 because the kernel will translate the error codes into human-readable
|