xref: /kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/dib07x0.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _DIB07X0_H_
38c2ecf20Sopenharmony_ci#define _DIB07X0_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cienum dib07x0_gpios {
68c2ecf20Sopenharmony_ci	GPIO0  =  0,
78c2ecf20Sopenharmony_ci	GPIO1  =  2,
88c2ecf20Sopenharmony_ci	GPIO2  =  3,
98c2ecf20Sopenharmony_ci	GPIO3  =  4,
108c2ecf20Sopenharmony_ci	GPIO4  =  5,
118c2ecf20Sopenharmony_ci	GPIO5  =  6,
128c2ecf20Sopenharmony_ci	GPIO6  =  8,
138c2ecf20Sopenharmony_ci	GPIO7  = 10,
148c2ecf20Sopenharmony_ci	GPIO8  = 11,
158c2ecf20Sopenharmony_ci	GPIO9  = 14,
168c2ecf20Sopenharmony_ci	GPIO10 = 15,
178c2ecf20Sopenharmony_ci};
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#define GPIO_IN  0
208c2ecf20Sopenharmony_ci#define GPIO_OUT 1
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif
23

Indexes created Thu Nov 07 10:32:03 CST 2024