Searched refs:mipi_phy_ctrl_t (Results 1 – 2 of 2) sorted by relevance
89 } mipi_phy_ctrl_t; typedef98 fsp_err_t (* open)(mipi_phy_ctrl_t * const p_ctrl, mipi_phy_cfg_t const * const p_cfg);103 fsp_err_t (* close)(mipi_phy_ctrl_t * const p_ctrl);109 mipi_phy_ctrl_t * p_ctrl; ///< Pointer to the control structure for this instance131 fsp_err_t r_mipi_phy_open(mipi_phy_ctrl_t * const p_api_ctrl, mipi_phy_cfg_t const * const p_cfg);132 fsp_err_t r_mipi_phy_close(mipi_phy_ctrl_t * const p_api_ctrl);
54 fsp_err_t r_mipi_phy_open (mipi_phy_ctrl_t * const p_api_ctrl, mipi_phy_cfg_t const * const p_cfg) in r_mipi_phy_open()56 mipi_phy_ctrl_t * p_ctrl = p_api_ctrl; in r_mipi_phy_open()104 fsp_err_t r_mipi_phy_close (mipi_phy_ctrl_t * const p_api_ctrl) in r_mipi_phy_close()106 mipi_phy_ctrl_t * p_ctrl = p_api_ctrl; in r_mipi_phy_close()