Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi.h65 int sun6i_csi_set_power(struct sun6i_csi *csi, bool enable);
Dsun6i_video.c485 ret = sun6i_csi_set_power(video->csi, true); in sun6i_video_open()
513 sun6i_csi_set_power(video->csi, false); in sun6i_video_close()
Dsun6i_csi.c164 int sun6i_csi_set_power(struct sun6i_csi *csi, bool enable) in sun6i_csi_set_power() function