/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
D | pipeline.c | 41 static void pipeline_map_num_to_sp_thread(unsigned int pipe_num); 42 static void pipeline_unmap_num_to_sp_thread(unsigned int pipe_num); 46 unsigned int pipe_num, 68 unsigned int pipe_num, in ia_css_pipeline_create() argument 73 pipeline, pipe_id, pipe_num, dvs_frame_delay); in ia_css_pipeline_create() 79 pipeline_init_defaults(pipeline, pipe_id, pipe_num, dvs_frame_delay); in ia_css_pipeline_create() 85 void ia_css_pipeline_map(unsigned int pipe_num, bool map) in ia_css_pipeline_map() argument 87 assert(pipe_num < IA_CSS_PIPELINE_NUM_MAX); in ia_css_pipeline_map() 88 IA_CSS_ENTER_PRIVATE("pipe_num = %d, map = %d", pipe_num, map); in ia_css_pipeline_map() 90 if (pipe_num >= IA_CSS_PIPELINE_NUM_MAX) { in ia_css_pipeline_map() [all …]
|
/drivers/staging/media/atomisp/pci/ |
D | sh_css_sp.c | 122 store_sp_stage_data(enum ia_css_pipe_id id, unsigned int pipe_num, in store_sp_stage_data() argument 127 ia_css_pipeline_get_sp_thread_id(pipe_num, &thread_id); in store_sp_stage_data() 131 sh_css_store_isp_stage_to_ddr(pipe_num, stage); in store_sp_stage_data() 133 sh_css_store_sp_stage_to_ddr(pipe_num, stage); in store_sp_stage_data() 165 unsigned int pipe_num, in sh_css_store_sp_per_frame_data() argument 171 store_sp_stage_data(pipe_id, pipe_num, 0); in sh_css_store_sp_per_frame_data() 197 sh_css_sp_start_binary_copy(unsigned int pipe_num, in sh_css_sp_start_binary_copy() argument 208 ia_css_pipeline_get_sp_thread_id(pipe_num, &thread_id); in sh_css_sp_start_binary_copy() 214 pipe->pipe_num = pipe_num; in sh_css_sp_start_binary_copy() 245 sh_css_store_sp_per_frame_data(pipe_id, pipe_num, &sh_css_sp_fw); in sh_css_sp_start_binary_copy() [all …]
|
D | sh_css_sp.h | 34 store_sp_stage_data(enum ia_css_pipe_id id, unsigned int pipe_num, 45 sh_css_sp_start_binary_copy(unsigned int pipe_num, 59 u8 pipe_num, 77 sh_css_sp_uninit_pipeline(unsigned int pipe_num);
|
D | ia_css_pipe.h | 153 unsigned int pipe_num; member 175 .pipe_num = PIPE_ENTRY_EMPTY_TOKEN, \
|
D | sh_css_internal.h | 511 u32 pipe_num; /* the dynamic pipe number */ member 1014 sh_css_continuous_is_enabled(uint8_t pipe_num); 1017 find_pipe_by_num(uint32_t pipe_num);
|
D | sh_css.c | 321 pipe_release_pipe_num(unsigned int pipe_num); 1840 ia_css_pipeline_map(main_pipe->pipe_num, map); in map_sp_threads() 1861 ia_css_pipeline_map(acc_pipe->pipe_num, map); in map_sp_threads() 1864 ia_css_pipeline_map(capture_pipe->pipe_num, map); in map_sp_threads() 1868 ia_css_pipeline_map(copy_pipe->pipe_num, map); in map_sp_threads() 1875 ia_css_pipeline_map(stream->pipes[i]->pipe_num, map); in map_sp_threads() 1918 main_pipe->pipe_num, main_pipe->dvs_frame_delay); in create_host_pipeline_structure() 1927 main_pipe->pipe_num, main_pipe->dvs_frame_delay); in create_host_pipeline_structure() 1937 main_pipe->pipe_num, main_pipe->dvs_frame_delay); in create_host_pipeline_structure() 1942 main_pipe->pipe_num, main_pipe->dvs_frame_delay); in create_host_pipeline_structure() [all …]
|
D | sh_css_params.c | 1037 if (params && pipe && (pipe->pipe_num != params->sc_table_last_pipe_num)) { in sh_css_update_shading_table_status() 1039 params->sc_table_last_pipe_num = pipe->pipe_num; in sh_css_update_shading_table_status() 3227 unsigned int thread_id, pipe_num; in sh_css_param_update_isp_params() local 3255 pipe_num = ia_css_pipe_get_pipe_num(pipe); in sh_css_param_update_isp_params() 3257 ia_css_pipeline_get_sp_thread_id(pipe_num, &thread_id); in sh_css_param_update_isp_params()
|
/drivers/net/wireless/ath/ath10k/ |
D | usb.c | 740 u8 pipe_num = ATH10K_USB_PIPE_INVALID; in ath10k_usb_get_logical_pipe_num() local 744 pipe_num = ATH10K_USB_PIPE_RX_CTRL; in ath10k_usb_get_logical_pipe_num() 748 pipe_num = ATH10K_USB_PIPE_RX_DATA; in ath10k_usb_get_logical_pipe_num() 752 pipe_num = ATH10K_USB_PIPE_RX_INT; in ath10k_usb_get_logical_pipe_num() 756 pipe_num = ATH10K_USB_PIPE_RX_DATA2; in ath10k_usb_get_logical_pipe_num() 760 pipe_num = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_get_logical_pipe_num() 764 pipe_num = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_get_logical_pipe_num() 768 pipe_num = ATH10K_USB_PIPE_TX_DATA_MP; in ath10k_usb_get_logical_pipe_num() 772 pipe_num = ATH10K_USB_PIPE_TX_DATA_HP; in ath10k_usb_get_logical_pipe_num() 780 return pipe_num; in ath10k_usb_get_logical_pipe_num() [all …]
|
D | snoc.c | 912 int pipe_num; in ath10k_snoc_buffer_cleanup() local 915 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_snoc_buffer_cleanup() 916 pipe_info = &ar_snoc->pipe_info[pipe_num]; in ath10k_snoc_buffer_cleanup() 971 int pipe_num; in ath10k_snoc_wlan_enable() local 973 for (pipe_num = 0; pipe_num < CE_COUNT_MAX; pipe_num++) { in ath10k_snoc_wlan_enable() 974 tgt_cfg[pipe_num].pipe_num = in ath10k_snoc_wlan_enable() 975 target_ce_config_wlan[pipe_num].pipenum; in ath10k_snoc_wlan_enable() 976 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable() 977 target_ce_config_wlan[pipe_num].pipedir; in ath10k_snoc_wlan_enable() 978 tgt_cfg[pipe_num].nentries = in ath10k_snoc_wlan_enable() [all …]
|
D | qmi.h | 52 __le32 pipe_num; member 63 __le32 pipe_num; member
|
D | snoc.h | 28 u8 pipe_num; member
|
D | qmi.c | 452 req->tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg() 467 req->svc_cfg[i].pipe_num = config->ce_svc_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg()
|
D | qmi_wlfw_v01.h | 127 __le32 pipe_num; member 137 __le32 pipe_num; member
|
D | pci.h | 85 u8 pipe_num; member
|
D | pci.c | 2045 int pipe_num; in ath10k_pci_buffer_cleanup() local 2047 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_pci_buffer_cleanup() 2050 pipe_info = &ar_pci->pipe_info[pipe_num]; in ath10k_pci_buffer_cleanup() 2498 pipe->pipe_num = i; in ath10k_pci_alloc_pipes()
|
/drivers/net/wireless/ath/ath6kl/ |
D | usb.c | 260 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 …]
|
/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ |
D | ia_css_pipeline.h | 45 u8 pipe_num; member 106 unsigned int pipe_num, 264 void ia_css_pipeline_map(unsigned int pipe_num, bool map);
|
/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 279 static int qe_epbds_reset(struct qe_udc *udc, int pipe_num) in qe_epbds_reset() argument 286 ep = &udc->eps[pipe_num]; in qe_epbds_reset() 311 static int qe_ep_reset(struct qe_udc *udc, int pipe_num) in qe_ep_reset() argument 316 ep = &udc->eps[pipe_num]; in qe_ep_reset() 317 tmpusep = in_be16(&udc->usb_regs->usb_usep[pipe_num]); in qe_ep_reset() 334 out_be16(&udc->usb_regs->usb_usep[pipe_num], tmpusep); in qe_ep_reset() 336 qe_epbds_reset(udc, pipe_num); in qe_ep_reset() 347 static int qe_ep_bd_init(struct qe_udc *udc, unsigned char pipe_num) in qe_ep_bd_init() argument 349 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_bd_init() 361 epparam = udc->ep_param[pipe_num]; in qe_ep_bd_init() [all …]
|
/drivers/net/wireless/ath/ath11k/ |
D | qmi.c | 1162 pipe_num), 1233 pipe_num), 2308 int ret = 0, pipe_num; in ath11k_qmi_wlanfw_wlan_cfg_send() local 2326 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send() 2327 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send() 2328 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send() 2329 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath11k_qmi_wlanfw_wlan_cfg_send() 2330 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max; in ath11k_qmi_wlanfw_wlan_cfg_send() 2331 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags; in ath11k_qmi_wlanfw_wlan_cfg_send() 2337 for (pipe_num = 0; pipe_num < req->svc_cfg_len; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send() [all …]
|
D | ce.c | 438 pipe->pipe_num, skb->len); in ath11k_ce_recv_process_cb() 445 pipe->pipe_num, ret); in ath11k_ce_recv_process_cb() 718 ath11k_ce_poll_send_completed(ab, pipe->pipe_num); in ath11k_ce_send() 845 int pipe_num; in ath11k_ce_cleanup_pipes() local 849 for (pipe_num = 0; pipe_num < ab->hw_params.ce_count; pipe_num++) { in ath11k_ce_cleanup_pipes() 850 pipe = &ab->ce.ce_pipe[pipe_num]; in ath11k_ce_cleanup_pipes() 854 ath11k_ce_poll_send_completed(ab, pipe_num); in ath11k_ce_cleanup_pipes() 1014 pipe->pipe_num = i; in ath11k_ce_alloc_pipes()
|
D | qmi.h | 300 __le32 pipe_num; member 310 __le32 pipe_num; member
|
D | ce.h | 152 u16 pipe_num; member
|
D | ahb.c | 418 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet() 420 ath11k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet() 430 ath11k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_interrupt_handler()
|
D | pci.c | 604 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_tasklet() 606 ath11k_pci_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_tasklet() 616 ath11k_pci_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_interrupt_handler()
|
/drivers/usb/renesas_usbhs/ |
D | pipe.c | 39 *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()
|