| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 672 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 D | gadget.h | 184 unsigned max_streams:16; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/zram/ |
| H A D | zram_lib.sh | 136 local max_streams=$(cat $sys_path) 138 [ "$max_s" -ne "$max_streams" ] && \ 142 echo "$sys_path = '$max_streams'"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 697 int max_streams; in usb_ss_max_streams() local 702 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() 704 if (!max_streams) in usb_ss_max_streams() 707 max_streams = 1 << max_streams; in usb_ss_max_streams() 709 return max_streams; in usb_ss_max_streams()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 697 int max_streams; in usb_ss_max_streams() local 702 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() 704 if (!max_streams) in usb_ss_max_streams() 707 max_streams = 1 << max_streams; in usb_ss_max_streams() 709 return max_streams; in usb_ss_max_streams()
|
| /OK3568_Linux_fs/kernel/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 | 127 __u16 max_streams; member
|
| /OK3568_Linux_fs/kernel/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 &= 0xf; in set_max_streams_for_pipe() [all …]
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | sst_acpi.c | 57 .max_streams = 25,
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | platform_sst_audio.h | 89 unsigned int max_streams; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 3283 unsigned int max_streams; in xhci_calculate_streams_entries() local 3293 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries() 3294 if (*num_stream_ctxs > max_streams) { in xhci_calculate_streams_entries() 3296 max_streams); in xhci_calculate_streams_entries() 3297 *num_stream_ctxs = max_streams; in xhci_calculate_streams_entries() 3298 *num_streams = max_streams; in xhci_calculate_streams_entries() 3311 unsigned int max_streams; in xhci_calculate_streams_and_bitmask() local 3322 max_streams = usb_ss_max_streams(&eps[i]->ss_ep_comp); in xhci_calculate_streams_and_bitmask() 3323 if (max_streams < (*num_streams - 1)) { in xhci_calculate_streams_and_bitmask() 3326 max_streams); in xhci_calculate_streams_and_bitmask() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf.c | 691 u8 max_streams; in kbase_csf_queue_bind() local 705 max_streams = kctx->kbdev->csf.global_iface.groups[0].stream_num; in kbase_csf_queue_bind() 707 if (bind->in.csi_index >= max_streams) in kbase_csf_queue_bind() 1421 u32 max_streams = in kbase_csf_term_descheduled_queue_group() local 1430 for (i = 0; i < max_streams; i++) { in kbase_csf_term_descheduled_queue_group()
|
| H A D | mali_kbase_csf_scheduler.c | 504 size_t const max_streams = kbdev->csf.global_iface.groups[0].stream_num; in update_on_slot_queues_offsets() local 520 for (j = 0; j < max_streams; ++j) { in update_on_slot_queues_offsets() 2485 u32 max_streams = ginfo->stream_num; in save_csg_slot() local 2491 for (i = 0; i < max_streams; i++) in save_csg_slot() 2494 for (i = 0; idle && i < max_streams; i++) { in save_csg_slot() 4696 size_t const max_streams = kbdev->csf.global_iface.groups[0].stream_num; in all_on_slot_groups_remained_idle() local 4708 for (j = 0; j < max_streams; ++j) { in all_on_slot_groups_remained_idle()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | gadget.h | 242 unsigned max_streams:16; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vudc_dev.c | 542 ep->ep.max_streams = 16; in init_vudc_hw()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | raw_gadget.c | 1182 limits->max_streams = ep->max_streams; in fill_ep_limits()
|