Searched defs:gigaset_driver (Results 1 – 1 of 1) sorted by relevance
505 struct gigaset_driver { struct506 struct list_head list;507 spinlock_t lock; /* locks minor tables and blocked */508 struct tty_driver *tty;509 unsigned have_tty;510 unsigned minor;511 unsigned minors;512 struct cardstate *cs;513 int blocked;515 const struct gigaset_ops *ops;[all …]