Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dcamera.c268 unsigned int nstreams) in gb_camera_configure_streams_validate_response() argument
278 if (resp->num_streams > nstreams) { in gb_camera_configure_streams_validate_response()
280 resp->num_streams, nstreams); in gb_camera_configure_streams_validate_response()
524 unsigned int nstreams = *num_streams; in gb_camera_configure_streams() local
530 if (nstreams > GB_CAMERA_MAX_STREAMS) in gb_camera_configure_streams()
533 req_size = sizeof(*req) + nstreams * sizeof(req->config[0]); in gb_camera_configure_streams()
534 resp_size = sizeof(*resp) + nstreams * sizeof(resp->config[0]); in gb_camera_configure_streams()
544 req->num_streams = nstreams; in gb_camera_configure_streams()
548 for (i = 0; i < nstreams; ++i) { in gb_camera_configure_streams()
577 nstreams); in gb_camera_configure_streams()
[all …]
H A Dgb-camera.h91 int (*configure_streams)(void *priv, unsigned int *nstreams,
/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh152 local nstreams=$(if ((nbands > 3)); then echo 3; else echo $nbands; fi)
153 local priomap=$(seq 0 $((nstreams - 1)))
/linux/include/net/sctp/
H A Dsm.h185 __u32 new_cum_tsn, size_t nstreams,
251 __u32 new_cum_tsn, size_t nstreams,