Lines Matching defs:interface
132 * CM109 key interface
339 * CM109 usb communication interface
544 * input event interface
634 * Linux interface and usb initialisation
677 static void cm109_usb_disconnect(struct usb_interface *interface)
679 struct cm109_dev *dev = usb_get_intfdata(interface);
681 usb_set_intfdata(interface, NULL);
691 struct usb_host_interface *interface;
698 interface = intf->cur_altsetting;
700 if (interface->desc.bNumEndpoints < 1)
703 endpoint = &interface->endpoint[0].desc;
766 dev->ctl_req->wIndex = cpu_to_le16(interface->desc.bInterfaceNumber);