Searched refs:mA (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/usb/
H A Dotg.h64 unsigned mA);
109 otg_set_power(struct otg_transceiver *otg, unsigned mA) argument
111 return otg->set_power(otg, mA);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dtps65010.h116 * 0 mA -- DON'T DRAW (might supply power instead)
117 * 100 mA -- usb unit load (slowest charge rate)
118 * 500 mA -- usb high power (fast battery charge)
120 extern int tps65010_set_vbus_draw(unsigned mA);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dusb_gadget.h456 int (*vbus_draw) (struct usb_gadget *, unsigned mA);
605 * (8mA or possibly more, especially after SET_CONFIGURATION).
620 * @mA:How much current to draw, in milliAmperes. This should be twice
630 usb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA) argument
634 return gadget->ops->vbus_draw (gadget, mA);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/chips/
H A Dtps65010.c644 * 0 mA -- DON'T DRAW (might supply power instead)
645 * 100 mA -- usb unit load (slowest charge rate)
646 * 500 mA -- usb high power (fast battery charge)
648 int tps65010_set_vbus_draw(unsigned mA) argument
657 if (mA >= 500)
658 mA = 500;
659 else if (mA >= 100)
660 mA = 100;
662 mA = 0;
663 the_tps->vbus = mA;
[all...]
H A Disp1301_omap.c108 static inline int tps65010_set_vbus_draw(unsigned mA) argument
110 pr_debug("tps65010: draw %d mA (STUB)\n", mA);
116 static void enable_vbus_draw(struct isp1301 *isp, unsigned mA) argument
118 int status = tps65010_set_vbus_draw(mA);
120 pr_debug(" VBUS %d mA error %d\n", mA, status);
125 /* this board won't supply more than 8mA vbus power.
1393 isp1301_set_power(struct otg_transceiver *dev, unsigned mA) argument
1398 enable_vbus_draw(the_transceiver, mA);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfsl_usb2_udc.c1127 static int fsl_vbus_draw(struct usb_gadget *gadget, unsigned mA) argument
1135 return otg_set_power(udc->transceiver, mA);
H A Domap_udc.c1415 static int omap_vbus_draw(struct usb_gadget *gadget, unsigned mA) argument
1421 return otg_set_power(udc->transceiver, mA);

Completed in 103 milliseconds