Home
last modified time | relevance | path

Searched refs:heightp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c90 int bcm2835_get_video_size(int *widthp, int *heightp) in bcm2835_get_video_size() argument
104 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()
109 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp, in bcm2835_set_video_params() argument
119 msg_setup->physical_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
122 msg_setup->virtual_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
147 *heightp = msg_setup->physical_w_h.body.resp.height; in bcm2835_set_video_params()
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmsg.h32 int bcm2835_get_video_size(int *widthp, int *heightp);
47 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp,
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswndproc.c71 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp) in DEFINE_ATOM_HELPER()
75 int dwidth = *widthp, dheight = *heightp; in DEFINE_ATOM_HELPER()
189 *heightp = dheight; in DEFINE_ATOM_HELPER()
H A Dwinmultiwindowwndproc.c64 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp) in ConstrainSize() argument
68 int dwidth = *widthp, dheight = *heightp; in ConstrainSize()
182 *heightp = dheight; in ConstrainSize()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1050 xf86DefaultScreenLimits(ScrnInfoPtr scrn, int *widthp, int *heightp, in xf86DefaultScreenLimits() argument
1107 *heightp = height; in xf86DefaultScreenLimits()