Searched refs:msg_query (Results 1 – 1 of 1) sorted by relevance
23 struct msg_query { struct91 ALLOC_CACHE_ALIGN_BUFFER(struct msg_query, msg_query, 1); in bcm2835_get_video_size()94 BCM2835_MBOX_INIT_HDR(msg_query); in bcm2835_get_video_size()95 BCM2835_MBOX_INIT_TAG_NO_REQ(&msg_query->physical_w_h, in bcm2835_get_video_size()97 ret = bcm2835_mbox_call_prop(BCM2835_MBOX_PROP_CHAN, &msg_query->hdr); in bcm2835_get_video_size()102 *widthp = msg_query->physical_w_h.body.resp.width; in bcm2835_get_video_size()103 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()