u1_params         330 drivers/usb/core/hub.c 	usb_set_lpm_mel(udev, &udev->u1_params, udev_u1_del,
u1_params         331 drivers/usb/core/hub.c 			hub, &udev->parent->u1_params, hub_u1_del);
u1_params         355 drivers/usb/core/hub.c 	usb_set_lpm_pel(udev, &udev->u1_params, udev_u1_del,
u1_params         356 drivers/usb/core/hub.c 			hub, &udev->parent->u1_params, hub_u1_del,
u1_params         369 drivers/usb/core/hub.c 	usb_set_lpm_sel(udev, &udev->u1_params);
u1_params        3857 drivers/usb/core/hub.c 	u1_sel = DIV_ROUND_UP(udev->u1_params.sel, 1000);
u1_params        3858 drivers/usb/core/hub.c 	u1_pel = DIV_ROUND_UP(udev->u1_params.pel, 1000);
u1_params        4017 drivers/usb/core/hub.c 		udev->u1_params.timeout = timeout;
u1_params        4183 drivers/usb/core/hub.c 	if ((udev->u1_params.timeout == 0 && udev->u2_params.timeout == 0))
u1_params        4552 drivers/usb/host/xhci.c 		sel = DIV_ROUND_UP(udev->u1_params.sel, 1000);
u1_params        4553 drivers/usb/host/xhci.c 		pel = DIV_ROUND_UP(udev->u1_params.pel, 1000);
u1_params        4602 drivers/usb/host/xhci.c 		timeout_ns = udev->u1_params.sel * 3;
u1_params        4605 drivers/usb/host/xhci.c 		timeout_ns = udev->u1_params.sel * 5;
u1_params        4610 drivers/usb/host/xhci.c 			timeout_ns = udev->u1_params.sel * 3;
u1_params        4618 drivers/usb/host/xhci.c 		if (timeout_ns < udev->u1_params.sel * 2)
u1_params        4619 drivers/usb/host/xhci.c 			timeout_ns = udev->u1_params.sel * 2;
u1_params        4637 drivers/usb/host/xhci.c 		if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) {
u1_params        4646 drivers/usb/host/xhci.c 		timeout_ns = udev->u1_params.sel;
u1_params        4911 drivers/usb/host/xhci.c 	if ((udev->u1_params.timeout != USB3_LPM_DISABLED && !disabling_u1) ||
u1_params        4913 drivers/usb/host/xhci.c 		u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000);
u1_params         706 include/linux/usb.h 	struct usb3_lpm_parameters u1_params;