Searched refs:widthp (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/ |
| H A D | msg.c | 90 int bcm2835_get_video_size(int *widthp, int *heightp) in bcm2835_get_video_size() argument 103 *widthp = msg_query->physical_w_h.body.resp.width; in bcm2835_get_video_size() 109 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp, in bcm2835_set_video_params() argument 118 msg_setup->physical_w_h.body.req.width = *widthp; in bcm2835_set_video_params() 121 msg_setup->virtual_w_h.body.req.width = *widthp; in bcm2835_set_video_params() 146 *widthp = msg_setup->physical_w_h.body.resp.width; in bcm2835_set_video_params()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/include/mach/ |
| H A D | msg.h | 32 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 D | winwin32rootlesswndproc.c | 71 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp) in DEFINE_ATOM_HELPER() 75 int dwidth = *widthp, dheight = *heightp; in DEFINE_ATOM_HELPER() 188 *widthp = dwidth; in DEFINE_ATOM_HELPER()
|
| H A D | winmultiwindowwndproc.c | 64 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp) in ConstrainSize() argument 68 int dwidth = *widthp, dheight = *heightp; in ConstrainSize() 181 *widthp = dwidth; in ConstrainSize()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 1050 xf86DefaultScreenLimits(ScrnInfoPtr scrn, int *widthp, int *heightp, in xf86DefaultScreenLimits() argument 1106 *widthp = width; in xf86DefaultScreenLimits()
|