Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.c4384 struct usb_device *udev, u16 max_exit_latency) in xhci_change_max_exit_latency() argument
4407 if (!virt_dev || max_exit_latency == virt_dev->current_mel) { in xhci_change_max_exit_latency()
4428 slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency); in xhci_change_max_exit_latency()
4440 virt_dev->current_mel = max_exit_latency; in xhci_change_max_exit_latency()