| /linux/fs/ubifs/ |
| H A D | lprops.c | 53 int val1, val2, hpos; in move_up_lpt_heap() local 55 hpos = lprops->hpos; in move_up_lpt_heap() 56 if (!hpos) in move_up_lpt_heap() 61 int ppos = (hpos - 1) / 2; in move_up_lpt_heap() 67 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap() 68 heap->arr[hpos] = heap->arr[ppos]; in move_up_lpt_heap() 70 lprops->hpos = ppos; in move_up_lpt_heap() 71 hpos = ppos; in move_up_lpt_heap() 72 } while (hpos); in move_up_lpt_heap() 88 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() argument [all …]
|
| H A D | lpt.c | 2328 if (lprops->hpos < heap->cnt && in dbg_chk_pnode() 2329 heap->arr[lprops->hpos] == lprops) in dbg_chk_pnode()
|
| H A D | debug.c | 917 i, lprops->lnum, lprops->hpos, lprops->free, in ubifs_dump_heap()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | dvo_ns2501.c | 218 u16 hpos; /* horizontal position + 256, 98/99 */ member 245 .hpos = 0, 265 .hpos = 0, 284 .hpos = 0, 629 ns2501_writeb(dvo, NS2501_REG98, conf->hpos & 0xff); in ns2501_mode_set() 630 ns2501_writeb(dvo, NS2501_REG99, conf->hpos >> 8); in ns2501_mode_set()
|
| H A D | intel_sdvo.c | 144 struct drm_property *hpos; member 174 unsigned overscan_h, overscan_v, hpos, vpos, sharpness; member 1480 if (intel_sdvo_conn->hpos) in intel_sdvo_update_props() 1481 UPDATE_PROPERTY(sdvo_state->tv.hpos, HPOS); in intel_sdvo_update_props() 2399 else if (property == intel_sdvo_connector->hpos) in intel_sdvo_connector_atomic_get_property() 2400 *val = sdvo_state->tv.hpos; in intel_sdvo_connector_atomic_get_property() 2457 else if (property == intel_sdvo_connector->hpos) in intel_sdvo_connector_atomic_set_property() 2458 sdvo_state->tv.hpos = val; in intel_sdvo_connector_atomic_set_property() 3211 ENHANCEMENT(&sdvo_state->tv, hpos, HPOS); in intel_sdvo_create_enhance_property_tv()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_vnifilter.c | 590 struct list_head *headp, *hpos; in vxlan_vnilist_update_group() local 598 list_for_each_prev(hpos, headp) { in vxlan_vnilist_update_group() 599 vent = list_entry(hpos, struct vxlan_vni_node, vlist); in vxlan_vnilist_update_group() 673 struct list_head *headp, *hpos; in __vxlan_vni_add_list() local 677 list_for_each_prev(hpos, headp) { in __vxlan_vni_add_list() 678 vent = list_entry(hpos, struct vxlan_vni_node, vlist); in __vxlan_vni_add_list() 684 list_add_rcu(&v->vlist, hpos); in __vxlan_vni_add_list()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_crtc.c | 134 static void lsdc_crtc0_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos) in lsdc_crtc0_scan_pos() argument 141 *hpos = val >> 16; in lsdc_crtc0_scan_pos() 145 static void lsdc_crtc1_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos) in lsdc_crtc1_scan_pos() argument 152 *hpos = val >> 16; in lsdc_crtc1_scan_pos() 902 int *hpos, in lsdc_crtc_get_scanout_position() argument 932 *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/drivers/gpu/drm/radeon/ |
| H A D | radeon_display.c | 288 int vpos, hpos; in radeon_crtc_handle_vblank() local 340 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank() 342 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank() 418 int vpos, hpos; in radeon_flip_work_func() local 456 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func() 1820 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument 1926 *hpos = (position >> 16) & 0x1fff; in radeon_get_crtc_scanoutpos() 1944 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos() 1995 bool in_vblank_irq, int *vpos, int *hpos, in radeon_get_crtc_scanout_position() argument 2002 return radeon_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in radeon_get_crtc_scanout_position()
|
| H A D | radeon_kms.c | 754 int vpos, hpos, stat; in radeon_get_vblank_counter_kms() local 783 &vpos, &hpos, NULL, NULL, in radeon_get_vblank_counter_kms()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_display.c | 85 nouveau_display_scanoutpos_head(struct drm_crtc *crtc, int *vpos, int *hpos, in nouveau_display_scanoutpos_head() argument 109 *hpos = args.hline; in nouveau_display_scanoutpos_head() 119 bool in_vblank_irq, int *vpos, int *hpos, in nouveau_display_scanoutpos() argument 123 return nouveau_display_scanoutpos_head(crtc, vpos, hpos, in nouveau_display_scanoutpos()
|
| H A D | nouveau_display.h | 58 bool in_vblank_irq, int *vpos, int *hpos,
|
| /linux/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() 1609 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_display_get_crtc_scanoutpos() argument 1635 *hpos = (position >> 16) & 0x1fff; in amdgpu_display_get_crtc_scanoutpos() 1652 *hpos = *vpos - vbl_start; in amdgpu_display_get_crtc_scanoutpos() 1731 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_crtc_get_scanout_position() argument 1737 return amdgpu_display_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in amdgpu_crtc_get_scanout_position()
|
| H A D | amdgpu_kms.c | 1639 int vpos, hpos, stat; in amdgpu_get_vblank_counter_kms() local 1667 &vpos, &hpos, NULL, NULL, in amdgpu_get_vblank_counter_kms()
|
| /linux/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/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 719 int vpos, hpos, i; in drm_crtc_vblank_helper_get_vblank_timestamp_internal() local 764 &vpos, &hpos, in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 798 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 814 pipe, hpos, vpos, &ts_etime, &ts_vblank_time, in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
|
| /linux/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/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo_regs.h | 599 unsigned int hpos:1; member
|
| H A D | psb_intel_sdvo.c | 165 struct drm_property *hpos; member 1705 CHECK_PROPERTY(hpos, HPOS) in psb_intel_sdvo_set_property() 2327 ENHANCEMENT(hpos, HPOS); in psb_intel_sdvo_create_enhance_property_tv()
|
| /linux/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/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 331 hpos = opt[1:].index("-") 332 if hpos < ipos:
|
| /linux/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()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_crtc.c | 272 int *vpos, int *hpos, in dpu_crtc_get_scanout_position() argument 314 *hpos = 0; in dpu_crtc_get_scanout_position()
|
| /linux/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 2474 uint32_t hpos; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 439 u32 vpos, hpos, v_blank_start, v_blank_end; in dm_pflip_high_irq() local 473 &v_blank_end, &hpos, &vpos) || in dm_pflip_high_irq() 9932 int planes_count = 0, vpos, hpos; in amdgpu_dm_commit_planes() local 10162 0, &vpos, &hpos, NULL, in amdgpu_dm_commit_planes()
|