/linux-2.6.39/fs/ubifs/ |
D | lprops.c | 65 int val1, val2, hpos; in move_up_lpt_heap() local 67 hpos = lprops->hpos; in move_up_lpt_heap() 68 if (!hpos) in move_up_lpt_heap() 73 int ppos = (hpos - 1) / 2; in move_up_lpt_heap() 79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap() 80 heap->arr[hpos] = heap->arr[ppos]; in move_up_lpt_heap() 82 lprops->hpos = ppos; in move_up_lpt_heap() 83 hpos = ppos; in move_up_lpt_heap() 84 } while (hpos); in move_up_lpt_heap() 100 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() argument [all …]
|
D | ubifs.h | 480 int hpos; member
|
D | lpt.c | 2170 if (lprops->hpos < heap->cnt && in dbg_chk_pnode() 2171 heap->arr[lprops->hpos] == lprops) in dbg_chk_pnode()
|
D | debug.c | 901 "flags %d\n", i, lprops->lnum, lprops->hpos, in dbg_dump_heap()
|
/linux-2.6.39/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 335 int flicker, contrast, hpos, vpos; in ch7006_setup_properties() local 352 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) in ch7006_setup_properties() 355 setbitf(state, CH7006_POV, HPOS_8, hpos); in ch7006_setup_properties() 356 setbitf(state, CH7006_HPOS, 0, hpos); in ch7006_setup_properties() 364 ch7006_dbg(client, "hpos: %d, vpos: %d\n", hpos, vpos); in ch7006_setup_properties()
|
/linux-2.6.39/drivers/gpu/drm/ |
D | drm_irq.c | 572 int vpos, hpos, i; in drm_calc_vbltimestamp_from_scanoutpos() local 621 vbl_status = dev->driver->get_scanout_position(dev, crtc, &vpos, &hpos); in drm_calc_vbltimestamp_from_scanoutpos() 662 delta_ns = (s64) vpos * linedur_ns + (s64) hpos * pixeldur_ns; in drm_calc_vbltimestamp_from_scanoutpos() 688 crtc, (int) vbl_status, hpos, vpos, raw_time.tv_sec, in drm_calc_vbltimestamp_from_scanoutpos()
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 278 int vpos, hpos; in radeon_crtc_handle_flip() local 305 &vpos, &hpos)) && in radeon_crtc_handle_flip() 1502 int radeon_get_crtc_scanoutpos(struct drm_device *dev, int crtc, int *vpos, int *hpos) in radeon_get_crtc_scanoutpos() argument 1594 *hpos = (position >> 16) & 0x1fff; in radeon_get_crtc_scanoutpos()
|
D | radeon_drv.c | 84 int *vpos, int *hpos);
|
D | radeon_pm.c | 737 int crtc, vpos, hpos, vbl_status; in radeon_pm_in_vbl() local 745 vbl_status = radeon_get_crtc_scanoutpos(rdev->ddev, crtc, &vpos, &hpos); in radeon_pm_in_vbl()
|
D | radeon_mode.h | 583 int *vpos, int *hpos);
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | intel_sdvo_regs.h | 599 unsigned int hpos:1; member
|
D | intel_sdvo.c | 158 struct drm_property *hpos; member 1641 if (intel_sdvo_connector->hpos) in intel_sdvo_destroy_enhance_property() 1642 drm_property_destroy(dev, intel_sdvo_connector->hpos); in intel_sdvo_destroy_enhance_property() 1814 CHECK_PROPERTY(hpos, HPOS) in intel_sdvo_set_property() 2422 ENHANCEMENT(hpos, HPOS); in intel_sdvo_create_enhance_property_tv()
|
D | i915_irq.c | 202 int *vpos, int *hpos) in i915_get_crtc_scanoutpos() argument 229 *hpos = 0; in i915_get_crtc_scanoutpos() 239 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()
|
D | i915_drv.h | 1037 int *vpos, int *hpos);
|
/linux-2.6.39/include/drm/ |
D | drmP.h | 819 int *vpos, int *hpos);
|