Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2014 MediaTek Inc.
0004  * Author: Jie Qiu <jie.qiu@mediatek.com>
0005  */
0006 #ifndef _MTK_CEC_H
0007 #define _MTK_CEC_H
0008 
0009 #include <linux/types.h>
0010 
0011 struct device;
0012 
0013 void mtk_cec_set_hpd_event(struct device *dev,
0014                void (*hotplug_event)(bool hpd, struct device *dev),
0015                struct device *hdmi_dev);
0016 bool mtk_cec_hpd_high(struct device *dev);
0017 
0018 #endif /* _MTK_CEC_H */