Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/ti/cal/
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_ext_link_freq(struct cal_camerarx *phy) in cal_camerarx_get_ext_link_freq()
74 static void cal_camerarx_lane_config(struct cal_camerarx *phy) in cal_camerarx_lane_config()
102 static void cal_camerarx_enable(struct cal_camerarx *phy) in cal_camerarx_enable()
115 void cal_camerarx_disable(struct cal_camerarx *phy) in cal_camerarx_disable()
127 static void cal_camerarx_config(struct cal_camerarx *phy, s64 link_freq) in cal_camerarx_config()
162 static void cal_camerarx_power(struct cal_camerarx *phy, bool enable) in cal_camerarx_power()
191 static void cal_camerarx_wait_reset(struct cal_camerarx *phy) in cal_camerarx_wait_reset()
211 static void cal_camerarx_wait_stop_state(struct cal_camerarx *phy) in cal_camerarx_wait_stop_state()
[all …]
Dcal.h165 struct cal_camerarx { struct
213 struct cal_camerarx *phy[CAL_NUM_CSI2_PORTS]; argument
234 struct cal_camerarx *phy;
330 int cal_camerarx_get_remote_frame_desc(struct cal_camerarx *phy,
332 void cal_camerarx_disable(struct cal_camerarx *phy);
333 void cal_camerarx_i913_errata(struct cal_camerarx *phy);
334 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal,
336 void cal_camerarx_destroy(struct cal_camerarx *phy);
Dcal.c277 struct cal_camerarx *phy = cal->phy[i]; in cal_quickdump_regs()
473 cal_get_remote_frame_desc_entry(struct cal_camerarx *phy, in cal_get_remote_frame_desc_entry()
546 struct cal_camerarx *phy = ctx->phy; in cal_ctx_start()
581 struct cal_camerarx *phy = ctx->phy; in cal_ctx_stop()
634 struct cal_camerarx *phy = ctx->phy; in cal_update_seq_number()
808 struct cal_camerarx *phy;
821 struct cal_camerarx *phy = to_cal_asd(asd)->phy; in cal_async_notifier_bound()
902 struct cal_camerarx *phy = cal->phy[i]; in cal_async_notifier_register()