/Linux-v4.19/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 | 485 int hpos; member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | dvo_ns2501.c | 217 u16 hpos; /* horizontal position + 256, 98/99 */ member 244 .hpos = 0, 264 .hpos = 0, 283 .hpos = 0, 628 ns2501_writeb(dvo, NS2501_REG98, conf->hpos & 0xff); in ns2501_mode_set() 629 ns2501_writeb(dvo, NS2501_REG99, conf->hpos >> 8); in ns2501_mode_set()
|
D | intel_sdvo.c | 157 struct drm_property *hpos; member 182 unsigned overscan_h, overscan_v, hpos, vpos, sharpness; member 1227 if (intel_sdvo_conn->hpos) in intel_sdvo_update_props() 1228 UPDATE_PROPERTY(sdvo_state->tv.hpos, HPOS); in intel_sdvo_update_props() 2118 else if (property == intel_sdvo_connector->hpos) in intel_sdvo_connector_atomic_get_property() 2119 *val = sdvo_state->tv.hpos; in intel_sdvo_connector_atomic_get_property() 2176 else if (property == intel_sdvo_connector->hpos) in intel_sdvo_connector_atomic_set_property() 2177 sdvo_state->tv.hpos = val; in intel_sdvo_connector_atomic_set_property() 2912 ENHANCEMENT(&sdvo_state->tv, hpos, HPOS); in intel_sdvo_create_enhance_property_tv()
|
D | intel_sdvo_regs.h | 604 unsigned int hpos:1; member
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_display.c | 81 int vpos, hpos; in amdgpu_display_flip_work_func() local 95 &vpos, &hpos, NULL, NULL, in amdgpu_display_flip_work_func() 769 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_display_get_crtc_scanoutpos() argument 795 *hpos = (position >> 16) & 0x1fff; in amdgpu_display_get_crtc_scanoutpos() 813 *hpos = *vpos - vbl_start; in amdgpu_display_get_crtc_scanoutpos()
|
D | amdgpu_mode.h | 606 int *hpos, ktime_t *stime, ktime_t *etime,
|
D | amdgpu_drv.c | 1094 bool in_vblank_irq, int *vpos, int *hpos, in amdgpu_get_crtc_scanout_position() argument 1098 return amdgpu_display_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in amdgpu_get_crtc_scanout_position()
|
D | amdgpu_kms.c | 997 int vpos, hpos, stat; in amdgpu_get_vblank_counter_kms() local 1025 &vpos, &hpos, NULL, NULL, in amdgpu_get_vblank_counter_kms()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 131 unsigned int flags, int *vpos, int *hpos, 547 bool in_vblank_irq, int *vpos, int *hpos, in radeon_get_crtc_scanout_position() argument 551 return radeon_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in radeon_get_crtc_scanout_position()
|
D | radeon_display.c | 281 int vpos, hpos; in radeon_crtc_handle_vblank() local 333 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank() 335 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank() 411 int vpos, hpos; in radeon_flip_work_func() local 449 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func() 1805 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument 1911 *hpos = (position >> 16) & 0x1fff; in radeon_get_crtc_scanoutpos() 1929 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos()
|
D | radeon_kms.c | 769 int vpos, hpos, stat; in radeon_get_vblank_counter_kms() local 798 &vpos, &hpos, NULL, NULL, in radeon_get_vblank_counter_kms()
|
D | radeon_mode.h | 880 unsigned int flags, int *vpos, int *hpos,
|
D | radeon_pm.c | 1760 int crtc, vpos, hpos, vbl_status; in radeon_pm_in_vbl() local 1771 &vpos, &hpos, NULL, NULL, in radeon_pm_in_vbl()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 103 nouveau_display_scanoutpos_head(struct drm_crtc *crtc, int *vpos, int *hpos, in nouveau_display_scanoutpos_head() argument 131 *hpos = args.scan.hline; in nouveau_display_scanoutpos_head() 142 bool in_vblank_irq, int *vpos, int *hpos, in nouveau_display_scanoutpos() argument 150 return nouveau_display_scanoutpos_head(crtc, vpos, hpos, in nouveau_display_scanoutpos()
|
/Linux-v4.19/net/bridge/ |
D | br_vlan.c | 99 struct list_head *headp, *hpos; in __vlan_add_list() local 108 list_for_each_prev(hpos, headp) { in __vlan_add_list() 109 vent = list_entry(hpos, struct net_bridge_vlan, vlist); in __vlan_add_list() 115 list_add_rcu(&v->vlist, hpos); in __vlan_add_list()
|
/Linux-v4.19/include/drm/ |
D | drm_drv.h | 280 bool in_vblank_irq, int *vpos, int *hpos,
|
/Linux-v4.19/Documentation/gpu/ |
D | kms-properties.csv | 28 ,,“hpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 49 ,,“hpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_vblank.c | 591 int vpos, hpos, i; in drm_calc_vbltimestamp_from_scanoutpos() local 639 &vpos, &hpos, in drm_calc_vbltimestamp_from_scanoutpos() 671 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_calc_vbltimestamp_from_scanoutpos() 686 pipe, hpos, vpos, in drm_calc_vbltimestamp_from_scanoutpos()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_crtc.c | 124 bool in_vblank_irq, int *vpos, int *hpos, in vc4_crtc_get_scanoutpos() argument 156 *hpos = 0; in vc4_crtc_get_scanoutpos() 163 *hpos += mode->crtc_htotal / 2; in vc4_crtc_get_scanoutpos()
|
D | vc4_drv.h | 699 bool in_vblank_irq, int *vpos, int *hpos,
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo_regs.h | 599 unsigned int hpos:1; member
|
D | psb_intel_sdvo.c | 159 struct drm_property *hpos; member 1778 CHECK_PROPERTY(hpos, HPOS) in psb_intel_sdvo_set_property() 2401 ENHANCEMENT(hpos, HPOS); in psb_intel_sdvo_create_enhance_property_tv()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 588 bool in_vblank_irq, int *vpos, int *hpos, in mdp5_get_scanoutpos() argument 639 *hpos = 0; in mdp5_get_scanoutpos()
|