Lines Matching refs:body
52 msg_pwr->set_power_state.body.req.device_id = module; in bcm2835_power_on_module()
53 msg_pwr->set_power_state.body.req.state = in bcm2835_power_on_module()
79 msg_clk->get_clock_rate.body.req.clock_id = BCM2835_MBOX_CLOCK_ID_EMMC; in bcm2835_get_mmc_clock()
87 return msg_clk->get_clock_rate.body.resp.rate_hz; in bcm2835_get_mmc_clock()
103 *widthp = msg_query->physical_w_h.body.resp.width; in bcm2835_get_video_size()
104 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()
118 msg_setup->physical_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
119 msg_setup->physical_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
121 msg_setup->virtual_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
122 msg_setup->virtual_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
124 msg_setup->depth.body.req.bpp = 32; in bcm2835_set_video_params()
126 msg_setup->pixel_order.body.req.order = pixel_order; in bcm2835_set_video_params()
128 msg_setup->alpha_mode.body.req.alpha = alpha_mode; in bcm2835_set_video_params()
130 msg_setup->virtual_offset.body.req.x = 0; in bcm2835_set_video_params()
131 msg_setup->virtual_offset.body.req.y = 0; in bcm2835_set_video_params()
133 msg_setup->overscan.body.req.top = 0; in bcm2835_set_video_params()
134 msg_setup->overscan.body.req.bottom = 0; in bcm2835_set_video_params()
135 msg_setup->overscan.body.req.left = 0; in bcm2835_set_video_params()
136 msg_setup->overscan.body.req.right = 0; in bcm2835_set_video_params()
138 msg_setup->allocate_buffer.body.req.alignment = 0x100; in bcm2835_set_video_params()
146 *widthp = msg_setup->physical_w_h.body.resp.width; in bcm2835_set_video_params()
147 *heightp = msg_setup->physical_w_h.body.resp.height; in bcm2835_set_video_params()
148 *pitchp = msg_setup->pitch.body.resp.pitch; in bcm2835_set_video_params()
150 msg_setup->allocate_buffer.body.resp.fb_address); in bcm2835_set_video_params()
151 *fb_sizep = msg_setup->allocate_buffer.body.resp.fb_size; in bcm2835_set_video_params()