/linux-4.4.14/Documentation/fb/ |
D | viafb.modes | 30 geometry 640 480 640 480 32 33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode 54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode 75 geometry 640 480 640 480 32 timings 27777 80 56 25 1 56 3 endmode 96 geometry 640 480 640 480 32 timings 23168 104 40 25 1 64 3 endmode 117 geometry 640 480 640 480 32 timings 19081 104 40 31 1 64 3 endmode 138 geometry 720 480 720 480 32 timings 37202 88 16 14 1 72 3 endmode 159 geometry 800 480 800 480 32 timings 33805 96 24 10 3 72 7 endmode 180 geometry 720 576 720 576 32 timings 30611 96 24 17 1 72 3 endmode 201 geometry 800 600 800 600 32 [all …]
|
D | framebuffer.txt | 87 visible and virtual geometry, depth, color map format, timing, and so on.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pamu.txt | 59 - fsl,primary-cache-geometry 61 Two cells that specify the geometry of the primary PAMU 65 - fsl,secondary-cache-geometry 67 Two cells that specify the geometry of the secondary PAMU 109 fsl,primary-cache-geometry = <32 1>; 110 fsl,secondary-cache-geometry = <128 2>; 115 fsl,primary-cache-geometry = <32 1>; 116 fsl,secondary-cache-geometry = <128 2>; 121 fsl,primary-cache-geometry = <32 1>; 122 fsl,secondary-cache-geometry = <128 2>; [all …]
|
/linux-4.4.14/drivers/iommu/ |
D | s390-iommu.c | 113 domain->geometry.aperture_start = zdev->start_dma; in s390_iommu_attach_device() 114 domain->geometry.aperture_end = zdev->end_dma; in s390_iommu_attach_device() 115 domain->geometry.force_aperture = true; in s390_iommu_attach_device() 117 } else if (domain->geometry.aperture_start != zdev->start_dma || in s390_iommu_attach_device() 118 domain->geometry.aperture_end != zdev->end_dma) { in s390_iommu_attach_device() 222 if (dma_addr < s390_domain->domain.geometry.aperture_start || in s390_iommu_update_trans() 223 dma_addr + size > s390_domain->domain.geometry.aperture_end) in s390_iommu_update_trans() 295 if (iova < domain->geometry.aperture_start || in s390_iommu_iova_to_phys() 296 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys()
|
D | fsl_pamu_domain.c | 73 geom = &dma_domain->iommu_domain.geometry; in get_phys_addr() 131 phys_addr_t wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; in map_win() 180 wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; in update_liodn() 394 if (iova < domain->geometry.aperture_start || in fsl_pamu_iova_to_phys() 395 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys() 432 dma_domain->iommu_domain. geometry.aperture_start = 0; in fsl_pamu_domain_alloc() 433 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc() 434 dma_domain->iommu_domain.geometry.force_aperture = true; in fsl_pamu_domain_alloc() 576 ret = check_size(size, domain->geometry.aperture_start); in fsl_pamu_window_enable() 638 &domain->geometry, win_cnt); in handle_attach_device() [all …]
|
D | dma-iommu.c | 102 if (domain->geometry.force_aperture) { in iommu_dma_init_domain() 103 if (base > domain->geometry.aperture_end || in iommu_dma_init_domain() 104 base + size <= domain->geometry.aperture_start) { in iommu_dma_init_domain() 110 domain->geometry.aperture_start >> order); in iommu_dma_init_domain() 112 domain->geometry.aperture_end >> order); in iommu_dma_init_domain()
|
D | tegra-gart.c | 238 gart_domain->domain.geometry.aperture_start = gart->iovmm_base; in gart_iommu_domain_alloc() 239 gart_domain->domain.geometry.aperture_end = gart->iovmm_base + in gart_iommu_domain_alloc() 241 gart_domain->domain.geometry.force_aperture = true; in gart_iommu_domain_alloc()
|
D | msm_iommu.c | 238 priv->domain.geometry.aperture_start = 0; in msm_iommu_domain_alloc() 239 priv->domain.geometry.aperture_end = (1ULL << 32) - 1; in msm_iommu_domain_alloc() 240 priv->domain.geometry.force_aperture = true; in msm_iommu_domain_alloc()
|
D | tegra-smmu.c | 295 as->domain.geometry.aperture_start = 0; in tegra_smmu_domain_alloc() 296 as->domain.geometry.aperture_end = 0xffffffff; in tegra_smmu_domain_alloc() 297 as->domain.geometry.force_aperture = true; in tegra_smmu_domain_alloc()
|
D | iommu.c | 1499 struct iommu_domain_geometry *geometry; in iommu_domain_get_attr() local 1506 geometry = data; in iommu_domain_get_attr() 1507 *geometry = domain->geometry; in iommu_domain_get_attr()
|
D | exynos-iommu.c | 698 domain->domain.geometry.aperture_start = 0; in exynos_iommu_domain_alloc() 699 domain->domain.geometry.aperture_end = ~0UL; in exynos_iommu_domain_alloc() 700 domain->domain.geometry.force_aperture = true; in exynos_iommu_domain_alloc()
|
D | omap-iommu.c | 1169 omap_domain->domain.geometry.aperture_start = 0; in omap_iommu_domain_alloc() 1170 omap_domain->domain.geometry.aperture_end = (1ULL << 32) - 1; in omap_iommu_domain_alloc() 1171 omap_domain->domain.geometry.force_aperture = true; in omap_iommu_domain_alloc()
|
D | amd_iommu.c | 2943 pdomain->domain.geometry.aperture_start = 0; in amd_iommu_domain_alloc() 2944 pdomain->domain.geometry.aperture_end = ~0ULL; in amd_iommu_domain_alloc() 2945 pdomain->domain.geometry.force_aperture = true; in amd_iommu_domain_alloc()
|
D | intel-iommu.c | 4772 domain->geometry.aperture_start = 0; in intel_iommu_domain_alloc() 4773 domain->geometry.aperture_end = __DOMAIN_MAX_ADDR(dmar_domain->gaw); in intel_iommu_domain_alloc() 4774 domain->geometry.force_aperture = true; in intel_iommu_domain_alloc()
|
/linux-4.4.14/Documentation/scsi/ |
D | aha152x.txt | 111 The number of cylinders/heads/sectors is called geometry and is required 116 geometry just to be able to support that addressing scheme. The geometry 118 do with the real/physical geometry of the disk (which is usually 124 the right geometry to be able to interpret it. 130 The AHA-1522 BIOS calculates the geometry by fixing the number of heads 148 geometry right in most cases: 153 - take current geometry from the partition table
|
D | ChangeLog.1992-1997 | 1129 read the partition table. Attempt to deduce the geometry from 1132 of identifying the geometry. 1773 data. Use kernel_scsi_ioctl to request mode page with geometry.
|
D | ChangeLog.megaraid_sas | 511 i. bios_param entry added in scsi_host_template that returns disk geometry
|
D | scsi_mid_low_api.txt | 776 * Notes: an arbitrary geometry (based on READ CAPACITY) is used
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | p5040si-post.dtsi | 274 fsl,primary-cache-geometry = <32 1>; 275 fsl,secondary-cache-geometry = <128 2>; 280 fsl,primary-cache-geometry = <32 1>; 281 fsl,secondary-cache-geometry = <128 2>; 286 fsl,primary-cache-geometry = <32 1>; 287 fsl,secondary-cache-geometry = <128 2>; 292 fsl,primary-cache-geometry = <32 1>; 293 fsl,secondary-cache-geometry = <128 2>; 298 fsl,primary-cache-geometry = <32 1>; 299 fsl,secondary-cache-geometry = <128 2>;
|
D | p5020si-post.dtsi | 320 fsl,primary-cache-geometry = <32 1>; 321 fsl,secondary-cache-geometry = <128 2>; 326 fsl,primary-cache-geometry = <32 1>; 327 fsl,secondary-cache-geometry = <128 2>; 332 fsl,primary-cache-geometry = <32 1>; 333 fsl,secondary-cache-geometry = <128 2>; 338 fsl,primary-cache-geometry = <32 1>; 339 fsl,secondary-cache-geometry = <128 2>;
|
D | p2041si-post.dtsi | 288 fsl,primary-cache-geometry = <32 1>; 289 fsl,secondary-cache-geometry = <128 2>; 294 fsl,primary-cache-geometry = <32 1>; 295 fsl,secondary-cache-geometry = <128 2>; 300 fsl,primary-cache-geometry = <32 1>; 301 fsl,secondary-cache-geometry = <128 2>; 306 fsl,primary-cache-geometry = <32 1>; 307 fsl,secondary-cache-geometry = <128 2>;
|
D | p4080si-post.dtsi | 323 fsl,primary-cache-geometry = <32 1>; 324 fsl,secondary-cache-geometry = <128 2>; 329 fsl,primary-cache-geometry = <32 1>; 330 fsl,secondary-cache-geometry = <128 2>; 335 fsl,primary-cache-geometry = <32 1>; 336 fsl,secondary-cache-geometry = <128 2>; 341 fsl,primary-cache-geometry = <32 1>; 342 fsl,secondary-cache-geometry = <128 2>; 347 fsl,primary-cache-geometry = <32 1>; 348 fsl,secondary-cache-geometry = <128 2>;
|
D | p3041si-post.dtsi | 315 fsl,primary-cache-geometry = <32 1>; 316 fsl,secondary-cache-geometry = <128 2>; 321 fsl,primary-cache-geometry = <32 1>; 322 fsl,secondary-cache-geometry = <128 2>; 327 fsl,primary-cache-geometry = <32 1>; 328 fsl,secondary-cache-geometry = <128 2>; 333 fsl,primary-cache-geometry = <32 1>; 334 fsl,secondary-cache-geometry = <128 2>;
|
D | b4si-post.dtsi | 365 fsl,primary-cache-geometry = <8 1>; 366 fsl,secondary-cache-geometry = <32 2>; 372 fsl,primary-cache-geometry = <32 1>; 373 fsl,secondary-cache-geometry = <32 2>; 379 fsl,primary-cache-geometry = <32 1>; 380 fsl,secondary-cache-geometry = <32 2>; 386 fsl,primary-cache-geometry = <32 1>; 387 fsl,secondary-cache-geometry = <32 2>;
|
D | t2081si-post.dtsi | 509 fsl,primary-cache-geometry = <32 1>; 510 fsl,secondary-cache-geometry = <128 2>; 515 fsl,primary-cache-geometry = <32 1>; 516 fsl,secondary-cache-geometry = <128 2>; 521 fsl,primary-cache-geometry = <32 1>; 522 fsl,secondary-cache-geometry = <128 2>;
|
D | t1023si-post.dtsi | 228 fsl,primary-cache-geometry = <128 1>; 229 fsl,secondary-cache-geometry = <32 2>;
|
D | t1040si-post.dtsi | 409 fsl,primary-cache-geometry = <128 1>; 410 fsl,secondary-cache-geometry = <16 2>;
|
/linux-4.4.14/include/uapi/linux/ |
D | virtio_blk.h | 68 } geometry; member
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | drm.c | 127 struct iommu_domain_geometry *geometry; in tegra_drm_load() local 136 geometry = &tegra->domain->geometry; in tegra_drm_load() 137 start = geometry->aperture_start; in tegra_drm_load() 138 end = geometry->aperture_end; in tegra_drm_load()
|
/linux-4.4.14/Documentation/video4linux/ |
D | meye.txt | 70 xawtv -c /dev/video0 -geometry 640x480 72 xawtv -c /dev/video0 -geometry 320x240
|
D | soc-camera.txt | 109 Above user ioctls modify image geometry as follows: 131 output geometry. This is necessary to correctly configure the camera bus. 140 User window geometry is kept in .user_width and .user_height fields in struct
|
D | Zoran | 336 standard is "more constant" for current country than geometry
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 82 For really weird situations, the apparent (fdisk) geometry can also be specified 92 The results of successful auto-probing may override the physical geometry/irq 93 specified, though the "original" geometry may be retained as the "logical" 94 geometry for partitioning purposes (fdisk).
|
/linux-4.4.14/drivers/memstick/core/ |
D | ms_block.h | 155 struct hd_geometry geometry; member
|
D | ms_block.c | 1750 msb->geometry.cylinders = chs_table[i].cyl; in msb_init_card() 1751 msb->geometry.heads = chs_table[i].head; in msb_init_card() 1752 msb->geometry.sectors = chs_table[i].sec; in msb_init_card() 1999 *geo = msb->geometry; in msb_bd_getgeo()
|
/linux-4.4.14/drivers/md/ |
D | dm-ioctl.c | 925 struct hd_geometry geometry; in dev_set_geometry() local 954 geometry.cylinders = indata[0]; in dev_set_geometry() 955 geometry.heads = indata[1]; in dev_set_geometry() 956 geometry.sectors = indata[2]; in dev_set_geometry() 957 geometry.start = indata[3]; in dev_set_geometry() 959 r = dm_set_geometry(md, &geometry); in dev_set_geometry()
|
D | dm.c | 210 struct hd_geometry geometry; member 890 *geo = md->geometry; in dm_get_geometry() 907 md->geometry = *geo; in dm_set_geometry() 2491 memset(&md->geometry, 0, sizeof(md->geometry)); in __bind()
|
/linux-4.4.14/drivers/block/ |
D | virtio_blk.c | 285 geometry.cylinders, &geo->cylinders); in virtblk_getgeo() 287 geometry.heads, &geo->heads); in virtblk_getgeo() 289 geometry.sectors, &geo->sectors); in virtblk_getgeo()
|
/linux-4.4.14/fs/f2fs/ |
D | Kconfig | 11 the internal geometry or flash memory management schemes aka FTL, F2FS
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 17 HDIO_GETGEO get device geometry 85 HDIO_GETGEO get device geometry 112 Not particularly useful with modern disk drives, whose geometry 115 drive geometry is an abstraction which is actually subject 116 to change. Currently (as of Nov 2004), the geometry values
|
/linux-4.4.14/include/linux/ |
D | iommu.h | 83 struct iommu_domain_geometry geometry; member
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | mbox_defs.h | 760 uint8_t geometry :4; member
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 107 the flash geometry (particularly the NAND page
|
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.c | 1574 struct boot_rom_geometry *geometry = &this->rom_geometry; in nand_boot_set_geometry() local 1584 geometry->stride_size_in_pages = 64; in nand_boot_set_geometry() 1594 geometry->search_area_stride_exponent = 2; in nand_boot_set_geometry()
|
/linux-4.4.14/drivers/scsi/ |
D | megaraid.h | 632 u8 geometry:4; /* member
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 68 bool "Specific CFI Flash geometry selection"
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs.txt | 209 after an underlying RAID device has had it's geometry
|
D | f2fs.txt | 17 according to its internal geometry or flash memory management scheme, namely FTL,
|
D | proc.txt | 1043 geometry physical and logical geometry
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 254 This option sets the disk geometry of an IDE disk. The first hd= 257 to use this option, since the kernel can obtain the geometry data
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.cc | 873 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
|
/linux-4.4.14/Documentation/ |
D | md.txt | 218 part or the geometry of the array. It is measured in sectors
|
D | kernel-parameters.txt | 1293 hd= [EIDE] (E)IDE hard drive subsystem geometry
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 243 will cause the logical drive geometry to have more than 65535 cylinders which
|