Lines Matching defs:interface
28 * 20050531 henk Added led, LCD, dialtone and sysfs interface.
88 struct usb_interface *intf; /* usb interface */
117 * Yealink lcd interface
169 * Yealink key interface
244 * Yealink usb communication interface
478 * input event interface
548 * sysfs interface
755 /* TODO locking with async usb control interface??? */
791 * Linux interface and usb initialisation
856 struct usb_host_interface *interface;
862 interface = intf->cur_altsetting;
864 if (interface->desc.bNumEndpoints < 1)
867 endpoint = &interface->endpoint[0].desc;
927 yld->ctl_req->wIndex = cpu_to_le16(interface->desc.bInterfaceNumber);