Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/bindings/usb/
Ddwc3.txt43 - snps,hird-threshold: HIRD threshold
/linux-4.4.14/drivers/usb/host/
Dxhci.c4138 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4173 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4175 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4177 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4201 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4205 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
Dfotg210-hcd.c84 static unsigned int hird; variable
85 module_param(hird, int, S_IRUGO);
86 MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");