Linux Kernel
3.7.1
|
#include "dibx000_common.h"
Go to the source code of this file.
Data Structures | |
struct | dib8000_config |
Macros | |
#define | DIB8000_GPIO_DEFAULT_DIRECTIONS 0xffff |
#define | DIB8000_GPIO_DEFAULT_VALUES 0x0000 |
#define | DIB8000_GPIO_PWM_POS0(v) ((v & 0xf) << 12) |
#define | DIB8000_GPIO_PWM_POS1(v) ((v & 0xf) << 8 ) |
#define | DIB8000_GPIO_PWM_POS2(v) ((v & 0xf) << 4 ) |
#define | DIB8000_GPIO_PWM_POS3(v) (v & 0xf) |
#define | DIB8000_GPIO_DEFAULT_PWM_POS 0xffff |
#define | DEFAULT_DIB8000_I2C_ADDRESS 18 |
Functions | |
int | dib8000_remove_slave_frontend (struct dvb_frontend *fe) |
int dib8000_remove_slave_frontend | ( | struct dvb_frontend * | fe | ) |