/drivers/net/wireless/ath/ath9k/ |
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()
|
/drivers/media/platform/cadence/ |
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()
|
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()
|
/drivers/usb/gadget/udc/ |
D | trace.h | 146 __field(unsigned, max_streams) 158 __entry->max_streams = ep->max_streams; 168 __entry->max_streams, __entry->mult, __entry->maxburst,
|
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 &= 0xf; in set_max_streams_for_pipe() [all …]
|
D | core.c | 990 if (num_req_streams > ep->max_streams) in usb_gadget_ep_match_desc()
|
D | tegra-xudc.c | 3167 ep->usb_ep.max_streams = 16; in tegra_xudc_alloc_ep()
|
/drivers/usb/dwc3/ |
D | trace.h | 297 __field(unsigned int, max_streams) 308 __entry->max_streams = dep->endpoint.max_streams; 317 __entry->maxpacket_limit, __entry->max_streams,
|
D | gadget.c | 3093 dep->endpoint.max_streams = 16; in dwc3_gadget_init_in_endpoint() 3140 dep->endpoint.max_streams = 16; in dwc3_gadget_init_out_endpoint()
|
/drivers/usb/cdns3/ |
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,
|
D | gadget.c | 3186 priv_ep->endpoint.max_streams = CDNS3_EP_MAX_STREAMS; in cdns3_init_eps()
|
/drivers/usb/gadget/function/ |
D | f_tcm.c | 789 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()
|
/drivers/usb/host/ |
D | xhci.c | 3291 unsigned int max_streams; in xhci_calculate_streams_entries() local 3301 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries() 3302 if (*num_stream_ctxs > max_streams) { in xhci_calculate_streams_entries() 3304 max_streams); in xhci_calculate_streams_entries() 3305 *num_stream_ctxs = max_streams; in xhci_calculate_streams_entries() 3306 *num_streams = max_streams; in xhci_calculate_streams_entries() 3319 unsigned int max_streams; in xhci_calculate_streams_and_bitmask() local 3330 max_streams = usb_ss_max_streams(&eps[i]->ss_ep_comp); in xhci_calculate_streams_and_bitmask() 3331 if (max_streams < (*num_streams - 1)) { in xhci_calculate_streams_and_bitmask() 3334 max_streams); in xhci_calculate_streams_and_bitmask() [all …]
|
/drivers/usb/usbip/ |
D | vudc_dev.c | 542 ep->ep.max_streams = 16; in init_vudc_hw()
|
/drivers/usb/gadget/legacy/ |
D | raw_gadget.c | 1190 limits->max_streams = ep->max_streams; in fill_ep_limits()
|
/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 148 uint32_t max_streams; member
|
/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 1979 ep->usb_ep.max_streams = 0; in init_ep()
|
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 3271 if (plane_id >= dm->dc->caps.max_streams) in initialize_plane() 3331 dm->display_indexes_num = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 3342 primary_planes = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 3390 for (i = 0; i < dm->dc->caps.max_streams; i++) in amdgpu_dm_initialize_drm_device()
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 961 dc->caps.max_streams = min( in dc_create()
|