1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BFIN_CAPTURE_H_
3 #define _BFIN_CAPTURE_H_
16 struct bfin_capture_config
{
19 /* inputs available at the sub device */
20 struct v4l2_input
*inputs
;
21 /* number of inputs supported */
23 /* routing information for each input */
24 struct bcap_route
*routes
;
25 /* i2c bus adapter no */
27 /* i2c subdevice board info */
28 struct i2c_board_info board_info
;
30 const struct ppi_info
*ppi_info
;
32 unsigned long ppi_control
;
33 /* ppi interrupt mask */
35 /* horizontal blanking pixels */