Home
last modified time | relevance | path

Searched refs:pipe_num (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c32 static void pipeline_map_num_to_sp_thread(unsigned int pipe_num);
33 static void pipeline_unmap_num_to_sp_thread(unsigned int pipe_num);
37 unsigned int pipe_num,
59 unsigned int pipe_num, in ia_css_pipeline_create() argument
64 pipeline, pipe_id, pipe_num, dvs_frame_delay); in ia_css_pipeline_create()
70 pipeline_init_defaults(pipeline, pipe_id, pipe_num, dvs_frame_delay); in ia_css_pipeline_create()
76 void ia_css_pipeline_map(unsigned int pipe_num, bool map) in ia_css_pipeline_map() argument
78 assert(pipe_num < IA_CSS_PIPELINE_NUM_MAX); in ia_css_pipeline_map()
79 IA_CSS_ENTER_PRIVATE("pipe_num = %d, map = %d", pipe_num, map); in ia_css_pipeline_map()
81 if (pipe_num >= IA_CSS_PIPELINE_NUM_MAX) { in ia_css_pipeline_map()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dusb.c748 u8 pipe_num = ATH10K_USB_PIPE_INVALID; in ath10k_usb_get_logical_pipe_num() local
752 pipe_num = ATH10K_USB_PIPE_RX_CTRL; in ath10k_usb_get_logical_pipe_num()
756 pipe_num = ATH10K_USB_PIPE_RX_DATA; in ath10k_usb_get_logical_pipe_num()
760 pipe_num = ATH10K_USB_PIPE_RX_INT; in ath10k_usb_get_logical_pipe_num()
764 pipe_num = ATH10K_USB_PIPE_RX_DATA2; in ath10k_usb_get_logical_pipe_num()
768 pipe_num = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_get_logical_pipe_num()
772 pipe_num = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_get_logical_pipe_num()
776 pipe_num = ATH10K_USB_PIPE_TX_DATA_MP; in ath10k_usb_get_logical_pipe_num()
780 pipe_num = ATH10K_USB_PIPE_TX_DATA_HP; in ath10k_usb_get_logical_pipe_num()
788 return pipe_num; in ath10k_usb_get_logical_pipe_num()
[all …]
H A Dqmi.h52 __le32 pipe_num; member
63 __le32 pipe_num; member
H A Dqmi.c458 req->tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg()
473 req->svc_cfg[i].pipe_num = config->ce_svc_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg()
H A Dqmi_wlfw_v01.h128 __le32 pipe_num; member
138 __le32 pipe_num; member
H A Dpci.c2048 int pipe_num; in ath10k_pci_buffer_cleanup() local
2050 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_pci_buffer_cleanup()
2053 pipe_info = &ar_pci->pipe_info[pipe_num]; in ath10k_pci_buffer_cleanup()
2501 pipe->pipe_num = i; in ath10k_pci_alloc_pipes()
H A Dqmi_wlfw_v01.c19 pipe_num),
86 pipe_num),
/linux/drivers/net/wireless/ath/ath6kl/
H A Dusb.c260 u8 pipe_num = ATH6KL_USB_PIPE_INVALID; in ath6kl_usb_get_logical_pipe_num() local
264 pipe_num = ATH6KL_USB_PIPE_RX_CTRL; in ath6kl_usb_get_logical_pipe_num()
268 pipe_num = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_get_logical_pipe_num()
272 pipe_num = ATH6KL_USB_PIPE_RX_INT; in ath6kl_usb_get_logical_pipe_num()
276 pipe_num = ATH6KL_USB_PIPE_RX_DATA2; in ath6kl_usb_get_logical_pipe_num()
280 pipe_num = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_get_logical_pipe_num()
284 pipe_num = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_get_logical_pipe_num()
288 pipe_num = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_get_logical_pipe_num()
292 pipe_num = ATH6KL_USB_PIPE_TX_DATA_HP; in ath6kl_usb_get_logical_pipe_num()
300 return pipe_num; in ath6kl_usb_get_logical_pipe_num()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c182 pipe->pipe_num, skb->len); in ath12k_ce_recv_process_cb()
189 pipe->pipe_num, ret); in ath12k_ce_recv_process_cb()
456 ath12k_ce_poll_send_completed(ab, pipe->pipe_num); in ath12k_ce_send()
531 int pipe_num; in ath12k_ce_cleanup_pipes() local
533 for (pipe_num = 0; pipe_num < ab->hw_params->ce_count; pipe_num++) { in ath12k_ce_cleanup_pipes()
534 pipe = &ab->ce.ce_pipe[pipe_num]; in ath12k_ce_cleanup_pipes()
538 ath12k_ce_poll_send_completed(ab, pipe_num); in ath12k_ce_cleanup_pipes()
734 pipe->pipe_num = i; in ath12k_ce_alloc_pipes()
H A Dqmi.c1675 pipe_num),
1746 pipe_num),
3463 int ret = 0, pipe_num; in ath12k_qmi_wlanfw_wlan_cfg_send() local
3479 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath12k_qmi_wlanfw_wlan_cfg_send()
3480 req->tgt_cfg[pipe_num].pipe_num = in ath12k_qmi_wlanfw_wlan_cfg_send()
3481 __le32_to_cpu(ce_cfg[pipe_num].pipenum); in ath12k_qmi_wlanfw_wlan_cfg_send()
3482 req->tgt_cfg[pipe_num].pipe_dir = in ath12k_qmi_wlanfw_wlan_cfg_send()
3483 __le32_to_cpu(ce_cfg[pipe_num].pipedir); in ath12k_qmi_wlanfw_wlan_cfg_send()
3484 req->tgt_cfg[pipe_num].nentries = in ath12k_qmi_wlanfw_wlan_cfg_send()
3485 __le32_to_cpu(ce_cfg[pipe_num].nentries); in ath12k_qmi_wlanfw_wlan_cfg_send()
[all …]
/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c280 static int qe_epbds_reset(struct qe_udc *udc, int pipe_num) in qe_epbds_reset() argument
287 ep = &udc->eps[pipe_num]; in qe_epbds_reset()
312 static int qe_ep_reset(struct qe_udc *udc, int pipe_num) in qe_ep_reset() argument
317 ep = &udc->eps[pipe_num]; in qe_ep_reset()
318 tmpusep = in_be16(&udc->usb_regs->usb_usep[pipe_num]); in qe_ep_reset()
335 out_be16(&udc->usb_regs->usb_usep[pipe_num], tmpusep); in qe_ep_reset()
337 qe_epbds_reset(udc, pipe_num); in qe_ep_reset()
348 static int qe_ep_bd_init(struct qe_udc *udc, unsigned char pipe_num) in qe_ep_bd_init() argument
350 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_bd_init()
362 epparam = udc->ep_param[pipe_num]; in qe_ep_bd_init()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.c445 pipe->pipe_num, skb->len); in ath11k_ce_recv_process_cb()
452 pipe->pipe_num, ret); in ath11k_ce_recv_process_cb()
523 pipe->pipe_num, skb->len); in ath11k_ce_tx_process_cb()
741 ath11k_ce_poll_send_completed(ab, pipe->pipe_num); in ath11k_ce_send()
868 int pipe_num; in ath11k_ce_cleanup_pipes() local
872 for (pipe_num = 0; pipe_num < ab->hw_params.ce_count; pipe_num++) { in ath11k_ce_cleanup_pipes()
873 pipe = &ab->ce.ce_pipe[pipe_num]; in ath11k_ce_cleanup_pipes()
877 ath11k_ce_poll_send_completed(ab, pipe_num); in ath11k_ce_cleanup_pipes()
1038 pipe->pipe_num = i; in ath11k_ce_alloc_pipes()
H A Dqmi.c1307 pipe_num),
1378 pipe_num),
2703 int ret = 0, pipe_num; in ath11k_qmi_wlanfw_wlan_cfg_send() local
2721 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
2722 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()
2723 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
2724 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath11k_qmi_wlanfw_wlan_cfg_send()
2725 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max; in ath11k_qmi_wlanfw_wlan_cfg_send()
2726 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags; in ath11k_qmi_wlanfw_wlan_cfg_send()
2732 for (pipe_num = 0; pipe_num < req->svc_cfg_len; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
[all …]
H A Dqmi.h319 __le32 pipe_num; member
329 __le32 pipe_num; member
H A Dce.h170 u16 pipe_num; member
H A Dpcic.c409 int irq_idx = ATH11K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath11k_pcic_ce_tasklet()
411 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pcic_ce_tasklet()
420 int irq_idx = ATH11K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath11k_pcic_ce_interrupt_handler()
/linux/drivers/usb/renesas_usbhs/
H A Dpipe.c39 *usbhsp_get_pipe_config(struct usbhs_priv *priv, int pipe_num) in usbhsp_get_pipe_config() argument
44 return &pipe_configs[pipe_num]; in usbhsp_get_pipe_config()
473 int pipe_num = usbhs_pipe_number(pipe); in usbhsp_setup_pipebuff() local
478 usbhsp_get_pipe_config(priv, pipe_num); in usbhsp_setup_pipebuff()
496 pipe_num, buff_size, bufnmb); in usbhsp_setup_pipebuff()
506 int pipe_num = usbhs_pipe_number(pipe); in usbhs_pipe_config_update() local
508 usbhsp_get_pipe_config(priv, pipe_num); in usbhs_pipe_config_update()
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c277 pipe_release_pipe_num(unsigned int pipe_num);
1491 ia_css_pipeline_map(main_pipe->pipe_num, map); in map_sp_threads()
1510 ia_css_pipeline_map(capture_pipe->pipe_num, map); in map_sp_threads()
1514 ia_css_pipeline_map(copy_pipe->pipe_num, map); in map_sp_threads()
1521 ia_css_pipeline_map(stream->pipes[i]->pipe_num, map); in map_sp_threads()
1564 main_pipe->pipe_num, main_pipe->dvs_frame_delay); in create_host_pipeline_structure()
1573 main_pipe->pipe_num, main_pipe->dvs_frame_delay); in create_host_pipeline_structure()
1583 main_pipe->pipe_num, main_pipe->dvs_frame_delay); in create_host_pipeline_structure()
1593 copy_pipe->pipe_num, in create_host_pipeline_structure()
1599 capture_pipe->pipe_num, in create_host_pipeline_structure()
[all …]
H A Dsh_css_params.c3066 unsigned int thread_id, pipe_num; in sh_css_param_update_isp_params() local
3094 pipe_num = ia_css_pipe_get_pipe_num(pipe); in sh_css_param_update_isp_params()
3096 ia_css_pipeline_get_sp_thread_id(pipe_num, &thread_id); in sh_css_param_update_isp_params()
/linux/drivers/staging/media/ipu3/
H A Dipu3-abi.h1779 u32 pipe_num; /* the dynamic pipe number */ member
H A Dipu3-css.c1008 sp_group->pipe[pipe].pipe_num = pipe; in imgu_css_pipeline_init()