Home
last modified time | relevance | path

Searched refs:cal_camerarx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/media/platform/ti-vpe/
Dcal.h101 struct cal_camerarx { struct
130 struct cal_camerarx *phy[CAL_NUM_CSI2_PORTS]; argument
148 struct cal_camerarx *phy;
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);
[all …]
Dcal-camerarx.c33 static inline u32 camerarx_read(struct cal_camerarx *phy, u32 offset) in camerarx_read()
38 static inline void camerarx_write(struct cal_camerarx *phy, u32 offset, u32 val) in camerarx_write()
48 static s64 cal_camerarx_get_external_rate(struct cal_camerarx *phy) in cal_camerarx_get_external_rate()
66 static void cal_camerarx_lane_config(struct cal_camerarx *phy) in cal_camerarx_lane_config()
94 static void cal_camerarx_enable(struct cal_camerarx *phy) in cal_camerarx_enable()
107 void cal_camerarx_disable(struct cal_camerarx *phy) in cal_camerarx_disable()
119 static void cal_camerarx_config(struct cal_camerarx *phy, s64 external_rate, in cal_camerarx_config()
170 static void cal_camerarx_power(struct cal_camerarx *phy, bool enable) in cal_camerarx_power()
199 static void cal_camerarx_wait_reset(struct cal_camerarx *phy) in cal_camerarx_wait_reset()
219 static void cal_camerarx_wait_stop_state(struct cal_camerarx *phy) in cal_camerarx_wait_stop_state()
[all …]
Dcal.c140 struct cal_camerarx *phy = cal->phy[i]; in cal_quickdump_regs()
410 struct cal_camerarx *phy;
423 struct cal_camerarx *phy = to_cal_asd(asd)->phy; in cal_async_notifier_bound()
464 struct cal_camerarx *phy = cal->phy[i]; in cal_async_notifier_register()