| /drivers/net/wireless/ath/ath9k/ |
| A D | common-init.c | 178 int i, max_streams; in ath9k_cmn_setup_ht_cap() local 196 max_streams = 1; in ath9k_cmn_setup_ht_cap() 198 max_streams = 2; in ath9k_cmn_setup_ht_cap() 200 max_streams = 3; in ath9k_cmn_setup_ht_cap() 202 max_streams = 2; in ath9k_cmn_setup_ht_cap() 205 if (max_streams >= 2) in ath9k_cmn_setup_ht_cap() 212 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams); in ath9k_cmn_setup_ht_cap() 213 rx_streams = ath9k_cmn_count_streams(ah->rxchainmask, max_streams); in ath9k_cmn_setup_ht_cap()
|
| /drivers/media/platform/cadence/ |
| A D | cdns-csi2rx.c | 138 u8 max_streams; member 243 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_reset() 252 for (i = 0; i < csi2rx->max_streams; i++) in csi2rx_reset() 366 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_start() 431 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_stop() 687 csi2rx->max_streams = (dev_cfg >> 4) & 7; in csi2rx_get_resources() 688 if (csi2rx->max_streams > CSI2RX_STREAMS_MAX) { in csi2rx_get_resources() 690 csi2rx->max_streams); in csi2rx_get_resources() 705 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_get_resources() 849 csi2rx->num_lanes, csi2rx->max_lanes, csi2rx->max_streams, in csi2rx_probe()
|
| A D | cdns-csi2tx.c | 118 unsigned int max_streams; member 472 csi2tx->max_streams = (dev_cfg & CSI2TX_DEVICE_CONFIG_STREAMS_MASK) >> 4; in csi2tx_get_resources() 473 if (csi2tx->max_streams > CSI2TX_STREAMS_MAX) { in csi2tx_get_resources() 475 csi2tx->max_streams); in csi2tx_get_resources() 481 for (i = 0; i < csi2tx->max_streams; i++) { in csi2tx_get_resources() 627 csi2tx->num_lanes, csi2tx->max_lanes, csi2tx->max_streams, in csi2tx_probe()
|
| /drivers/usb/gadget/udc/ |
| A D | trace.h | 151 __field(unsigned, max_streams) 163 __entry->max_streams = ep->max_streams; 173 __entry->max_streams, __entry->mult, __entry->maxburst,
|
| A D | dummy_hcd.c | 1063 ep->ep.max_streams = 16; in init_dummy_udc_hw() 1210 int max_streams; in get_max_streams_for_pipe() local 1214 max_streams >>= 4; in get_max_streams_for_pipe() 1216 max_streams &= 0xf; in get_max_streams_for_pipe() 1217 max_streams++; in get_max_streams_for_pipe() 1218 return max_streams; in get_max_streams_for_pipe() 1224 int max_streams; in set_max_streams_for_pipe() local 1230 max_streams &= 0xf; in set_max_streams_for_pipe() 1232 max_streams &= 0xf0; in set_max_streams_for_pipe() 1234 max_streams |= streams; in set_max_streams_for_pipe() [all …]
|
| A D | core.c | 1073 if (num_req_streams > ep->max_streams) in usb_gadget_ep_match_desc()
|
| A D | tegra-xudc.c | 3182 ep->usb_ep.max_streams = 16; in tegra_xudc_alloc_ep()
|
| /drivers/usb/dwc3/ |
| 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,
|
| A D | gadget.c | 3256 dep->endpoint.max_streams = 16; in dwc3_gadget_init_in_endpoint() 3303 dep->endpoint.max_streams = 16; in dwc3_gadget_init_out_endpoint()
|
| /drivers/media/pci/intel/ipu6/ |
| A D | ipu6-fw-isys.c | 230 unsigned int max_streams; in ipu6_isys_fwcom_cfg_init() local 234 max_streams = isys->pdata->ipdata->max_streams; in ipu6_isys_fwcom_cfg_init() 238 num_in_message_queues = clamp(num_streams, 1U, max_streams); in ipu6_isys_fwcom_cfg_init()
|
| A D | ipu6.h | 312 u32 max_streams; member
|
| A D | ipu6.c | 301 isys_ipdata.max_streams = IPU6_ISYS_NUM_STREAMS; in ipu6_internal_pdata_init() 360 isys_ipdata.max_streams = IPU6SE_ISYS_NUM_STREAMS; in ipu6_internal_pdata_init()
|
| /drivers/usb/cdns3/ |
| 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,
|
| A D | cdnsp-gadget.c | 1636 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints() local 1642 if (max_streams < STREAM_LOG_STREAMS) { in cdnsp_gadget_init_endpoints() 1644 max_streams); in cdnsp_gadget_init_endpoints() 1648 max_streams = STREAM_LOG_STREAMS; in cdnsp_gadget_init_endpoints() 1690 pep->endpoint.max_streams = max_streams; in cdnsp_gadget_init_endpoints()
|
| A D | cdns3-gadget.c | 3204 priv_ep->endpoint.max_streams = CDNS3_EP_MAX_STREAMS; in cdns3_init_eps()
|
| /drivers/usb/host/ |
| A D | xhci.c | 3465 unsigned int max_streams; in xhci_calculate_streams_entries() local 3475 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries() 3476 if (*num_stream_ctxs > max_streams) { in xhci_calculate_streams_entries() 3478 max_streams); in xhci_calculate_streams_entries() 3479 *num_stream_ctxs = max_streams; in xhci_calculate_streams_entries() 3480 *num_streams = max_streams; in xhci_calculate_streams_entries() 3493 unsigned int max_streams; in xhci_calculate_streams_and_bitmask() local 3504 max_streams = usb_ss_max_streams(&eps[i]->ss_ep_comp); in xhci_calculate_streams_and_bitmask() 3505 if (max_streams < (*num_streams - 1)) { in xhci_calculate_streams_and_bitmask() 3508 max_streams); in xhci_calculate_streams_and_bitmask() [all …]
|
| /drivers/media/platform/amphion/ |
| A D | vpu_windsor.c | 83 u32 max_streams; member 1179 return iface->max_streams; in vpu_windsor_get_max_instance_count()
|
| A D | vpu_malone.c | 258 u32 max_streams; member 1750 return iface->max_streams; in vpu_malone_get_max_instance_count()
|
| /drivers/usb/usbip/ |
| A D | vudc_dev.c | 541 ep->ep.max_streams = 16; in init_vudc_hw()
|
| /drivers/usb/gadget/legacy/ |
| A D | raw_gadget.c | 1243 limits->max_streams = ep->max_streams; in fill_ep_limits()
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc.h | 281 uint32_t max_streams; member
|
| /drivers/usb/gadget/udc/bdc/ |
| A D | bdc_ep.c | 1984 ep->usb_ep.max_streams = 0; in init_ep()
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.c | 5040 if (plane_id >= dm->dc->caps.max_streams) in initialize_plane() 5107 dm->display_indexes_num = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 5120 primary_planes = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 5172 for (i = 0; i < dm->dc->caps.max_streams; i++) in amdgpu_dm_initialize_drm_device()
|
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc.c | 1481 dc->caps.max_streams = min( in dc_create()
|