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