accel/ivpu: Move recovery work to system_unbound_wq
[drm/drm-misc.git] / drivers / media / pci / ddbridge / ddbridge-max.h
blobda1553fe8695811f7e4bb94aab830f6751d1bd06
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * ddbridge-max.h: Digital Devices bridge MAX card support
5 * Copyright (C) 2010-2017 Digital Devices GmbH
6 * Ralph Metzler <rjkm@metzlerbros.de>
7 * Marcus Metzler <mocm@metzlerbros.de>
8 */
10 #ifndef _DDBRIDGE_MAX_H_
11 #define _DDBRIDGE_MAX_H_
13 #include "ddbridge.h"
15 /******************************************************************************/
17 int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
18 int ddb_fe_attach_mxl5xx(struct ddb_input *input);
19 int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
21 #endif /* _DDBRIDGE_MAX_H_ */