aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-dbgcap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-17xhci: dbgtty: use IDR to support several dbc instances.Mathias Nyman1-0/+1
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman1-1/+11
2022-02-17xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman1-4/+4
2022-02-17xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman1-1/+4
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman1-1/+1
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman1-2/+6
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman1-2/+2
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman1-2/+0
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman1-5/+7
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman1-17/+17
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman1-6/+2
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman1-2/+2
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman1-0/+1
2018-05-24usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu1-1/+1
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu1-0/+229