/linux-4.1.27/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 | 488 int hpos; member
|
D | lpt.c | 2171 if (lprops->hpos < heap->cnt && in dbg_chk_pnode() 2172 heap->arr[lprops->hpos] == lprops) in dbg_chk_pnode()
|
D | debug.c | 899 i, lprops->lnum, lprops->hpos, lprops->free, in ubifs_dump_heap()
|
/linux-4.1.27/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-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 95 nouveau_display_scanoutpos_head(struct drm_crtc *crtc, int *vpos, int *hpos, in nouveau_display_scanoutpos_head() argument 122 *hpos = args.scan.hline; in nouveau_display_scanoutpos_head() 135 int *vpos, int *hpos, ktime_t *stime, ktime_t *etime) in nouveau_display_scanoutpos() argument 141 return nouveau_display_scanoutpos_head(crtc, vpos, hpos, in nouveau_display_scanoutpos()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_irq.c | 673 int vpos, hpos, i; in drm_calc_vbltimestamp_from_scanoutpos() local 714 &hpos, &stime, &etime); in drm_calc_vbltimestamp_from_scanoutpos() 751 delta_ns = vpos * linedur_ns + hpos * pixeldur_ns; in drm_calc_vbltimestamp_from_scanoutpos() 768 crtc, (int)vbl_status, hpos, vpos, in drm_calc_vbltimestamp_from_scanoutpos()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo_regs.h | 599 unsigned int hpos:1; member
|
D | psb_intel_sdvo.c | 160 struct drm_property *hpos; member 1772 CHECK_PROPERTY(hpos, HPOS) in psb_intel_sdvo_set_property() 2394 ENHANCEMENT(hpos, HPOS); in psb_intel_sdvo_create_enhance_property_tv()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sdvo_regs.h | 604 unsigned int hpos:1; member
|
D | intel_sdvo.c | 170 struct drm_property *hpos; member 2159 CHECK_PROPERTY(hpos, HPOS) in intel_sdvo_set_property() 2844 ENHANCEMENT(hpos, HPOS); in intel_sdvo_create_enhance_property_tv()
|
D | i915_irq.c | 638 unsigned int flags, int *vpos, int *hpos, in i915_get_crtc_scanoutpos() argument 748 *hpos = 0; in i915_get_crtc_scanoutpos() 751 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 291 int vpos, hpos; in radeon_crtc_handle_vblank() local 326 &vpos, &hpos, NULL, NULL)) && in radeon_crtc_handle_vblank() 1792 int *vpos, int *hpos, ktime_t *stime, ktime_t *etime) in radeon_get_crtc_scanoutpos() argument 1896 *hpos = (position >> 16) & 0x1fff; in radeon_get_crtc_scanoutpos()
|
D | radeon_drv.c | 128 int *vpos, int *hpos, ktime_t *stime,
|
D | radeon_mode.h | 881 int *vpos, int *hpos, ktime_t *stime,
|
D | radeon_pm.c | 1757 int crtc, vpos, hpos, vbl_status; in radeon_pm_in_vbl() local 1765 vbl_status = radeon_get_crtc_scanoutpos(rdev->ddev, crtc, 0, &vpos, &hpos, NULL, NULL); in radeon_pm_in_vbl()
|
/linux-4.1.27/include/drm/ |
D | drmP.h | 499 int *vpos, int *hpos, ktime_t *stime,
|