Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dcamera.c785 struct gb_camera_stream_config *gb_streams; in gb_camera_op_configure_streams() local
794 gb_streams = kcalloc(gb_nstreams, sizeof(*gb_streams), GFP_KERNEL); in gb_camera_op_configure_streams()
795 if (!gb_streams) in gb_camera_op_configure_streams()
799 gb_streams[i].width = streams[i].width; in gb_camera_op_configure_streams()
800 gb_streams[i].height = streams[i].height; in gb_camera_op_configure_streams()
801 gb_streams[i].format = in gb_camera_op_configure_streams()
809 &gb_flags, gb_streams, csi_params); in gb_camera_op_configure_streams()
822 streams[i].width = gb_streams[i].width; in gb_camera_op_configure_streams()
823 streams[i].height = gb_streams[i].height; in gb_camera_op_configure_streams()
824 streams[i].vc = gb_streams[i].vc; in gb_camera_op_configure_streams()
[all …]