Searched refs:nstreams (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dgb-camera.h61 * requests in the 'nstreams' argument and the associated
91 int (*configure_streams)(void *priv, unsigned int *nstreams,
H A Dcamera.c272 unsigned int nstreams)
282 if (resp->num_streams > nstreams) {
284 resp->num_streams, nstreams);
528 unsigned int nstreams = *num_streams; local
534 if (nstreams > GB_CAMERA_MAX_STREAMS)
537 req_size = sizeof(*req) + nstreams * sizeof(req->config[0]);
538 resp_size = sizeof(*resp) + nstreams * sizeof(resp->config[0]);
548 req->num_streams = nstreams;
552 for (i = 0; i < nstreams; ++i) {
581 nstreams);
270 gb_camera_configure_streams_validate_response(struct gb_camera *gcam, struct gb_camera_configure_streams_response *resp, unsigned int nstreams) argument
784 gb_camera_op_configure_streams(void *priv, unsigned int *nstreams, unsigned int *flags, struct gb_camera_stream *streams, struct gb_camera_csi_params *csi_params) argument
912 unsigned int nstreams; local
[all...]
/linux-master/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-master/include/net/sctp/
H A Dsm.h186 __u32 new_cum_tsn, size_t nstreams,
252 __u32 new_cum_tsn, size_t nstreams,
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c348 u8 ccmp_pn[8], nstreams = dev->mphy.chainmask & 0xf; local
397 if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E4)
399 else if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E3 &&
785 int pad_len = 0, nstreams = dev->mphy.chainmask & 0xf; local
862 if (nstreams > 1) {
/linux-master/net/sctp/
H A Dsm_make_chunk.c3559 __u32 new_cum_tsn, size_t nstreams,
3568 hint = (nstreams + 1) * sizeof(__u32);
3579 for (i = 0; i < nstreams; i++) {
3589 __u32 new_cum_tsn, size_t nstreams,
3596 hint = (nstreams + 1) * sizeof(__u32);
3607 sctp_addto_chunk(retval, nstreams * sizeof(skiplist[0]), skiplist);
3558 sctp_make_fwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_fwdtsn_skip *skiplist) argument
3588 sctp_make_ifwdtsn(const struct sctp_association *asoc, __u32 new_cum_tsn, size_t nstreams, struct sctp_ifwdtsn_skip *skiplist) argument

Completed in 150 milliseconds