Searched refs:msg_setup (Results 1 – 1 of 1) sorted by relevance
29 struct msg_setup { struct112 ALLOC_CACHE_ALIGN_BUFFER(struct msg_setup, msg_setup, 1); in bcm2835_set_video_params()115 BCM2835_MBOX_INIT_HDR(msg_setup); in bcm2835_set_video_params()123 msg_setup->depth.body.req.bpp = 32; in bcm2835_set_video_params()129 msg_setup->virtual_offset.body.req.x = 0; in bcm2835_set_video_params()130 msg_setup->virtual_offset.body.req.y = 0; in bcm2835_set_video_params()132 msg_setup->overscan.body.req.top = 0; in bcm2835_set_video_params()133 msg_setup->overscan.body.req.bottom = 0; in bcm2835_set_video_params()134 msg_setup->overscan.body.req.left = 0; in bcm2835_set_video_params()135 msg_setup->overscan.body.req.right = 0; in bcm2835_set_video_params()[all …]