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