Searched refs:cal_camerarx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | cal.h | 93 * The cal_camerarx structure represents one CAMERARX instance. Instances of 94 * cal_camerarx are named phy through the driver. 101 struct cal_camerarx { struct 130 struct cal_camerarx *phy[CAL_NUM_CSI2_PORTS]; 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 *ph [all...] |
H A D | cal-camerarx.c | 33 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 *ph [all...] |
H A D | cal.c | 140 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/ |
H A D | cal-camerarx.c | 33 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 *ph [all...] |
H A D | cal.h | 157 * The cal_camerarx structure represents one CAMERARX instance. Instances of 158 * cal_camerarx are named phy through the driver. 165 struct cal_camerarx { struct 205 struct cal_camerarx *phy[CAL_NUM_CSI2_PORTS]; 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);
|
H A D | cal.c | 253 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()
|
Completed in 7 milliseconds