Home
last modified time | relevance | path

Searched refs:wm831x_usb_limits (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/power/supply/
Dwm831x_power.c132 static const unsigned int wm831x_usb_limits[] = { variable
153 for (i = 0; i < ARRAY_SIZE(wm831x_usb_limits); i++) { in wm831x_usb_limit_change()
154 if (limit >= wm831x_usb_limits[i] && in wm831x_usb_limit_change()
155 wm831x_usb_limits[best] < wm831x_usb_limits[i]) in wm831x_usb_limit_change()
160 "Limiting USB current to %umA", wm831x_usb_limits[best]); in wm831x_usb_limit_change()