Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
mb862xxfb.h File Reference

Go to the source code of this file.

Data Structures

struct  mb862xx_l1_cfg
 

Macros

#define MB862XX_BASE   'M'
 
#define MB862XX_L1_GET_CFG   _IOR(MB862XX_BASE, 0, struct mb862xx_l1_cfg*)
 
#define MB862XX_L1_SET_CFG   _IOW(MB862XX_BASE, 1, struct mb862xx_l1_cfg*)
 
#define MB862XX_L1_ENABLE   _IOW(MB862XX_BASE, 2, int)
 
#define MB862XX_L1_CAP_CTL   _IOW(MB862XX_BASE, 3, int)
 

Macro Definition Documentation

#define MB862XX_BASE   'M'

Definition at line 16 of file mb862xxfb.h.

#define MB862XX_L1_CAP_CTL   _IOW(MB862XX_BASE, 3, int)

Definition at line 20 of file mb862xxfb.h.

#define MB862XX_L1_ENABLE   _IOW(MB862XX_BASE, 2, int)

Definition at line 19 of file mb862xxfb.h.

#define MB862XX_L1_GET_CFG   _IOR(MB862XX_BASE, 0, struct mb862xx_l1_cfg*)

Definition at line 17 of file mb862xxfb.h.

#define MB862XX_L1_SET_CFG   _IOW(MB862XX_BASE, 1, struct mb862xx_l1_cfg*)

Definition at line 18 of file mb862xxfb.h.