Searched refs:hpos (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/fs/ubifs/
H A Dlprops.c53 int val1, val2, hpos; local
55 hpos = lprops->hpos;
56 if (!hpos)
61 int ppos = (hpos - 1) / 2;
67 heap->arr[ppos]->hpos = hpos;
68 heap->arr[hpos] = heap->arr[ppos];
70 lprops->hpos = ppos;
71 hpos
87 adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, struct ubifs_lprops *lprops, int hpos, int cat) argument
218 int hpos = lprops->hpos; local
247 int hpos = new_lprops->hpos; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_display.h55 bool in_vblank_irq, int *vpos, int *hpos,
H A Dnouveau_display.c83 nouveau_display_scanoutpos_head(struct drm_crtc *crtc, int *vpos, int *hpos, argument
107 *hpos = args.hline;
117 bool in_vblank_irq, int *vpos, int *hpos,
121 return nouveau_display_scanoutpos_head(crtc, vpos, hpos,
116 nouveau_display_scanoutpos(struct drm_crtc *crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c218 u16 hpos; /* horizontal position + 256, 98/99 */ member in struct:ns2501_configuration
245 .hpos = 0,
265 .hpos = 0,
284 .hpos = 0,
629 ns2501_writeb(dvo, NS2501_REG98, conf->hpos & 0xff);
630 ns2501_writeb(dvo, NS2501_REG99, conf->hpos >> 8);
H A Dintel_vblank.c297 int *vpos, int *hpos,
421 *hpos = 0;
424 *hpos = position - (*vpos * htotal);
295 i915_get_crtc_scanoutpos(struct drm_crtc *_crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
H A Dintel_sdvo_regs.h610 unsigned int hpos:1; member in struct:intel_sdvo_enhancements_reply
H A Dintel_sdvo.c143 struct drm_property *hpos; member in struct:intel_sdvo_connector
173 unsigned overscan_h, overscan_v, hpos, vpos, sharpness; member in struct:intel_sdvo_connector_state::__anon90
1480 if (intel_sdvo_conn->hpos)
1481 UPDATE_PROPERTY(sdvo_state->tv.hpos, HPOS);
2401 else if (property == intel_sdvo_connector->hpos)
2402 *val = sdvo_state->tv.hpos;
2459 else if (property == intel_sdvo_connector->hpos)
2460 sdvo_state->tv.hpos = val;
3214 ENHANCEMENT(&sdvo_state->tv, hpos, HPOS);
/linux-master/include/drm/
H A Ddrm_vblank.h265 int *vpos, int *hpos,
H A Ddrm_modeset_helper_vtables.h467 * hpos:
489 bool in_vblank_irq, int *vpos, int *hpos,
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_mode.c334 int flicker, contrast, hpos, vpos; local
351 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale)
354 setbitf(state, CH7006_POV, HPOS_8, hpos);
355 setbitf(state, CH7006_HPOS, 0, hpos);
363 ch7006_dbg(client, "hpos: %d, vpos: %d\n", hpos, vpos);
/linux-master/drivers/net/vxlan/
H A Dvxlan_vnifilter.c592 struct list_head *headp, *hpos; local
600 list_for_each_prev(hpos, headp) {
601 vent = list_entry(hpos, struct vxlan_vni_node, vlist);
672 struct list_head *headp, *hpos; local
676 list_for_each_prev(hpos, headp) {
677 vent = list_entry(hpos, struct vxlan_vni_node, vlist);
683 list_add_rcu(&v->vlist, hpos);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_display.c287 int vpos, hpos; local
320 * start of real vblank in hpos. vpos >= 0 && hpos < 0 means we are in
325 * vblank, not only at leading edge, so if update_pending for hpos >= 0
339 &vpos, &hpos, NULL, NULL,
341 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) {
417 int vpos, hpos; local
455 &vpos, &hpos, NULL, NULL,
1790 * to true start of vblank in *hpos
1813 radeon_get_crtc_scanoutpos(struct drm_device *dev, unsigned int pipe, unsigned int flags, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
1988 radeon_get_crtc_scanout_position(struct drm_crtc *crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
[all...]
H A Dradeon_kms.c765 int vpos, hpos, stat; local
794 &vpos, &hpos, NULL, NULL,
H A Dradeon_mode.h837 unsigned int flags, int *vpos, int *hpos,
843 int *vpos, int *hpos,
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c132 static void lsdc_crtc0_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos) argument
139 *hpos = val >> 16;
143 static void lsdc_crtc1_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos) argument
150 *hpos = val >> 16;
900 int *hpos,
930 *hpos = 0;
897 lsdc_crtc_get_scanout_position(struct drm_crtc *crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
H A Dlsdc_drv.h114 void (*get_scan_pos)(struct lsdc_crtc *lcrtc, int *hpos, int *vpos);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h680 int *hpos, ktime_t *stime, ktime_t *etime,
696 int *hpos, ktime_t *stime, ktime_t *etime,
H A Damdgpu_display.c130 int vpos, hpos; local
141 &vpos, &hpos, NULL, NULL,
1467 * to true start of vblank in *hpos.
1470 * \param *hpos Location where horizontal scanout position should go.
1492 int *hpos, ktime_t *stime, ktime_t *etime,
1518 *hpos = (position >> 16) & 0x1fff;
1534 /* Caller wants distance from real vbl_start in *hpos */
1535 *hpos = *vpos - vbl_start;
1614 int *hpos, ktime_t *stime, ktime_t *etime,
1620 return amdgpu_display_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos,
1490 amdgpu_display_get_crtc_scanoutpos(struct drm_device *dev, unsigned int pipe, unsigned int flags, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
1612 amdgpu_crtc_get_scanout_position(struct drm_crtc *crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank.c693 int vpos, hpos, i; local
731 * Get vertical and horizontal scanout position vpos, hpos,
735 &vpos, &hpos,
769 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos),
785 pipe, hpos, vpos,
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c99 int *vpos, int *hpos,
134 *hpos = 0;
139 /* Use hpos to correct for field offset in interlaced mode. */
141 *hpos += mode->crtc_htotal / 2;
97 vc4_crtc_get_scanout_position(struct drm_crtc *crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h599 unsigned int hpos:1; member in struct:psb_intel_sdvo_enhancements_reply
H A Dpsb_intel_sdvo.c164 struct drm_property *hpos; member in struct:psb_intel_sdvo_connector
1704 CHECK_PROPERTY(hpos, HPOS)
2326 ENHANCEMENT(hpos, HPOS);
/linux-master/net/bridge/
H A Dbr_vlan.c122 struct list_head *headp, *hpos; local
131 list_for_each_prev(hpos, headp) {
132 vent = list_entry(hpos, struct net_bridge_vlan, vlist);
136 list_add_rcu(&v->vlist, hpos);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c272 int *vpos, int *hpos,
314 *hpos = 0;
270 dpu_crtc_get_scanout_position(struct drm_crtc *crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c425 int *vpos, int *hpos,
469 *hpos = 0;
423 mdp5_crtc_get_scanout_position(struct drm_crtc *crtc, bool in_vblank_irq, int *vpos, int *hpos, ktime_t *stime, ktime_t *etime, const struct drm_display_mode *mode) argument

Completed in 279 milliseconds

12