Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci.c4371 struct usb_device *udev, u16 max_exit_latency) in xhci_change_max_exit_latency() argument
4394 if (!virt_dev || max_exit_latency == virt_dev->current_mel) { in xhci_change_max_exit_latency()
4415 slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency); in xhci_change_max_exit_latency()
4427 virt_dev->current_mel = max_exit_latency; in xhci_change_max_exit_latency()