Home
last modified time | relevance | path

Searched refs:hpos (Results 1 – 17 of 17) sorted by relevance

/linux/fs/ubifs/
H A Dlprops.c53 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 Dlpt.c2329 if (lprops->hpos < heap->cnt && in dbg_chk_pnode()
2330 heap->arr[lprops->hpos] == lprops) in dbg_chk_pnode()
H A Dubifs.h486 int hpos; member
H A Ddebug.c917 i, lprops->lnum, lprops->hpos, lprops->free, in ubifs_dump_heap()
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c590 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/nouveau/
H A Dnouveau_display.h58 bool in_vblank_irq, int *vpos, int *hpos,
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c131 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 Damdgpu_kms.c1575 int vpos, hpos, stat; in amdgpu_get_vblank_counter_kms() local
1603 &vpos, &hpos, NULL, NULL, in amdgpu_get_vblank_counter_kms()
/linux/Documentation/gpu/
H A Dkms-properties.csv26 ,,“hpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
46 ,,“hpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h114 void (*get_scan_pos)(struct lsdc_crtc *lcrtc, int *hpos, int *vpos);
/linux/drivers/gpu/drm/radeon/
H A Dradeon_mode.h839 unsigned int flags, int *vpos, int *hpos,
845 int *vpos, int *hpos,
/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h599 unsigned int hpos:1; member
/linux/net/bridge/
H A Dbr_vlan.c122 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 Dparallel-perf.py331 hpos = opt[1:].index("-")
332 if hpos < ipos:
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c272 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 Ddmub_cmd.h2423 uint32_t hpos; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c445 u32 vpos, hpos, v_blank_start, v_blank_end; in dm_pflip_high_irq() local
479 &v_blank_end, &hpos, &vpos) || in dm_pflip_high_irq()
9902 int planes_count = 0, vpos, hpos; in amdgpu_dm_commit_planes() local
10132 0, &vpos, &hpos, NULL, in amdgpu_dm_commit_planes()