root/drivers/media/usb/dvb-usb/dib07x0.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef _DIB07X0_H_
   3 #define _DIB07X0_H_
   4 
   5 enum dib07x0_gpios {
   6         GPIO0  =  0,
   7         GPIO1  =  2,
   8         GPIO2  =  3,
   9         GPIO3  =  4,
  10         GPIO4  =  5,
  11         GPIO5  =  6,
  12         GPIO6  =  8,
  13         GPIO7  = 10,
  14         GPIO8  = 11,
  15         GPIO9  = 14,
  16         GPIO10 = 15,
  17 };
  18 
  19 #define GPIO_IN  0
  20 #define GPIO_OUT 1
  21 
  22 #endif

/* [<][>][^][v][top][bottom][index][help] */