Home
last modified time | relevance | path

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

/arch/arm/mach-bcm283x/include/mach/
A Dmsg.h42 int bcm2835_get_video_size(int *widthp, int *heightp);
57 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp,
/arch/arm/mach-bcm283x/
A Dmsg.c140 int bcm2835_get_video_size(int *widthp, int *heightp) in bcm2835_get_video_size() argument
154 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()
159 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp, in bcm2835_set_video_params() argument
169 msg_setup->physical_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
172 msg_setup->virtual_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
197 *heightp = msg_setup->physical_w_h.body.resp.height; in bcm2835_set_video_params()

Completed in 2 milliseconds