Searched refs:pullup (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb_gadget.h457 int (*pullup) (struct usb_gadget *, int is_on); member in struct:usb_gadget_ops
603 * resuming the controller, activating the D+ (or D-) pullup to let the
659 * Enables the D+ (or potentially D-) pullup. The host will start
660 * enumerating this gadget when the pullup is active and a VBUS session
661 * is active (the link is powered). This pullup is always enabled unless
669 if (!gadget->ops->pullup)
671 return gadget->ops->pullup (gadget, 1);
678 * Disables the D+ (or potentially D-) pullup, which the host may see
680 * support software pullup controls.
692 if (!gadget->ops->pullup)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dpxa2xx_udc.h127 pullup : 1, member in struct:pxa2xx_udc
H A Dat91_udc.c64 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the
67 * The pullup is most important (so it's integrated on sam926x parts). It
182 seq_printf(s, "vbus %s, pullup %s, %s powered%s, gadget %s\n\n",
903 static void pullup(struct at91_udc *udc, int is_on) function
957 pullup(udc, is_active);
959 pullup(udc, 0);
971 pullup(udc, is_on);
992 .pullup = at91_pullup,
1616 pullup(udc, 1);
1634 pullup(ud
[all...]
H A Ddummy_hcd.c170 unsigned pullup:1; member in struct:dummy
272 else if (!dum->pullup || dum->udc_suspended) {
719 dum->pullup = (value != 0);
731 .pullup = dummy_pullup,
822 dum->pullup = 1;
835 dum->pullup = 0;
860 dum->pullup = 0;
871 dum->pullup = 0;
1663 if (dum->pullup) {
H A Dpxa2xx_udc.c164 /* one GPIO should control a D+ pullup, so host sees this device (or not) */
1231 static int pullup(struct pxa2xx_udc *udc, int is_active) function
1233 is_active = is_active && udc->vbus && udc->pullup;
1257 pullup(udc, is_active);
1261 /* drivers may have software control over D+ pullup */
1268 /* not all boards support pullup control */
1273 udc->pullup = is_active;
1274 pullup(udc, is_active);
1282 .pullup = pxa2xx_udc_pullup,
1579 /* if hardware supports it, pullup
[all...]
H A Dfsl_usb2_udc.c1140 /* Change Data+ pullup status
1166 .pullup = fsl_pullup,
H A Dnet2280.c1461 .pullup = net2280_pullup,
2960 /* disable the pullup so the host will think we're gone */
H A Domap_udc.c78 * D+ pullup to allow enumeration. That's too early for the gadget
1447 .pullup = omap_pullup,
3114 /* we're requesting 48 MHz clock if the pullup is enabled
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Disp1301_omap.c430 * OTG inputs; OTG outputs (mostly pullup/pulldown controls) and HNP state
586 pullup:
593 goto pullup;

Completed in 140 milliseconds