Linux Kernel
3.7.1
|
#include <serio.h>
Data Fields | |
const char * | description |
struct serio_device_id * | id_table |
bool | manual_bind |
void(* | write_wakeup )(struct serio *) |
irqreturn_t(* | interrupt )(struct serio *, unsigned char, unsigned int) |
int(* | connect )(struct serio *, struct serio_driver *drv) |
int(* | reconnect )(struct serio *) |
void(* | disconnect )(struct serio *) |
void(* | cleanup )(struct serio *) |
struct device_driver | driver |
struct device_driver driver |
struct serio_device_id* id_table |
irqreturn_t(* interrupt)(struct serio *, unsigned char, unsigned int) |