Lines Matching refs:skeleton
30 have written a generic USB driver skeleton, modelled after the
31 pci-skeleton.c file in the kernel source tree upon which many PCI
32 network drivers have been based. This USB skeleton can be found at
33 drivers/usb/usb-skeleton.c in the kernel source tree. In this article I
34 will walk through the basics of the skeleton driver, explaining the
54 structure. The skeleton driver declares a :c:type:`usb_driver` as::
57 .name = "skeleton",
80 this user-space interaction. The skeleton driver needs this kind of
150 In the skeleton driver, we determine what end points are marked as
291 This usb-skeleton driver does not have any examples of interrupt or
303 usb-skeleton driver shows. This driver, combined with the other current