Searched refs:csi2_device (Results 1 – 3 of 3) sorted by relevance
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | csi2.h | 50 struct csi2_device { struct 72 void csi2_isr(struct csi2_device *csi2, bool *sof, bool *eof); argument 73 void csi2_set_buffer(struct csi2_device *csi2, unsigned int channel, 76 void csi2_set_compression(struct csi2_device *csi2, unsigned int channel, 79 void csi2_start_channel(struct csi2_device *csi2, unsigned int channel, 83 void csi2_stop_channel(struct csi2_device *csi2, unsigned int channel); 84 void csi2_open_rx(struct csi2_device *csi2); 85 void csi2_close_rx(struct csi2_device *csi2); 86 int csi2_init(struct csi2_device *csi2, struct dentry *debugfs); 87 void csi2_uninit(struct csi2_device *csi2);
|
| A D | csi2.c | 109 static inline u32 csi2_reg_read(struct csi2_device *csi2, u32 offset) in csi2_reg_read() 130 struct csi2_device *csi2 = s->private; in csi2_regs_show() 175 struct csi2_device *csi2 = s->private; in csi2_errors_show() 259 void csi2_isr(struct csi2_device *csi2, bool *sof, bool *eof) in csi2_isr() 286 void csi2_set_buffer(struct csi2_device *csi2, unsigned int channel, in csi2_set_buffer() 313 void csi2_start_channel(struct csi2_device *csi2, unsigned int channel, in csi2_start_channel() 351 void csi2_stop_channel(struct csi2_device *csi2, unsigned int channel) in csi2_stop_channel() 363 void csi2_open_rx(struct csi2_device *csi2) in csi2_open_rx() 373 void csi2_close_rx(struct csi2_device *csi2) in csi2_close_rx() 526 int csi2_init(struct csi2_device *csi2, struct dentry *debugfs) in csi2_init() [all …]
|
| A D | cfe.c | 302 struct csi2_device csi2;
|
Completed in 10 milliseconds