Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
A Dcommon-init.c178 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 Dcdns-csi2rx.c138 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 Dcdns-csi2tx.c118 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 Dtrace.h151 __field(unsigned, max_streams)
163 __entry->max_streams = ep->max_streams;
173 __entry->max_streams, __entry->mult, __entry->maxburst,
A Ddummy_hcd.c1063 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 Dcore.c1073 if (num_req_streams > ep->max_streams) in usb_gadget_ep_match_desc()
A Dtegra-xudc.c3182 ep->usb_ep.max_streams = 16; in tegra_xudc_alloc_ep()
/drivers/usb/dwc3/
A Dtrace.h296 __field(unsigned int, max_streams)
307 __entry->max_streams = dep->endpoint.max_streams;
316 __entry->maxpacket_limit, __entry->max_streams,
A Dgadget.c3256 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 Dipu6-fw-isys.c230 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 Dipu6.h312 u32 max_streams; member
A Dipu6.c301 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 Dcdns3-trace.h461 __field(unsigned int, max_streams)
473 __entry->max_streams = priv_ep->endpoint.max_streams;
484 __entry->maxpacket_limit, __entry->max_streams,
A Dcdnsp-gadget.c1636 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 Dcdns3-gadget.c3204 priv_ep->endpoint.max_streams = CDNS3_EP_MAX_STREAMS; in cdns3_init_eps()
/drivers/usb/host/
A Dxhci.c3465 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 Dvpu_windsor.c83 u32 max_streams; member
1179 return iface->max_streams; in vpu_windsor_get_max_instance_count()
A Dvpu_malone.c258 u32 max_streams; member
1750 return iface->max_streams; in vpu_malone_get_max_instance_count()
/drivers/usb/usbip/
A Dvudc_dev.c541 ep->ep.max_streams = 16; in init_vudc_hw()
/drivers/usb/gadget/legacy/
A Draw_gadget.c1243 limits->max_streams = ep->max_streams; in fill_ep_limits()
/drivers/gpu/drm/amd/display/dc/
A Ddc.h281 uint32_t max_streams; member
/drivers/usb/gadget/udc/bdc/
A Dbdc_ep.c1984 ep->usb_ep.max_streams = 0; in init_ep()
/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm.c5040 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 Ddc.c1481 dc->caps.max_streams = min( in dc_create()

Completed in 124 milliseconds