Searched refs:composite (Results 1 - 16 of 16) sorted by relevance

/drivers/usb/gadget/
H A Df_uvc.h16 #include <linux/usb/composite.h>
H A Du_phonet.h14 #include <linux/usb/composite.h>
H A Dg_zero.h9 #include <linux/usb/composite.h>
H A Du_uac1.h18 #include <linux/usb/composite.h>
H A Du_serial.h15 #include <linux/usb/composite.h>
H A Dcomposite.c2 * composite.c - infrastructure for Composite USB Gadgets
21 #include <linux/usb/composite.h>
34 static struct usb_composite_driver *composite; variable in typeref:struct:usb_composite_driver
702 * One of the main tasks of a composite @bind() routine is to
896 sp = composite->strings;
925 str = iManufacturer ?: composite->iManufacturer ?:
928 str = iProduct ?: composite->iProduct;
945 if (composite->strings) {
946 len = lookup_string(composite->strings, buf, language, id);
1281 * REVISIT it could make sense to let the composite devic
[all...]
H A Du_ether.h19 #include <linux/usb/composite.h>
H A DKconfig729 composite functions in user space in the same way GadgetFS
731 of composite gadgets such that some of the functions are
873 tristate "Nokia composite gadget"
876 The Nokia composite gadget provides support for acm, obex
877 and phonet in only one composite gadget driver.
905 the gadget as a composite gadget, so an INF file will be needed to
980 The Webcam Gadget acts as a composite USB Audio and Video Class
H A Df_phonet.c25 #include <linux/usb/composite.h>
H A Dandroid.c28 #include <linux/usb/composite.h>
43 #include "composite.c"
1217 * Update values in composite driver's copy of
1550 /* Override composite driver functions */
H A Df_fs.c2 * f_fs.c -- user mode file system API for USB composite function controllers
26 #include <linux/usb/composite.h>
2316 * handle them. All other either handled by composite or
H A Df_mass_storage.c43 * addition to providing an example of a genuinely useful composite
295 #include <linux/usb/composite.h>
/drivers/media/video/ivtv/
H A Divtv-cards.h218 u16 composite; member in struct:ivtv_gpio_video_input
H A Divtv-cards.c497 .composite = 0x0010, .svideo = 0x0020 },
570 .composite = 0x0020, .svideo = 0x0020 },
602 .composite = 0x0020, .svideo = 0x0020 },
632 .composite = 0x0020, .svideo = 0x0020 },
863 .composite = 0x0010, .svideo = 0x0020},
H A Divtv-gpio.c302 data = itv->card->gpio_video_input.composite;
/drivers/usb/dwc3/
H A Dep0.c51 #include <linux/usb/composite.h>

Completed in 200 milliseconds