Searched defs:s_height (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/
H A Dmx2_emmaprp.c296 unsigned int s_width, s_height; local
307 s_height = s_q_data->height;
324 writel(PRP_SIZE_WIDTH(s_width) | PRP_SIZE_HEIGHT(s_height),
H A Dmx2_camera.c301 unsigned int s_width, s_height; member in struct:mx2_camera_dev
706 writel((pcdev->s_width << 16) | pcdev->s_height,
1297 pcdev->s_height = mf.height;
1299 __func__, pcdev->s_width, pcdev->s_height);
1392 __func__, pcdev->s_width, pcdev->s_height);

Completed in 134 milliseconds