Searched refs:hird (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 40 - snps,hird-threshold: HIRD threshold
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci.c | 4150 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local 4185 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm() 4187 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4189 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm() 4213 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm() 4217 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
|
D | fusbh200-hcd.c | 87 static unsigned int hird; variable 88 module_param(hird, int, S_IRUGO); 89 MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");
|
D | fotg210-hcd.c | 88 static unsigned int hird; variable 89 module_param(hird, int, S_IRUGO); 90 MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");
|