xref: /OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/ddbridge-max.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * ddbridge-max.h: Digital Devices bridge MAX card support
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Copyright (C) 2010-2017 Digital Devices GmbH
6*4882a593Smuzhiyun  *                         Ralph Metzler <rjkm@metzlerbros.de>
7*4882a593Smuzhiyun  *                         Marcus Metzler <mocm@metzlerbros.de>
8*4882a593Smuzhiyun  *
9*4882a593Smuzhiyun  * This program is free software; you can redistribute it and/or
10*4882a593Smuzhiyun  * modify it under the terms of the GNU General Public License
11*4882a593Smuzhiyun  * version 2 only, as published by the Free Software Foundation.
12*4882a593Smuzhiyun  *
13*4882a593Smuzhiyun  * This program is distributed in the hope that it will be useful,
14*4882a593Smuzhiyun  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15*4882a593Smuzhiyun  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16*4882a593Smuzhiyun  * GNU General Public License for more details.
17*4882a593Smuzhiyun  */
18*4882a593Smuzhiyun 
19*4882a593Smuzhiyun #ifndef _DDBRIDGE_MAX_H_
20*4882a593Smuzhiyun #define _DDBRIDGE_MAX_H_
21*4882a593Smuzhiyun 
22*4882a593Smuzhiyun #include "ddbridge.h"
23*4882a593Smuzhiyun 
24*4882a593Smuzhiyun /******************************************************************************/
25*4882a593Smuzhiyun 
26*4882a593Smuzhiyun int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
27*4882a593Smuzhiyun int ddb_fe_attach_mxl5xx(struct ddb_input *input);
28*4882a593Smuzhiyun int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
29*4882a593Smuzhiyun 
30*4882a593Smuzhiyun #endif /* _DDBRIDGE_MAX_H */
31