Linux Kernel
3.7.1
|
#include <mantis_common.h>
Data Fields | |
char * | model_name |
char * | dev_type |
u32 | ts_size |
enum mantis_baud | baud_rate |
enum mantis_parity | parity |
u32 | bytes |
irqreturn_t(* | irq_handler )(int irq, void *dev_id) |
int(* | frontend_init )(struct mantis_pci *mantis, struct dvb_frontend *fe) |
u8 | power |
u8 | reset |
enum mantis_i2c_mode | i2c_mode |
Definition at line 86 of file mantis_common.h.
enum mantis_baud baud_rate |
Definition at line 91 of file mantis_common.h.
u32 bytes |
Definition at line 93 of file mantis_common.h.
Definition at line 88 of file mantis_common.h.
int(* frontend_init)(struct mantis_pci *mantis, struct dvb_frontend *fe) |
Definition at line 96 of file mantis_common.h.
enum mantis_i2c_mode i2c_mode |
Definition at line 101 of file mantis_common.h.
irqreturn_t(* irq_handler)(int irq, void *dev_id) |
Definition at line 95 of file mantis_common.h.
char* model_name |
Definition at line 87 of file mantis_common.h.
enum mantis_parity parity |
Definition at line 92 of file mantis_common.h.
u8 power |
Definition at line 98 of file mantis_common.h.
u8 reset |
Definition at line 99 of file mantis_common.h.
u32 ts_size |
Definition at line 89 of file mantis_common.h.