Lines Matching refs:pullup
43 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the
46 * The pullup is most important (so it's integrated on sam926x parts). It
190 seq_printf(s, "vbus %s, pullup %s, %s powered%s, gadget %s\n\n",
920 static void pullup(struct at91_udc *udc, int is_on)
937 if (udc->caps && udc->caps->pullup)
938 udc->caps->pullup(udc, is_on);
951 pullup(udc, is_active);
953 pullup(udc, 0);
965 pullup(udc, is_on);
990 .pullup = at91_pullup,
1591 pullup(platform_get_drvdata(dev), 0);
1619 DBG("no D+ pullup?\n");
1626 DBG("D+ pullup is busy\n");
1648 .pullup = at91rm9200_udc_pullup,
1686 .pullup = at91sam9260_udc_pullup,
1728 .pullup = at91sam9261_udc_pullup,
1758 .pullup = at91sam9260_udc_pullup,
1796 board->pullup_pin = of_get_named_gpio_flags(np, "atmel,pullup-gpio", 0,
1957 pullup(udc, 0);
1984 pullup(udc, 0);
2010 pullup(udc, 1);