Searched refs:nstreams (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/staging/greybus/ |
| D | camera.c | 273 unsigned int nstreams) in gb_camera_configure_streams_validate_response() argument 283 if (resp->num_streams > nstreams) { in gb_camera_configure_streams_validate_response() 285 resp->num_streams, nstreams); in gb_camera_configure_streams_validate_response() 529 unsigned int nstreams = *num_streams; in gb_camera_configure_streams() local 535 if (nstreams > GB_CAMERA_MAX_STREAMS) in gb_camera_configure_streams() 538 req_size = sizeof(*req) + nstreams * sizeof(req->config[0]); in gb_camera_configure_streams() 539 resp_size = sizeof(*resp) + nstreams * sizeof(resp->config[0]); in gb_camera_configure_streams() 549 req->num_streams = nstreams; in gb_camera_configure_streams() 553 for (i = 0; i < nstreams; ++i) { in gb_camera_configure_streams() 582 nstreams); in gb_camera_configure_streams() [all …]
|
| D | gb-camera.h | 91 int (*configure_streams)(void *priv, unsigned int *nstreams,
|
| /Linux-v5.4/include/net/sctp/ |
| D | sm.h | 188 __u32 new_cum_tsn, size_t nstreams, 249 __u32 new_cum_tsn, size_t nstreams,
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_mac.c | 326 u8 ccmp_pn[8], nstreams = dev->mt76.chainmask & 0xf; in mt76x02_mac_write_txwi() local 372 if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E4) in mt76x02_mac_write_txwi() 374 else if (nstreams > 1 && mt76_rev(&dev->mt76) >= MT76XX_REV_E3 && in mt76x02_mac_write_txwi() 718 int pad_len = 0, nstreams = dev->mt76.chainmask & 0xf; in mt76x02_mac_process_rx() local 779 if (nstreams > 1) { in mt76x02_mac_process_rx()
|
| /Linux-v5.4/net/sctp/ |
| D | sm_make_chunk.c | 3515 __u32 new_cum_tsn, size_t nstreams, in sctp_make_fwdtsn() argument 3524 hint = (nstreams + 1) * sizeof(__u32); in sctp_make_fwdtsn() 3535 for (i = 0; i < nstreams; i++) { in sctp_make_fwdtsn() 3545 __u32 new_cum_tsn, size_t nstreams, in sctp_make_ifwdtsn() argument 3552 hint = (nstreams + 1) * sizeof(__u32); in sctp_make_ifwdtsn() 3563 sctp_addto_chunk(retval, nstreams * sizeof(skiplist[0]), skiplist); in sctp_make_ifwdtsn()
|