Searched refs:is_otg (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dgadget.h444 * @is_otg: True if the USB device port uses a Mini-AB jack, so that the
446 * @is_a_peripheral: False unless is_otg, the "A" end of a USB cable
474 * driver suspend() calls. They are valid only when is_otg, and when the
484 unsigned is_otg:1; member in struct:usb_gadget
530 return g->is_otg;
731 * If gadget->is_otg is true, the gadget driver must provide an OTG
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_gadget_ep0.c92 if (musb->g.is_otg) {
398 if (!musb->g.is_otg)
404 if (!musb->g.is_otg)
409 if (!musb->g.is_otg)
H A Dmusb_gadget.c1614 musb->g.is_otg = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dprinter.c966 dev->gadget->is_otg ? 8 : 100);
991 int is_otg)
1014 if (!is_otg)
1169 gadget->is_otg);
1459 if (gadget->is_otg) {
990 config_buf(enum usb_device_speed speed, u8 *buf, u8 type, unsigned index, int is_otg) argument
H A Dci13xxx_udc.c752 n += scnprintf(buf + n, PAGE_SIZE - n, "is_otg = %d\n",
753 gadget->is_otg);
2626 udc->gadget.is_otg = 0;
H A Ddummy_hcd.c876 dum->gadget.is_otg = (dummy_to_hcd(dum)->self.otg_port != 0);
H A Domap_udc.c2937 udc->gadget.is_otg = (config->otg != 0);
H A Dlangwell_udc.c3138 dev->gadget.is_otg = 1; /* support otg mode */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h373 unsigned int is_otg:1; member in struct:oxu_hcd
H A Doxu210hp-hcd.c2523 if ((oxu->is_otg && (status & OXU_USBOTGI)) ||
2524 (!oxu->is_otg && (status & OXU_USBSPHI)))
2655 if (oxu->is_otg) {
3709 oxu->is_otg = otg;

Completed in 192 milliseconds