Lines Matching full:csi
20 * struct sun6i_csi_config - configs for sun6i csi
52 * sun6i_csi_is_format_supported() - check if the format supported by csi
53 * @csi: pointer to the csi
57 bool sun6i_csi_is_format_supported(struct sun6i_csi *csi, u32 pixformat,
61 * sun6i_csi_set_power() - power on/off the csi
62 * @csi: pointer to the csi
65 int sun6i_csi_set_power(struct sun6i_csi *csi, bool enable);
68 * sun6i_csi_update_config() - update the csi register settings
69 * @csi: pointer to the csi
72 int sun6i_csi_update_config(struct sun6i_csi *csi,
76 * sun6i_csi_update_buf_addr() - update the csi frame buffer address
77 * @csi: pointer to the csi
80 void sun6i_csi_update_buf_addr(struct sun6i_csi *csi, dma_addr_t addr);
83 * sun6i_csi_set_stream() - start/stop csi streaming
84 * @csi: pointer to the csi
87 void sun6i_csi_set_stream(struct sun6i_csi *csi, bool enable);