Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  1 #ifndef _DVB_USB_GL861_H_
  2 #define _DVB_USB_GL861_H_
  3 
  4 #define DVB_USB_LOG_PREFIX "gl861"
  5 #include "dvb-usb.h"
  6 
  7 #define deb_rc(args...)   dprintk(dvb_usb_gl861_debug, 0x01, args)
  8 
  9 #define GL861_WRITE             0x40
 10 #define GL861_READ              0xc0
 11 
 12 #define GL861_REQ_I2C_WRITE     0x01
 13 #define GL861_REQ_I2C_READ      0x02
 14 
 15 #endif
 16 
  This page was automatically generated by the LXR engine.