/* * Allwinner SoCs tv driver. * * Copyright (C) 2016 Allwinner. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef _DRV_TV_AC200_LOWLEVEL_H_ #define _DRV_TV_AC200_LOWLEVEL_H_ #include "tv_ac200.h" s32 aw1683_tve_init(const u16 *p_dac_cali); s32 aw1683_tve_plug_status(void); s32 aw1683_tve_set_mode(u32 mode); s32 aw1683_tve_open(void); s32 aw1683_tve_close(void); s32 aw1683_enable_chip(void); #endif