Lines Matching refs:body

58 	msg_pwr->set_power_state.body.req.device_id = module;  in bcm2835_power_on_module()
59 msg_pwr->set_power_state.body.req.state = in bcm2835_power_on_module()
85 msg_clk->get_clock_rate.body.req.clock_id = clock_id; in bcm2835_get_mmc_clock()
93 return msg_clk->get_clock_rate.body.resp.rate_hz; in bcm2835_get_mmc_clock()
109 *widthp = msg_query->physical_w_h.body.resp.width; in bcm2835_get_video_size()
110 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()
124 msg_setup->physical_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
125 msg_setup->physical_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
127 msg_setup->virtual_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
128 msg_setup->virtual_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
130 msg_setup->depth.body.req.bpp = 32; in bcm2835_set_video_params()
132 msg_setup->pixel_order.body.req.order = pixel_order; in bcm2835_set_video_params()
134 msg_setup->alpha_mode.body.req.alpha = alpha_mode; in bcm2835_set_video_params()
136 msg_setup->virtual_offset.body.req.x = 0; in bcm2835_set_video_params()
137 msg_setup->virtual_offset.body.req.y = 0; in bcm2835_set_video_params()
139 msg_setup->overscan.body.req.top = 0; in bcm2835_set_video_params()
140 msg_setup->overscan.body.req.bottom = 0; in bcm2835_set_video_params()
141 msg_setup->overscan.body.req.left = 0; in bcm2835_set_video_params()
142 msg_setup->overscan.body.req.right = 0; in bcm2835_set_video_params()
144 msg_setup->allocate_buffer.body.req.alignment = 0x100; in bcm2835_set_video_params()
152 *widthp = msg_setup->physical_w_h.body.resp.width; in bcm2835_set_video_params()
153 *heightp = msg_setup->physical_w_h.body.resp.height; in bcm2835_set_video_params()
154 *pitchp = msg_setup->pitch.body.resp.pitch; in bcm2835_set_video_params()
156 msg_setup->allocate_buffer.body.resp.fb_address); in bcm2835_set_video_params()
157 *fb_sizep = msg_setup->allocate_buffer.body.resp.fb_size; in bcm2835_set_video_params()
186 msg_notify_vl805_reset->dev_addr.body.req.dev_addr = 0x100000; in bcm2711_notify_vl805_reset()