mA_per_port      1576 drivers/usb/core/hub.c 			hub->mA_per_port = full_load;
mA_per_port      1578 drivers/usb/core/hub.c 			hub->mA_per_port = hdev->bus_mA;
mA_per_port      1593 drivers/usb/core/hub.c 		hub->mA_per_port = unit_load;	/* 7.2.1 */
mA_per_port      1598 drivers/usb/core/hub.c 		hub->mA_per_port = full_load;
mA_per_port      1600 drivers/usb/core/hub.c 	if (hub->mA_per_port < full_load)
mA_per_port      1602 drivers/usb/core/hub.c 				hub->mA_per_port);
mA_per_port      4944 drivers/usb/core/hub.c 		if (delta > hub->mA_per_port)
mA_per_port      4946 drivers/usb/core/hub.c 					delta, hub->mA_per_port);
mA_per_port      5036 drivers/usb/core/hub.c 		udev->bus_mA = hub->mA_per_port;
mA_per_port        55 drivers/usb/core/hub.h 	unsigned		mA_per_port;	/* current for each child */