/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | common-init.c | 177 int i, max_streams; in ath9k_cmn_setup_ht_cap() local 195 max_streams = 1; in ath9k_cmn_setup_ht_cap() 197 max_streams = 2; in ath9k_cmn_setup_ht_cap() 199 max_streams = 3; in ath9k_cmn_setup_ht_cap() 201 max_streams = 2; in ath9k_cmn_setup_ht_cap() 204 if (max_streams >= 2) in ath9k_cmn_setup_ht_cap() 211 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams); in ath9k_cmn_setup_ht_cap() 212 rx_streams = ath9k_cmn_count_streams(ah->rxchainmask, max_streams); in ath9k_cmn_setup_ht_cap()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | common-init.c | 177 int i, max_streams; in ath9k_cmn_setup_ht_cap() local 195 max_streams = 1; in ath9k_cmn_setup_ht_cap() 197 max_streams = 2; in ath9k_cmn_setup_ht_cap() 199 max_streams = 3; in ath9k_cmn_setup_ht_cap() 201 max_streams = 2; in ath9k_cmn_setup_ht_cap() 204 if (max_streams >= 2) in ath9k_cmn_setup_ht_cap() 211 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams); in ath9k_cmn_setup_ht_cap() 212 rx_streams = ath9k_cmn_count_streams(ah->rxchainmask, max_streams); in ath9k_cmn_setup_ht_cap()
|
/kernel/linux/linux-5.10/drivers/media/platform/cadence/ |
H A D | cdns-csi2rx.c | 76 u8 max_streams; member 153 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_start() 194 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_stop() 330 csi2rx->max_streams = (dev_cfg >> 4) & 7; in csi2rx_get_resources() 331 if (csi2rx->max_streams > CSI2RX_STREAMS_MAX) { in csi2rx_get_resources() 333 csi2rx->max_streams); in csi2rx_get_resources() 348 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_get_resources() 465 csi2rx->num_lanes, csi2rx->max_lanes, csi2rx->max_streams, in csi2rx_probe()
|
H A D | cdns-csi2tx.c | 117 unsigned int max_streams; member 468 csi2tx->max_streams = (dev_cfg & CSI2TX_DEVICE_CONFIG_STREAMS_MASK) >> 4; in csi2tx_get_resources() 469 if (csi2tx->max_streams > CSI2TX_STREAMS_MAX) { in csi2tx_get_resources() 471 csi2tx->max_streams); in csi2tx_get_resources() 477 for (i = 0; i < csi2tx->max_streams; i++) { in csi2tx_get_resources() 623 csi2tx->num_lanes, csi2tx->max_lanes, csi2tx->max_streams, in csi2tx_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/cadence/ |
H A D | cdns-csi2rx.c | 86 u8 max_streams; member 192 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_start() 251 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_stop() 401 csi2rx->max_streams = (dev_cfg >> 4) & 7; in csi2rx_get_resources() 402 if (csi2rx->max_streams > CSI2RX_STREAMS_MAX) { in csi2rx_get_resources() 404 csi2rx->max_streams); in csi2rx_get_resources() 419 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_get_resources() 541 csi2rx->num_lanes, csi2rx->max_lanes, csi2rx->max_streams, in csi2rx_probe()
|
H A D | cdns-csi2tx.c | 118 unsigned int max_streams; member 473 csi2tx->max_streams = (dev_cfg & CSI2TX_DEVICE_CONFIG_STREAMS_MASK) >> 4; in csi2tx_get_resources() 474 if (csi2tx->max_streams > CSI2TX_STREAMS_MAX) { in csi2tx_get_resources() 476 csi2tx->max_streams); in csi2tx_get_resources() 482 for (i = 0; i < csi2tx->max_streams; i++) { in csi2tx_get_resources() 628 csi2tx->num_lanes, csi2tx->max_lanes, csi2tx->max_streams, in csi2tx_probe()
|
/kernel/linux/linux-5.10/tools/testing/selftests/zram/ |
H A D | zram_lib.sh | 136 local max_streams=$(cat $sys_path) 138 [ "$max_s" -ne "$max_streams" ] && \ 139 echo "FAIL can't set max_streams '$max_s', get $max_stream" 142 echo "$sys_path = '$max_streams'"
|
/kernel/linux/linux-6.6/tools/testing/selftests/zram/ |
H A D | zram_lib.sh | 136 local max_streams=$(cat $sys_path) 138 [ "$max_s" -ne "$max_streams" ] && \ 139 echo "FAIL can't set max_streams '$max_s', get $max_stream" 142 echo "$sys_path = '$max_streams'"
|
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | ch9.h | 704 int max_streams; in usb_ss_max_streams() local 709 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() 711 if (!max_streams) in usb_ss_max_streams() 714 max_streams = 1 << max_streams; in usb_ss_max_streams() 716 return max_streams; in usb_ss_max_streams()
|
H A D | raw_gadget.h | 121 * @max_streams: maximum number of streams supported by this endpoint 127 __u16 max_streams; member
|
/kernel/linux/linux-6.6/include/uapi/linux/usb/ |
H A D | ch9.h | 704 int max_streams; in usb_ss_max_streams() local 709 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() 711 if (!max_streams) in usb_ss_max_streams() 714 max_streams = 1 << max_streams; in usb_ss_max_streams() 716 return max_streams; in usb_ss_max_streams()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
H A D | ch9.h | 345 int max_streams; in usb_ss_max_streams() local 348 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() 349 if (!max_streams) in usb_ss_max_streams() 351 max_streams = 1 << max_streams; in usb_ss_max_streams() 352 return max_streams; in usb_ss_max_streams()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 357 if (str_id <= 0 || str_id > sst_drv_ctx->info.max_streams) { in sst_validate_strid() 360 str_id, sst_drv_ctx->info.max_streams); in sst_validate_strid() 380 for (i = 1; i <= sst_drv_ctx->info.max_streams; i++) in get_stream_id_mrfld()
|
H A D | sst.c | 299 ctx->info.max_streams); in sst_context_init() 301 for (i = 1; i <= ctx->info.max_streams; i++) { in sst_context_init() 435 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_suspend() 551 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_resume()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 357 if (str_id <= 0 || str_id > sst_drv_ctx->info.max_streams) { in sst_validate_strid() 360 str_id, sst_drv_ctx->info.max_streams); in sst_validate_strid() 380 for (i = 1; i <= sst_drv_ctx->info.max_streams; i++) in get_stream_id_mrfld()
|
H A D | sst.c | 305 ctx->info.max_streams); in sst_context_init() 307 for (i = 1; i <= ctx->info.max_streams; i++) { in sst_context_init() 440 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_suspend() 556 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_resume()
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | trace.h | 297 __field(unsigned int, max_streams) 308 __entry->max_streams = dep->endpoint.max_streams; 317 __entry->maxpacket_limit, __entry->max_streams,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | trace.h | 146 __field(unsigned, max_streams) 158 __entry->max_streams = ep->max_streams; 168 __entry->max_streams, __entry->mult, __entry->maxburst,
|
H A D | dummy_hcd.c | 1047 ep->ep.max_streams = 16; in init_dummy_udc_hw() 1195 int max_streams; in get_max_streams_for_pipe() local 1197 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in get_max_streams_for_pipe() 1199 max_streams >>= 4; in get_max_streams_for_pipe() 1201 max_streams &= 0xf; in get_max_streams_for_pipe() 1202 max_streams++; in get_max_streams_for_pipe() 1203 return max_streams; in get_max_streams_for_pipe() 1209 int max_streams; in set_max_streams_for_pipe() local 1212 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in set_max_streams_for_pipe() 1215 max_streams in set_max_streams_for_pipe() 1225 unsigned int max_streams; dummy_validate_stream() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | trace.h | 296 __field(unsigned int, max_streams) 307 __entry->max_streams = dep->endpoint.max_streams; 316 __entry->maxpacket_limit, __entry->max_streams,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | trace.h | 151 __field(unsigned, max_streams) 163 __entry->max_streams = ep->max_streams; 173 __entry->max_streams, __entry->mult, __entry->maxburst,
|
H A D | dummy_hcd.c | 1059 ep->ep.max_streams = 16; in init_dummy_udc_hw() 1206 int max_streams; in get_max_streams_for_pipe() local 1208 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in get_max_streams_for_pipe() 1210 max_streams >>= 4; in get_max_streams_for_pipe() 1212 max_streams &= 0xf; in get_max_streams_for_pipe() 1213 max_streams++; in get_max_streams_for_pipe() 1214 return max_streams; in get_max_streams_for_pipe() 1220 int max_streams; in set_max_streams_for_pipe() local 1223 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in set_max_streams_for_pipe() 1226 max_streams in set_max_streams_for_pipe() 1236 unsigned int max_streams; dummy_validate_stream() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | trace.h | 474 __field(unsigned int, max_streams) 486 __entry->max_streams = priv_ep->endpoint.max_streams; 497 __entry->maxpacket_limit, __entry->max_streams,
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-trace.h | 461 __field(unsigned int, max_streams) 473 __entry->max_streams = priv_ep->endpoint.max_streams; 484 __entry->maxpacket_limit, __entry->max_streams,
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | platform_sst_audio.h | 89 unsigned int max_streams; member
|