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