Lines Matching defs:phy
94 * cal_camerarx are named phy through the driver.
130 struct cal_camerarx *phy[CAL_NUM_CSI2_PORTS];
148 struct cal_camerarx *phy;
201 #define phy_dbg(level, phy, fmt, arg...) \
202 cal_dbg(level, (phy)->cal, "phy%u: " fmt, (phy)->instance, ##arg)
203 #define phy_info(phy, fmt, arg...) \
204 cal_info((phy)->cal, "phy%u: " fmt, (phy)->instance, ##arg)
205 #define phy_err(phy, fmt, arg...) \
206 cal_err((phy)->cal, "phy%u: " fmt, (phy)->instance, ##arg)
244 void cal_camerarx_disable(struct cal_camerarx *phy);
245 int cal_camerarx_start(struct cal_camerarx *phy, const struct cal_fmt *fmt);
246 void cal_camerarx_stop(struct cal_camerarx *phy);
247 void cal_camerarx_enable_irqs(struct cal_camerarx *phy);
248 void cal_camerarx_disable_irqs(struct cal_camerarx *phy);
249 void cal_camerarx_ppi_enable(struct cal_camerarx *phy);
250 void cal_camerarx_ppi_disable(struct cal_camerarx *phy);
251 void cal_camerarx_i913_errata(struct cal_camerarx *phy);
254 void cal_camerarx_destroy(struct cal_camerarx *phy);