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",
922 static void pullup(struct at91_udc *udc, int is_on)
939 if (udc->caps && udc->caps->pullup)
940 udc->caps->pullup(udc, is_on);
953 pullup(udc, is_active);
955 pullup(udc, 0);
967 pullup(udc, is_on);
992 .pullup = at91_pullup,
1592 pullup(platform_get_drvdata(dev), 0);
1619 DBG("no D+ pullup?\n");
1636 .pullup = at91rm9200_udc_pullup,
1674 .pullup = at91sam9260_udc_pullup,
1716 .pullup = at91sam9261_udc_pullup,
1746 .pullup = at91sam9260_udc_pullup,
1786 "atmel,pullup", 0,
1939 pullup(udc, 0);
1966 pullup(udc, 0);
1992 pullup(udc, 1);