Home
last modified time | relevance | path

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

/linux-6.12.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()
80 static void cal_camerarx_lane_config(struct cal_camerarx *phy) in cal_camerarx_lane_config()
108 static void cal_camerarx_enable(struct cal_camerarx *phy) in cal_camerarx_enable()
121 void cal_camerarx_disable(struct cal_camerarx *phy) in cal_camerarx_disable()
133 static void cal_camerarx_config(struct cal_camerarx *phy, s64 link_freq) in cal_camerarx_config()
168 static void cal_camerarx_power(struct cal_camerarx *phy, bool enable) in cal_camerarx_power()
197 static void cal_camerarx_wait_reset(struct cal_camerarx *phy) in cal_camerarx_wait_reset()
217 static void cal_camerarx_wait_stop_state(struct cal_camerarx *phy) in cal_camerarx_wait_stop_state()
[all …]
Dcal.h165 struct cal_camerarx { struct
205 struct cal_camerarx *phy[CAL_NUM_CSI2_PORTS]; argument
226 struct cal_camerarx *phy;
322 void cal_camerarx_disable(struct cal_camerarx *phy);
323 void cal_camerarx_i913_errata(struct cal_camerarx *phy);
324 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal,
326 void cal_camerarx_destroy(struct cal_camerarx *phy);
Dcal.c253 struct cal_camerarx *phy = cal->phy[i]; in cal_quickdump_regs()
516 struct cal_camerarx *phy = ctx->phy; in cal_ctx_start()
551 struct cal_camerarx *phy = ctx->phy; in cal_ctx_stop()
604 struct cal_camerarx *phy = ctx->phy; in cal_update_seq_number()
778 struct cal_camerarx *phy;
791 struct cal_camerarx *phy = to_cal_asd(asd)->phy; in cal_async_notifier_bound()
872 struct cal_camerarx *phy = cal->phy[i]; in cal_async_notifier_register()