Searched defs:irda_usb_cb (Results 1 – 1 of 1) sorted by relevance
136 struct irda_usb_cb { struct137 struct irda_class_desc *irda_desc;138 struct usb_device *usbdev; /* init: probe_irda */139 struct usb_interface *usbintf; /* init: probe_irda */140 int netopen; /* Device is active for network */141 int present; /* Device is present on the bus */142 __u32 capability; /* Capability of the hardware */143 __u8 bulk_in_ep; /* Rx Endpoint assignments */144 __u8 bulk_out_ep; /* Tx Endpoint assignments */145 __u16 bulk_out_mtu; /* Max Tx packet size in bytes */[all …]