1 #include <linux/types.h>
2 #include <linux/ioctl.h>
3 #include <linux/miscdevice.h>
8 struct miscdevice miscdev;
9 struct work_struct work;
12 struct rk29_mw100_data {
15 int (*io_deinit)(void);
16 unsigned int bp_power;
17 unsigned int bp_power_active_low;
18 unsigned int bp_reset;
19 unsigned int bp_reset_active_low;
20 unsigned int bp_wakeup_ap;
21 unsigned int ap_wakeup_bp;
22 unsigned int modem_power_en;
25 #define MODEM_NAME "mw100"