Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci.c4298 struct usb_device *udev, u16 max_exit_latency) in xhci_change_max_exit_latency() argument
4321 if (!virt_dev || max_exit_latency == virt_dev->current_mel) { in xhci_change_max_exit_latency()
4343 slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency); in xhci_change_max_exit_latency()
4355 virt_dev->current_mel = max_exit_latency; in xhci_change_max_exit_latency()