Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/usb/
H A Dch9.h925 #define USB_BESL_DEEP_VALID (1 << 4) /* Deep BESL valid */ macro
/linux-6.15/drivers/usb/host/
H A Dxhci.c4455 else if (field & USB_BESL_DEEP_VALID) in xhci_calculate_hird_besl()
4485 if (field & USB_BESL_DEEP_VALID) { in xhci_calculate_usb2_hw_lpm_params()
/linux-6.15/drivers/usb/gadget/
H A Dcomposite.c758 besl |= USB_BESL_DEEP_VALID | in bos_desc()