![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (c) 2011 Wind River Systems, Inc. 0004 * 0005 * Author: Anders Wallin <anders.wallin@windriver.com> 0006 */ 0007 0008 #ifndef __STA2X11_VIP_H 0009 #define __STA2X11_VIP_H 0010 0011 /** 0012 * struct vip_config - video input configuration data 0013 * @pwr_name: ADV powerdown name 0014 * @pwr_pin: ADV powerdown pin 0015 * @reset_name: ADV reset name 0016 * @reset_pin: ADV reset pin 0017 * @i2c_id: ADV i2c adapter ID 0018 * @i2c_addr: ADV i2c address 0019 */ 0020 struct vip_config { 0021 const char *pwr_name; 0022 int pwr_pin; 0023 const char *reset_name; 0024 int reset_pin; 0025 int i2c_id; 0026 int i2c_addr; 0027 }; 0028 0029 #endif /* __STA2X11_VIP_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |