Searched defs:dongle_reg (Results 1 – 1 of 1) sorted by relevance
123 struct dongle_reg { struct124 irda_queue_t q; /* Must be first */125 IRDA_DONGLE type;127 void (*open)(dongle_t *dongle, struct qos_info *qos);128 void (*close)(dongle_t *dongle);129 int (*reset)(struct irda_task *task);130 int (*change_speed)(struct irda_task *task);131 struct module *owner;