u2_params         333 drivers/usb/core/hub.c 	usb_set_lpm_mel(udev, &udev->u2_params, udev_u2_del,
u2_params         334 drivers/usb/core/hub.c 			hub, &udev->parent->u2_params, hub_u2_del);
u2_params         364 drivers/usb/core/hub.c 	usb_set_lpm_pel(udev, &udev->u2_params, udev_u2_del,
u2_params         365 drivers/usb/core/hub.c 			hub, &udev->parent->u2_params, hub_u2_del,
u2_params         370 drivers/usb/core/hub.c 	usb_set_lpm_sel(udev, &udev->u2_params);
u2_params        3859 drivers/usb/core/hub.c 	u2_sel = DIV_ROUND_UP(udev->u2_params.sel, 1000);
u2_params        3860 drivers/usb/core/hub.c 	u2_pel = DIV_ROUND_UP(udev->u2_params.pel, 1000);
u2_params        4019 drivers/usb/core/hub.c 		udev->u2_params.timeout = timeout;
u2_params        4183 drivers/usb/core/hub.c 	if ((udev->u1_params.timeout == 0 && udev->u2_params.timeout == 0))
u2_params        4558 drivers/usb/host/xhci.c 		sel = DIV_ROUND_UP(udev->u2_params.sel, 1000);
u2_params        4559 drivers/usb/host/xhci.c 		pel = DIV_ROUND_UP(udev->u2_params.pel, 1000);
u2_params        4701 drivers/usb/host/xhci.c 		if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) {
u2_params        4710 drivers/usb/host/xhci.c 		timeout_ns = udev->u2_params.sel;
u2_params        4914 drivers/usb/host/xhci.c 	if ((udev->u2_params.timeout != USB3_LPM_DISABLED && !disabling_u2) ||
u2_params        4916 drivers/usb/host/xhci.c 		u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000);
u2_params         707 include/linux/usb.h 	struct usb3_lpm_parameters u2_params;