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()116 BCM2835_MBOX_INIT_TAG(&msg_setup->physical_w_h, SET_PHYSICAL_W_H); in bcm2835_set_video_params()117 msg_setup->physical_w_h.body.req.width = *widthp; in bcm2835_set_video_params()118 msg_setup->physical_w_h.body.req.height = *heightp; in bcm2835_set_video_params()119 BCM2835_MBOX_INIT_TAG(&msg_setup->virtual_w_h, SET_VIRTUAL_W_H); in bcm2835_set_video_params()120 msg_setup->virtual_w_h.body.req.width = *widthp; in bcm2835_set_video_params()121 msg_setup->virtual_w_h.body.req.height = *heightp; in bcm2835_set_video_params()122 BCM2835_MBOX_INIT_TAG(&msg_setup->depth, SET_DEPTH); in bcm2835_set_video_params()[all …]