Linux Kernel
3.7.1
|
#include <serio.h>
Data Fields | |
void * | port_data |
char | name [32] |
char | phys [32] |
bool | manual_bind |
struct serio_device_id | id |
spinlock_t | lock |
int(* | write )(struct serio *, unsigned char) |
int(* | open )(struct serio *) |
void(* | close )(struct serio *) |
int(* | start )(struct serio *) |
void(* | stop )(struct serio *) |
struct serio * | parent |
struct list_head | child_node |
struct list_head | children |
unsigned int | depth |
struct serio_driver * | drv |
struct mutex | drv_mutex |
struct device | dev |
struct list_head | node |
struct serio_driver* drv |
spinlock_t lock |