Lines Matching refs:mA
90 static inline int tps65010_set_vbus_draw(unsigned mA)
92 pr_debug("tps65010: draw %d mA (STUB)\n", mA);
98 static void enable_vbus_draw(struct isp1301 *isp, unsigned mA)
100 int status = tps65010_set_vbus_draw(mA);
102 pr_debug(" VBUS %d mA error %d\n", mA, status);
107 static void enable_vbus_draw(struct isp1301 *isp, unsigned mA)
119 /* this board won't supply more than 8mA vbus power.
1389 isp1301_set_power(struct usb_phy *dev, unsigned mA)
1394 enable_vbus_draw(the_transceiver, mA);