Home
last modified time | relevance | path

Searched refs:max_streams (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c177 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()
/openbmc/linux/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c86 u8 max_streams; member
195 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_start()
253 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_stop()
403 csi2rx->max_streams = (dev_cfg >> 4) & 7; in csi2rx_get_resources()
404 if (csi2rx->max_streams > CSI2RX_STREAMS_MAX) { in csi2rx_get_resources()
406 csi2rx->max_streams); in csi2rx_get_resources()
421 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_get_resources()
543 csi2rx->num_lanes, csi2rx->max_lanes, csi2rx->max_streams, in csi2rx_probe()
H A Dcdns-csi2tx.c118 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()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h672 int max_streams; in usb_ss_max_streams() local
677 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()
679 if (!max_streams) in usb_ss_max_streams()
682 max_streams = 1 << max_streams; in usb_ss_max_streams()
684 return max_streams; in usb_ss_max_streams()
H A Dgadget.h164 unsigned max_streams:16; member
/openbmc/linux/tools/testing/selftests/zram/
H A Dzram_lib.sh136 local max_streams=$(cat $sys_path)
138 [ "$max_s" -ne "$max_streams" ] && \
142 echo "$sys_path = '$max_streams'"
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h704 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 Draw_gadget.h127 __u16 max_streams; member
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtrace.h151 __field(unsigned, max_streams)
163 __entry->max_streams = ep->max_streams;
173 __entry->max_streams, __entry->mult, __entry->maxburst,
H A Ddummy_hcd.c1059 ep->ep.max_streams = 16; in init_dummy_udc_hw()
1206 int max_streams; in get_max_streams_for_pipe() local
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
1226 max_streams &= 0xf; in set_max_streams_for_pipe()
1228 max_streams &= 0xf0; in set_max_streams_for_pipe()
1230 max_streams |= streams; in set_max_streams_for_pipe()
[all …]
/openbmc/linux/drivers/usb/dwc3/
H A Dtrace.h296 __field(unsigned int, max_streams)
307 __entry->max_streams = dep->endpoint.max_streams;
316 __entry->maxpacket_limit, __entry->max_streams,
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_pvt.c357 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 Dsst.c305 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()
H A Dsst_acpi.c57 .max_streams = 25,
/openbmc/linux/arch/x86/include/asm/
H A Dplatform_sst_audio.h87 unsigned int max_streams; member
/openbmc/qemu/hw/usb/
H A Dcore.c659 dev->ep_ctl.max_streams = 0; in usb_ep_reset()
673 dev->ep_in[ep].max_streams = 0; in usb_ep_reset()
674 dev->ep_out[ep].max_streams = 0; in usb_ep_reset()
796 uep->max_streams = 1 << MaxStreams; in usb_ep_set_max_streams()
798 uep->max_streams = 0; in usb_ep_set_max_streams()
H A Dredirect.c86 uint32_t max_streams; member
1785 usb_ep->max_streams = dev->endpoint[i].max_streams; in usbredir_setup_usb_eps()
1808 dev->endpoint[i].max_streams = ep_info->max_streams[i]; in usbredir_ep_info()
2386 return endp->max_streams; in usbredir_stream_needed()
2395 VMSTATE_UINT32(max_streams, struct endp_data),
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-trace.h461 __field(unsigned int, max_streams)
473 __entry->max_streams = priv_ep->endpoint.max_streams;
484 __entry->maxpacket_limit, __entry->max_streams,
H A Dcdnsp-gadget.c1602 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints() local
1608 if (max_streams < STREAM_LOG_STREAMS) { in cdnsp_gadget_init_endpoints()
1610 max_streams); in cdnsp_gadget_init_endpoints()
1614 max_streams = STREAM_LOG_STREAMS; in cdnsp_gadget_init_endpoints()
1656 pep->endpoint.max_streams = max_streams; in cdnsp_gadget_init_endpoints()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_tcm.c789 static void uasp_setup_stream_res(struct f_uas *fu, int max_streams) in uasp_setup_stream_res() argument
793 for (i = 0; i < max_streams; i++) { in uasp_setup_stream_res()
806 int max_streams; in uasp_prepare_reqs() local
809 max_streams = UASP_SS_EP_COMP_NUM_STREAMS; in uasp_prepare_reqs()
811 max_streams = 1; in uasp_prepare_reqs()
813 for (i = 0; i < max_streams; i++) { in uasp_prepare_reqs()
822 uasp_setup_stream_res(fu, max_streams); in uasp_prepare_reqs()
/openbmc/linux/include/linux/usb/
H A Dgadget.h236 unsigned max_streams:16; member
/openbmc/qemu/include/hw/
H A Dusb.h211 int max_streams; member
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_windsor.c83 u32 max_streams; member
1177 return iface->max_streams; in vpu_windsor_get_max_instance_count()
/openbmc/linux/drivers/usb/usbip/
H A Dvudc_dev.c541 ep->ep.max_streams = 16; in init_vudc_hw()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c1198 limits->max_streams = ep->max_streams; in fill_ep_limits()

12