/linux-2.6.39/drivers/staging/msm/ |
D | memory.c | 80 void clean_and_invalidate_caches(unsigned long vstart, in clean_and_invalidate_caches() argument 85 for (vaddr = vstart; vaddr < vstart + length; vaddr += CACHE_LINE_SIZE) in clean_and_invalidate_caches() 96 void clean_caches(unsigned long vstart, in clean_caches() argument 101 for (vaddr = vstart; vaddr < vstart + length; vaddr += CACHE_LINE_SIZE) in clean_caches() 112 void invalidate_caches(unsigned long vstart, in invalidate_caches() argument 117 for (vaddr = vstart; vaddr < vstart + length; vaddr += CACHE_LINE_SIZE) in invalidate_caches()
|
D | mdp4_overlay.c | 1023 unsigned long vstart; in get_img() local 1027 if (!get_pmem_file(img->memory_id, start, &vstart, len, pp_file)) in get_img()
|
D | mdp_ppp.c | 1229 unsigned long vstart; in get_img() local 1231 if (!get_pmem_file(img->memory_id, start, &vstart, len, pp_file)) in get_img()
|
/linux-2.6.39/include/xen/ |
D | xen-ops.h | 21 int xen_create_contiguous_region(unsigned long vstart, unsigned int order, 24 void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order);
|
/linux-2.6.39/arch/powerpc/platforms/cell/ |
D | io-workarounds.c | 32 unsigned long vstart, vend; in iowa_pci_find() local 39 vstart = (unsigned long)phb->io_base_virt; in iowa_pci_find() 40 vend = vstart + phb->pci_io_size - 1; in iowa_pci_find() 41 if ((vaddr >= vstart) && (vaddr <= vend)) in iowa_pci_find()
|
/linux-2.6.39/drivers/media/video/gspca/ |
D | sn9c20x.c | 95 u8 vstart; member 1290 sd->vstart = 7; in ov9650_init_sensor() 1309 sd->vstart = 2; in ov9655_init_sensor() 1329 sd->vstart = 11; in soi968_init_sensor() 1346 sd->vstart = 3; in ov7660_init_sensor() 1365 sd->vstart = 1; in ov7670_init_sensor() 1387 sd->vstart = 2; in mt9v_init_sensor() 1408 sd->vstart = 2; in mt9v_init_sensor() 1430 sd->vstart = 2; in mt9v_init_sensor() 1453 sd->vstart = 2; in mt9m112_init_sensor() [all …]
|
/linux-2.6.39/drivers/xen/ |
D | swiotlb-xen.c | 190 unsigned long vstart; in xen_swiotlb_alloc_coherent() local 203 vstart = __get_free_pages(flags, order); in xen_swiotlb_alloc_coherent() 204 ret = (void *)vstart; in xen_swiotlb_alloc_coherent() 210 if (xen_create_contiguous_region(vstart, order, in xen_swiotlb_alloc_coherent() 212 free_pages(vstart, order); in xen_swiotlb_alloc_coherent()
|
/linux-2.6.39/arch/alpha/boot/ |
D | bootpz.c | 77 check_range(unsigned long vstart, unsigned long vend, in check_range() argument 84 vstart, vend, kstart, kend); in check_range() 87 for (vaddr = vstart; vaddr <= vend; vaddr += PAGE_SIZE) in check_range()
|
/linux-2.6.39/arch/sparc/mm/ |
D | init_64.c | 1401 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range() local 1405 if ((vstart & ~PAGE_MASK) || (vend & ~PAGE_MASK)) { in kernel_map_range() 1407 vstart, vend); in kernel_map_range() 1411 while (vstart < vend) { in kernel_map_range() 1412 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() 1413 pgd_t *pgd = pgd_offset_k(vstart); in kernel_map_range() 1418 pud = pud_offset(pgd, vstart); in kernel_map_range() 1427 pmd = pmd_offset(pud, vstart); in kernel_map_range() 1436 pte = pte_offset_kernel(pmd, vstart); in kernel_map_range() 1437 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range() [all …]
|
D | srmmu.c | 1215 unsigned long vstart = (vbase & SRMMU_PGDIR_MASK); in map_spbank() local 1221 if (vstart < min_vaddr || vstart >= max_vaddr) in map_spbank() 1222 return vstart; in map_spbank() 1227 while(vstart < vend) { in map_spbank() 1228 do_large_mapping(vstart, pstart); in map_spbank() 1229 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; in map_spbank() 1231 return vstart; in map_spbank()
|
/linux-2.6.39/drivers/media/video/ |
D | ov7670.c | 662 int vstart; /* sense to humans, but evidently the sensor */ member 674 .vstart = 10, 685 .vstart = 14, 696 .vstart = 12, 707 .vstart = 14, 720 int vstart, int vstop) in ov7670_set_hw() argument 738 ret += ov7670_write(sd, REG_VSTART, (vstart >> 2) & 0xff); in ov7670_set_hw() 741 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw() 836 ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_s_mbus_fmt()
|
D | stk-sensor.c | 472 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 490 ret += stk_sensor_outb(dev, REG_VSTART, (vstart >> 3) & 0xff); in stk_sensor_set_hw() 493 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
|
D | mt9v011.c | 276 unsigned vstart, hstart; in set_res() local 294 vstart = 8 + (480 - core->height) / 2; in set_res() 295 mt9v011_write(sd, R01_MT9V011_ROWSTART, vstart); in set_res()
|
/linux-2.6.39/arch/x86/xen/ |
D | mmu.c | 2246 int xen_create_contiguous_region(unsigned long vstart, unsigned int order, in xen_create_contiguous_region() argument 2265 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_create_contiguous_region() 2270 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region() 2273 out_frame = virt_to_pfn(vstart); in xen_create_contiguous_region() 2280 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); in xen_create_contiguous_region() 2282 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region() 2290 void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order) in xen_destroy_contiguous_region() argument 2302 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_destroy_contiguous_region() 2307 in_frame = virt_to_mfn(vstart); in xen_destroy_contiguous_region() 2310 xen_zap_pfn_range(vstart, order, NULL, out_frames); in xen_destroy_contiguous_region() [all …]
|
/linux-2.6.39/arch/powerpc/mm/ |
D | hash_utils_64.c | 175 int htab_bolt_mapping(unsigned long vstart, unsigned long vend, in htab_bolt_mapping() argument 189 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 191 for (vaddr = vstart, paddr = pstart; vaddr < vend; in htab_bolt_mapping() 220 static int htab_remove_mapping(unsigned long vstart, unsigned long vend, in htab_remove_mapping() argument 235 for (vaddr = vstart; vaddr < vend; vaddr += step) in htab_remove_mapping()
|
/linux-2.6.39/mm/ |
D | vmalloc.c | 334 unsigned long vstart, unsigned long vend, in alloc_vmap_area() argument 365 vstart < cached_vstart || in alloc_vmap_area() 372 cached_vstart = vstart; in alloc_vmap_area() 379 if (addr < vstart) in alloc_vmap_area() 385 addr = ALIGN(vstart, align); in alloc_vmap_area() 435 BUG_ON(va->va_start < vstart); in alloc_vmap_area()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | mmu-hash64.h | 256 extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend,
|
/linux-2.6.39/drivers/media/video/em28xx/ |
D | em28xx-core.c | 721 static int em28xx_capture_area_set(struct em28xx *dev, u8 hstart, u8 vstart, in em28xx_capture_area_set() argument 733 em28xx_write_regs(dev, EM28XX_R1D_VSTART, &vstart, 1); in em28xx_capture_area_set()
|
/linux-2.6.39/drivers/usb/serial/ |
D | ftdi_sio.c | 2030 unsigned char vstart; in ftdi_set_termios() local 2153 vstart = termios->c_cc[VSTART]; in ftdi_set_termios() 2155 urb_value = (vstop << 8) | (vstart); in ftdi_set_termios()
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | intel_display.c | 6664 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local 6686 vstart = (I915_READ(PXVFREQ_BASE + (fstart * 4)) & PXVFREQ_PX_MASK) >> in ironlake_enable_drps() 6705 I915_WRITE(VIDSTART, vstart); in ironlake_enable_drps()
|