Searched refs:pipe_configs (Results 1 – 8 of 8) sorted by relevance
202 p_config = &stream_env->pipe_configs[pipe_id]; in __dump_pipe_config()603 stream_env->pipe_configs[pipe_id].isp_pipe_version = 2; in __apply_additional_pipe_config()604 stream_env->pipe_configs[pipe_id].enable_dz = in __apply_additional_pipe_config()611 if (stream_env->pipe_configs[pipe_id]. in __apply_additional_pipe_config()613 stream_env->pipe_configs[pipe_id].enable_dz = false; in __apply_additional_pipe_config()620 stream_env->pipe_configs[pipe_id] in __apply_additional_pipe_config()623 stream_env->pipe_configs[pipe_id].enable_dz = true; in __apply_additional_pipe_config()628 stream_env->pipe_configs[pipe_id] in __apply_additional_pipe_config()638 stream_env->pipe_configs[pipe_id].enable_dz = true; in __apply_additional_pipe_config()640 stream_env->pipe_configs[pipe_id].enable_dz = false; in __apply_additional_pipe_config()[all …]
70 struct ia_css_pipe_config pipe_configs[IA_CSS_PIPE_ID_NUM]; member
2597 .pipe_configs[IA_CSS_PIPE_ID_VIDEO]; in atomisp_get_dvs2_bq_resolutions()3041 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()3042 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()3049 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()3050 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()4291 pipe_configs[IA_CSS_PIPE_ID_VIDEO]; in atomisp_param()
41 struct renesas_usbhs_driver_pipe_config *pipe_configs = in usbhsp_get_pipe_config() local42 usbhs_get_dparam(priv, pipe_configs); in usbhsp_get_pipe_config()44 return &pipe_configs[pipe_num]; in usbhsp_get_pipe_config()812 struct renesas_usbhs_driver_pipe_config *pipe_configs = in usbhs_pipe_probe() local813 usbhs_get_dparam(priv, pipe_configs); in usbhs_pipe_probe()818 if (pipe_configs[0].type != USB_ENDPOINT_XFER_CONTROL) { in usbhs_pipe_probe()837 pipe_configs[i].type & USB_ENDPOINT_XFERTYPE_MASK; in usbhs_pipe_probe()840 i, usbhsp_pipe_name[pipe_configs[i].type]); in usbhs_pipe_probe()
1081 struct renesas_usbhs_driver_pipe_config *pipe_configs = in usbhs_mod_gadget_probe() local1082 usbhs_get_dparam(priv, pipe_configs); in usbhs_mod_gadget_probe()1154 if (pipe_configs[i].type == USB_ENDPOINT_XFER_ISOC) in usbhs_mod_gadget_probe()1156 if (pipe_configs[i].type == USB_ENDPOINT_XFER_BULK) in usbhs_mod_gadget_probe()1158 if (pipe_configs[i].type == USB_ENDPOINT_XFER_INT) in usbhs_mod_gadget_probe()1161 pipe_configs[i].bufsize); in usbhs_mod_gadget_probe()
1403 struct renesas_usbhs_driver_pipe_config *pipe_configs = in usbhsh_pipe_init_for_host() local1404 usbhs_get_dparam(priv, pipe_configs); in usbhsh_pipe_init_for_host()1432 dir_in = (pipe_configs[i].type == old_type); in usbhsh_pipe_init_for_host()1433 old_type = pipe_configs[i].type; in usbhsh_pipe_init_for_host()1435 if (USB_ENDPOINT_XFER_CONTROL == pipe_configs[i].type) { in usbhsh_pipe_init_for_host()1440 pipe_configs[i].type, in usbhsh_pipe_init_for_host()
648 priv->dparam.pipe_configs = usbhsc_new_pipe; in usbhs_probe()650 } else if (!priv->dparam.pipe_configs) { in usbhs_probe()651 priv->dparam.pipe_configs = usbhsc_default_pipe; in usbhs_probe()
125 struct renesas_usbhs_driver_pipe_config *pipe_configs; member