| /linux/Documentation/input/ |
| H A D | shape.svg | 2 …<polyline transform="translate(-121.88 -68.4)" points="4200 3600 4200 3075 4950 2325 7425 2325 825… 3 …<polyline transform="translate(-121.88 -68.4)" points="4200 3675 4200 5400" fill="none" stroke="#0… 4 …<polyline transform="translate(-121.88 -68.4)" points="8250 3675 8250 5400" fill="none" stroke="#0… 5 …<polyline transform="translate(-121.88 -68.4)" points="3675 3600 8700 3600" fill="none" stroke="#0… 6 …<polyline transform="translate(-121.88 -68.4)" points="8775 3600 10200 3600" fill="none" stroke="#… 7 …<polyline transform="translate(-121.88 -68.4)" points="8325 3150 9075 3150" fill="none" stroke="#0… 8 …<polyline transform="translate(-121.88 -68.4)" points="7500 2325 10200 2325" fill="none" stroke="#… 9 …<polyline transform="translate(-121.88 -68.4)" points="3600 3600 3e3 3600" fill="none" stroke="#00… 10 …<polyline transform="translate(-121.88 -68.4)" points="4125 3075 3e3 3075" fill="none" stroke="#00… 11 …<polyline transform="translate(-121.88 -68.4)" points="4217 5400 8158 5400" fill="none" stroke="#0… [all …]
|
| H A D | interactive.svg | 2 …<polyline transform="translate(-18.5,-16.294)" points="1200 3600 1800 3600 2400 4800 3e3 4800 4200… 4 …<polyline transform="translate(-18.5,-16.294)" points="1200 4800 4800 4800" fill="none" stroke="#0… 5 …<polyline transform="translate(-18.5,-16.294)" points="2400 4800 2400 6525 1950 7125 1950 7800" fi… 6 …<polyline transform="translate(-18.5,-16.294)" points="3e3 4800 3e3 6525 3600 7125 3600 7800" fill… 7 …<polyline transform="translate(-18.5,-16.294)" points="3837 5389 4125 5100 5400 5100" fill="none" … 8 …<polyline transform="translate(-18.5,-16.294)" points="3889 5292 3826 5398 3932 5334" fill="none" … 9 …<polyline transform="translate(-18.5,-16.294)" points="2112 4189 2400 3900 5400 3900" fill="none" … 10 …<polyline transform="translate(-18.5,-16.294)" points="2164 4092 2101 4198 2207 4134" fill="none" … 11 …<polyline transform="translate(-18.5,-16.294)" points="4800 5700 5400 5700" fill="none" stroke="#0… 12 …<polyline transform="translate(-18.5,-16.294)" points="1800 3600 5400 3600" fill="none" stroke="#0… [all …]
|
| /linux/drivers/mtd/maps/ |
| H A D | pci.c | 25 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member 33 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member 41 val.x[0]= readb(map->base + map->translate(map, ofs)); in mtd_pci_read8() 49 val.x[0] = readl(map->base + map->translate(map, ofs)); in mtd_pci_read32() 56 memcpy_fromio(to, map->base + map->translate(map, from), len); in mtd_pci_copyfrom() 62 writeb(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write8() 68 writel(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write32() 74 memcpy_toio(map->base + map->translate(map, to), from, len); in mtd_pci_copyto() 147 .translate = intel_iq80310_translate, 220 .translate = intel_dc21285_translate, [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/ |
| H A D | gpio_service.c | 68 if (!dal_hw_translate_init(&service->translate, dce_version, in dal_gpio_service_create() 134 if (!service->translate.funcs->offset_to_id(offset, mask, &id, &en)) { in dal_gpio_service_create_irq() 151 if (!service->translate.funcs->offset_to_id(offset, mask, &id, &en)) { in dal_gpio_service_create_generic_mux() 183 if (service->translate.funcs->id_to_offset) { in dal_gpio_get_generic_pin_info() 184 service->translate.funcs->id_to_offset(id, en, &pin); in dal_gpio_get_generic_pin_info() 498 if (!service->translate.funcs->offset_to_id(offset, mask, &id, &en)) in dal_gpio_create_ddc()
|
| H A D | hw_translate.h | 46 struct hw_translate *translate,
|
| H A D | gpio_service.h | 34 struct hw_translate translate; member
|
| /linux/drivers/mfd/ |
| H A D | rave-sp.c | 156 int (*translate)(enum rave_sp_command); member 355 command = sp->variant->cmd.translate(data[0]); in rave_sp_exec() 733 .translate = rave_sp_default_cmd_translate, 741 .translate = rave_sp_rdu1_cmd_translate, 749 .translate = rave_sp_rdu2_cmd_translate,
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 58 The global page directory pointer of the kernel. Used to translate 99 similar to the mem_map variable, both of them are used to translate an 429 translate virtual to physical addresses. 435 kimage_voffset, which is used to translate virtual to physical 476 extensions. Used to translate virtual to physical addresses. 517 it is used to translate vmemmap kernel virtual addresses. 522 The size of a page. Used to translate virtual to physical addresses. 596 Used to translate virtual to physical addresses.
|
| /linux/drivers/of/ |
| H A D | address.c | 35 int (*translate)(__be32 *addr, u64 offset, int na); member 347 .translate = of_bus_default_flags_translate, 359 .translate = of_bus_default_flags_translate, 370 .translate = of_bus_default_flags_translate, 381 .translate = of_bus_default_translate, 479 return pbus->translate(addr, offset, pna); in of_translate_one()
|
| /linux/drivers/media/pci/pt3/ |
| H A D | pt3_i2c.c | 104 static void translate(struct pt3_i2cbuf *cbuf, struct i2c_msg *msgs, int num) in translate() function 210 translate(cbuf, msgs, num); in pt3_i2c_master_xfer()
|
| /linux/Documentation/netlabel/ |
| H A D | cipso_ipv4.rst | 36 to decode and translate the CIPSO label on the packet the LSM must use the 44 The CIPSO/IPv4 protocol engine contains a mechanism to translate CIPSO security
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
| H A D | hw_translate_dce60.c | 408 struct hw_translate *translate) in dal_hw_translate_dce60_init() argument 410 translate->funcs = &funcs; in dal_hw_translate_dce60_init()
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
| H A D | hw_translate_dce80.c | 408 struct hw_translate *translate) in dal_hw_translate_dce80_init() argument 410 translate->funcs = &funcs; in dal_hw_translate_dce80_init()
|
| /linux/arch/alpha/include/asm/ |
| H A D | agp_backend.h | 39 unsigned long (*translate)(alpha_agp_info *, dma_addr_t); member
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-idmapper.rst | 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
|
| H A D | pnfs-block-server.rst | 27 how to translate the device into a serial number from SCSI EVPD 0x80::
|
| /linux/drivers/irqchip/ |
| H A D | irq-nvic.c | 67 .translate = irq_domain_translate_onecell,
|
| H A D | irq-uniphier-aidet.c | 159 .translate = uniphier_aidet_domain_translate,
|
| H A D | irq-vf610-mscm-ir.c | 173 .translate = vf610_mscm_ir_domain_translate,
|
| /linux/Documentation/arch/arm64/ |
| H A D | hugetlbpage.rst | 20 mappings reduce the depth of page table walk needed to translate hugepage
|
| /linux/Documentation/filesystems/ |
| H A D | idmappings.rst | 42 that make it easier to understand how we can translate between idmappings. For 51 sensibly translate between different idmappings. For example, assume we've been 75 we would fail to translate as the sets aren't order isomorphic over the full 193 We've already seen briefly that it is possible to translate between different 212 then translate ``k11000`` into a userspace id in the second idmapping using the 252 It is possible to translate a kernel id from one idmapping to another one via 261 and we are given ``k11000`` in the first idmapping. In order to translate this 275 As you can see we used the userspace idmapset in both idmappings to translate 621 is then used to translate from the caller's idmapping to the filesystem's 701 Idmapping functions were added that translate between idmappings. They make use [all …]
|
| /linux/Documentation/arch/parisc/ |
| H A D | debugging.rst | 14 rest of the kernel. To translate an absolute address to a virtual
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A D | gpio.txt | 2 this information will be used to translate gpio-specifiers.
|
| /linux/drivers/char/agp/ |
| H A D | alpha-agp.c | 22 pa = agp->ops->translate(agp, dma_addr); in alpha_core_agp_vm_fault()
|
| /linux/net/openvswitch/ |
| H A D | Kconfig | 34 translate it into packet processing rules.
|