summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-dbgcap.h
Commit message (Expand)AuthorAgeFilesLines
* xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman2023-03-231-0/+4
* xhci: dbgtty: use IDR to support several dbc instances.Mathias Nyman2022-02-171-0/+1
* xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman2022-02-171-1/+11
* xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman2022-02-171-4/+4
* xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman2022-02-171-1/+4
* xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman2020-07-231-1/+1
* xhci: dbc: Add a operations structure to access driver functionsMathias Nyman2020-07-231-2/+6
* xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman2020-07-231-2/+2
* xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman2020-07-231-2/+0
* xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman2020-07-231-5/+7
* xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman2020-07-231-17/+17
* xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman2020-07-231-6/+2
* xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman2020-07-231-2/+2
* xhci: dbc: Add device pointer to dbc structureMathias Nyman2020-07-231-0/+1
* usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu2018-05-241-1/+1
* usb: xhci: Add DbC support in xHCI driverLu Baolu2017-12-081-0/+229