Searched refs:otg (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dotg.h1 // include/linux/usb/otg.h
35 * the otg driver needs to interact with both device side and host side
38 * configuration information (including "board isn't wired for otg").
55 int (*set_host)(struct otg_transceiver *otg,
59 int (*set_peripheral)(struct otg_transceiver *otg,
63 int (*set_power)(struct otg_transceiver *otg,
67 int (*set_suspend)(struct otg_transceiver *otg,
71 int (*start_srp)(struct otg_transceiver *otg);
74 int (*start_hnp)(struct otg_transceiver *otg);
87 otg_start_hnp(struct otg_transceiver *otg) argument
95 otg_set_host(struct otg_transceiver *otg, struct usb_bus *host) argument
103 otg_set_peripheral(struct otg_transceiver *otg, struct usb_gadget *periph) argument
109 otg_set_power(struct otg_transceiver *otg, unsigned mA) argument
115 otg_set_suspend(struct otg_transceiver *otg, int suspend) argument
124 otg_start_srp(struct otg_transceiver *otg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Disp1301_omap.c33 #include <linux/usb/otg.h>
53 struct otg_transceiver otg; member in struct:isp1301
260 return state_string(isp->otg.state);
281 isp->otg.state = OTG_STATE_UNDEFINED;
310 if (!isp->otg.host)
316 dev = isp->otg.host->controller;
328 if (!isp->otg.host)
331 dev = isp->otg.host->controller;
338 isp->otg.gadget->b_hnp_enable = 0;
339 isp->otg
1275 isp1301_set_host(struct otg_transceiver *otg, struct usb_bus *host) argument
1330 isp1301_set_peripheral(struct otg_transceiver *otg, struct usb_gadget *gadget) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dboard-generic.c51 .otg = 1,
H A Dboard-nokia770.c127 .otg = 1,
H A Dboard-h2.c298 .otg = 2,
301 .hmc_mode = 19, // 0:host(off) 1:dev|otg 2:disabled
305 .hmc_mode = 20, // 1:dev|otg(off) 1:host 2:disabled
H A Dboard-h3.c354 .otg = 2,
357 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */
360 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
H A Dboard-innovator.c345 .otg = 2,
348 .hmc_mode = 19, // 0:host(off) 1:dev|otg 2:disabled
352 .hmc_mode = 20, // 1:dev|otg(off) 1:host 2:disabled
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dusb.c29 #include <linux/usb/otg.h>
502 // as does (on omap1) any nonzero value for config->otg port number
540 if (config->otg)
558 if (config->otg)
559 printk(", Mini-AB on usb%d", config->otg - 1);
572 if (config->otg || config->register_dev) {
582 if (config->otg || config->register_host) {
594 if (config->otg) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-omap.c190 int need_transceiver = (config->otg != 0);
195 if (config->otg) {
196 ohci_to_hcd(ohci)->self.otg_port = config->otg;
417 if (config->otg || config->rwc) {
H A Dohci-hcd.c34 #include <linux/usb/otg.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dboard.h80 * ... for OTG use as device OR host, initialize "otg"
84 u8 otg; /* port number, 1-based: usb1 == 2 */ member in struct:omap_usb_config
88 /* implicitly true if otg: host supports remote wakeup? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c42 #include <linux/usb/otg.h>
2379 (tmp & OTG_IDLE_EN) ? " !otg" : "",
2886 config->otg ? ", Mini-AB" : "");
2910 else if (config->otg) {
2975 udc->gadget.is_otg = (config->otg != 0);
H A Dfsl_usb2_udc.c39 #include <linux/usb/otg.h>

Completed in 82 milliseconds