Home
last modified time | relevance | path

Searched refs:size_y (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/platform_data/
H A Dlm8323.h25 int size_y; member
/linux/drivers/media/platform/nxp/dw100/
H A Ddw100.c1281 u32 width, height, stride, fourcc, val, size_y, size_uv; in dw100_hw_set_destination() local
1291 size_y = q_data->pix_fmt.plane_fmt[0].sizeimage; in dw100_hw_set_destination()
1298 size_uv = size_y; in dw100_hw_set_destination()
1342 dw100_write(dw_dev, DW100_DST_IMG_Y_SIZE1, DW100_DST_IMG_Y_SIZE(size_y)); in dw100_hw_set_destination()