Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A Dcamera.c792 unsigned int gb_nstreams = *nstreams; in gb_camera_op_configure_streams() local
796 if (gb_nstreams > GB_CAMERA_MAX_STREAMS) in gb_camera_op_configure_streams()
799 gb_streams = kcalloc(gb_nstreams, sizeof(*gb_streams), GFP_KERNEL); in gb_camera_op_configure_streams()
803 for (i = 0; i < gb_nstreams; i++) { in gb_camera_op_configure_streams()
813 ret = gb_camera_configure_streams(gcam, &gb_nstreams, in gb_camera_op_configure_streams()
817 if (gb_nstreams > *nstreams) { in gb_camera_op_configure_streams()
826 for (i = 0; i < gb_nstreams; i++) { in gb_camera_op_configure_streams()
836 *nstreams = gb_nstreams; in gb_camera_op_configure_streams()