| /linux-6.15/fs/ubifs/ |
| H A D | lprops.c | 55 hpos = lprops->hpos; in move_up_lpt_heap() 56 if (!hpos) in move_up_lpt_heap() 67 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap() 94 if (hpos) { in adjust_lpt_heap() 101 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap() 132 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap() 146 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap() 218 int hpos = lprops->hpos; in remove_from_lpt_heap() local 221 ubifs_assert(c, hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap() 226 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap() [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | dvo_ns2501.c | 216 u16 hpos; /* horizontal position + 256, 98/99 */ member 243 .hpos = 0, 263 .hpos = 0, 282 .hpos = 0, 627 ns2501_writeb(dvo, NS2501_REG98, conf->hpos & 0xff); in ns2501_mode_set() 628 ns2501_writeb(dvo, NS2501_REG99, conf->hpos >> 8); in ns2501_mode_set()
|
| H A D | intel_vblank.c | 326 int *vpos, int *hpos, in i915_get_crtc_scanoutpos() argument 443 *hpos = 0; in i915_get_crtc_scanoutpos() 446 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()
|
| H A D | intel_sdvo.c | 144 struct drm_property *hpos; member 174 unsigned overscan_h, overscan_v, hpos, vpos, sharpness; member 1482 if (intel_sdvo_conn->hpos) in intel_sdvo_update_props() 1483 UPDATE_PROPERTY(sdvo_state->tv.hpos, HPOS); in intel_sdvo_update_props() 2402 else if (property == intel_sdvo_connector->hpos) in intel_sdvo_connector_atomic_get_property() 2403 *val = sdvo_state->tv.hpos; in intel_sdvo_connector_atomic_get_property() 2460 else if (property == intel_sdvo_connector->hpos) in intel_sdvo_connector_atomic_set_property() 2461 sdvo_state->tv.hpos = val; in intel_sdvo_connector_atomic_set_property() 3214 ENHANCEMENT(&sdvo_state->tv, hpos, HPOS); in intel_sdvo_create_enhance_property_tv()
|
| H A D | intel_sdvo_regs.h | 610 unsigned int hpos:1; member
|
| /linux-6.15/drivers/gpu/drm/nouveau/dispnv04/i2c/ |
| H A D | ch7006_mode.c | 334 int flicker, contrast, hpos, vpos; in ch7006_setup_properties() local 351 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) in ch7006_setup_properties() 354 setbitf(state, CH7006_POV, HPOS_8, hpos); in ch7006_setup_properties() 355 setbitf(state, CH7006_HPOS, 0, hpos); in ch7006_setup_properties() 363 ch7006_dbg(client, "hpos: %d, vpos: %d\n", hpos, vpos); in ch7006_setup_properties()
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_vnifilter.c | 597 struct list_head *headp, *hpos; in vxlan_vnilist_update_group() local 605 list_for_each_prev(hpos, headp) { in vxlan_vnilist_update_group() 606 vent = list_entry(hpos, struct vxlan_vni_node, vlist); in vxlan_vnilist_update_group() 683 struct list_head *headp, *hpos; in __vxlan_vni_add_list() local 687 list_for_each_prev(hpos, headp) { in __vxlan_vni_add_list() 688 vent = list_entry(hpos, struct vxlan_vni_node, vlist); in __vxlan_vni_add_list() 694 list_add_rcu(&v->vlist, hpos); in __vxlan_vni_add_list()
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | radeon_display.c | 287 int vpos, hpos; in radeon_crtc_handle_vblank() local 339 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank() 341 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank() 417 int vpos, hpos; in radeon_flip_work_func() local 455 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func() 1808 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument 1914 *hpos = (position >> 16) & 0x1fff; in radeon_get_crtc_scanoutpos() 1932 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos() 1983 bool in_vblank_irq, int *vpos, int *hpos, in radeon_get_crtc_scanout_position() argument 1990 return radeon_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in radeon_get_crtc_scanout_position()
|
| H A D | radeon_mode.h | 838 unsigned int flags, int *vpos, int *hpos, 844 int *vpos, int *hpos,
|
| H A D | radeon_kms.c | 759 int vpos, hpos, stat; in radeon_get_vblank_counter_kms() local 788 &vpos, &hpos, NULL, NULL, in radeon_get_vblank_counter_kms()
|
| /linux-6.15/drivers/gpu/drm/loongson/ |
| H A D | lsdc_crtc.c | 133 static void lsdc_crtc0_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos) in lsdc_crtc0_scan_pos() argument 140 *hpos = val >> 16; in lsdc_crtc0_scan_pos() 144 static void lsdc_crtc1_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos) in lsdc_crtc1_scan_pos() argument 151 *hpos = val >> 16; in lsdc_crtc1_scan_pos() 901 int *hpos, in lsdc_crtc_get_scanout_position() argument 931 *hpos = 0; in lsdc_crtc_get_scanout_position()
|
| H A D | lsdc_drv.h | 114 void (*get_scan_pos)(struct lsdc_crtc *lcrtc, int *hpos, int *vpos);
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_display.h | 55 bool in_vblank_irq, int *vpos, int *hpos,
|
| H A D | nouveau_display.c | 84 nouveau_display_scanoutpos_head(struct drm_crtc *crtc, int *vpos, int *hpos, in nouveau_display_scanoutpos_head() argument 108 *hpos = args.hline; in nouveau_display_scanoutpos_head() 118 bool in_vblank_irq, int *vpos, int *hpos, in nouveau_display_scanoutpos() argument 122 return nouveau_display_scanoutpos_head(crtc, vpos, hpos, in nouveau_display_scanoutpos()
|
| /linux-6.15/include/drm/ |
| H A D | drm_vblank.h | 299 int *vpos, int *hpos,
|
| H A D | drm_modeset_helper_vtables.h | 490 bool in_vblank_irq, int *vpos, int *hpos,
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_display.c | 131 int vpos, hpos; in amdgpu_display_flip_work_func() local 142 &vpos, &hpos, NULL, NULL, in amdgpu_display_flip_work_func() 1551 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_display_get_crtc_scanoutpos() argument 1577 *hpos = (position >> 16) & 0x1fff; in amdgpu_display_get_crtc_scanoutpos() 1594 *hpos = *vpos - vbl_start; in amdgpu_display_get_crtc_scanoutpos() 1673 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_crtc_get_scanout_position() argument 1679 return amdgpu_display_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in amdgpu_crtc_get_scanout_position()
|
| H A D | amdgpu_mode.h | 682 int *hpos, ktime_t *stime, ktime_t *etime, 698 int *hpos, ktime_t *stime, ktime_t *etime,
|
| /linux-6.15/Documentation/gpu/ |
| H A D | kms-properties.csv | 26 ,,“hpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 46 ,,“hpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 705 int vpos, hpos, i; in drm_crtc_vblank_helper_get_vblank_timestamp_internal() local 747 &vpos, &hpos, in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 781 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 797 pipe, hpos, vpos, in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
|
| /linux-6.15/drivers/gpu/drm/vc4/ |
| H A D | vc4_crtc.c | 108 int *vpos, int *hpos, in vc4_crtc_get_scanout_position() argument 152 *hpos = 0; in vc4_crtc_get_scanout_position() 159 *hpos += mode->crtc_htotal / 2; in vc4_crtc_get_scanout_position()
|
| /linux-6.15/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo_regs.h | 599 unsigned int hpos:1; member
|
| /linux-6.15/net/bridge/ |
| H A D | br_vlan.c | 122 struct list_head *headp, *hpos; in __vlan_add_list() local 131 list_for_each_prev(hpos, headp) { in __vlan_add_list() 132 vent = list_entry(hpos, struct net_bridge_vlan, vlist); in __vlan_add_list() 136 list_add_rcu(&v->vlist, hpos); in __vlan_add_list()
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 331 hpos = opt[1:].index("-") 332 if hpos < ipos:
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_crtc.c | 424 int *vpos, int *hpos, in mdp5_crtc_get_scanout_position() argument 468 *hpos = 0; in mdp5_crtc_get_scanout_position()
|