Lines Matching defs:gigaset_driver
507 struct gigaset_driver { struct
508 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;
518 struct module *owner;