Searched refs:u1_params (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/usb/host/ | 
| D | xhci.c | 4566 		sel = DIV_ROUND_UP(udev->u1_params.sel, 1000);  in xhci_get_timeout_no_hub_lpm() 4567 		pel = DIV_ROUND_UP(udev->u1_params.pel, 1000);  in xhci_get_timeout_no_hub_lpm() 4616 		timeout_ns = udev->u1_params.sel * 3;  in xhci_calculate_intel_u1_timeout() 4619 		timeout_ns = udev->u1_params.sel * 5;  in xhci_calculate_intel_u1_timeout() 4624 			timeout_ns = udev->u1_params.sel * 3;  in xhci_calculate_intel_u1_timeout() 4632 		if (timeout_ns < udev->u1_params.sel * 2)  in xhci_calculate_intel_u1_timeout() 4633 			timeout_ns = udev->u1_params.sel * 2;  in xhci_calculate_intel_u1_timeout() 4651 		if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) {  in xhci_calculate_u1_timeout() 4660 		timeout_ns = udev->u1_params.sel;  in xhci_calculate_u1_timeout() 4925 	if ((udev->u1_params.timeout != USB3_LPM_DISABLED && !disabling_u1) ||  in calculate_max_exit_latency() [all …] 
 | 
| /Linux-v5.10/drivers/usb/core/ | 
| D | hub.c | 331 	usb_set_lpm_mel(udev, &udev->u1_params, udev_u1_del,  in usb_set_lpm_parameters() 332 			hub, &udev->parent->u1_params, hub_u1_del);  in usb_set_lpm_parameters() 356 	usb_set_lpm_pel(udev, &udev->u1_params, udev_u1_del,  in usb_set_lpm_parameters() 357 			hub, &udev->parent->u1_params, hub_u1_del,  in usb_set_lpm_parameters() 370 	usb_set_lpm_sel(udev, &udev->u1_params);  in usb_set_lpm_parameters() 3875 	u1_sel = DIV_ROUND_UP(udev->u1_params.sel, 1000);  in usb_req_set_sel() 3876 	u1_pel = DIV_ROUND_UP(udev->u1_params.pel, 1000);  in usb_req_set_sel() 4035 		udev->u1_params.timeout = timeout;  in usb_set_lpm_timeout() 4201 	if ((udev->u1_params.timeout == 0 && udev->u2_params.timeout == 0))  in usb_disable_lpm()
  | 
| /Linux-v5.10/include/linux/ | 
| D | usb.h | 706 	struct usb3_lpm_parameters u1_params;  member
  |