~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 What:           /sys/bus/pci/drivers/xhci_hcd/.../dbc
  2 Date:           June 2017
  3 Contact:        Lu Baolu <baolu.lu@linux.intel.com>
  4 Description:
  5                 xHCI compatible USB host controllers (i.e. super-speed
  6                 USB3 controllers) are often implemented with the Debug
  7                 Capability (DbC). It can present a debug device which
  8                 is fully compliant with the USB framework and provides
  9                 the equivalent of a very high performance full-duplex
 10                 serial link for debug purpose.
 11 
 12                 The DbC debug device shares a root port with xHCI host.
 13                 When the DbC is enabled, the root port will be assigned
 14                 to the Debug Capability. Otherwise, it will be assigned
 15                 to xHCI.
 16 
 17                 Writing "enable" to this attribute will enable the DbC
 18                 functionality and the shared root port will be assigned
 19                 to the DbC device. Writing "disable" to this attribute
 20                 will disable the DbC functionality and the shared root
 21                 port will roll back to the xHCI.
 22 
 23                 Reading this attribute gives the state of the DbC. It
 24                 can be one of the following states: disabled, enabled,
 25                 initialized, connected, configured and stalled.
 26 
 27 What:           /sys/bus/pci/drivers/xhci_hcd/.../dbc_idVendor
 28 Date:           March 2023
 29 Contact:        Mathias Nyman <mathias.nyman@linux.intel.com>
 30 Description:
 31                 This dbc_idVendor attribute lets us change the idVendor field
 32                 presented in the USB device descriptor by this xhci debug
 33                 device.
 34                 Value can only be changed while debug capability (DbC) is in
 35                 disabled state to prevent USB device descriptor change while
 36                 connected to a USB host.
 37                 The default value is 0x1d6b (Linux Foundation).
 38                 It can be any 16-bit integer.
 39 
 40 What:           /sys/bus/pci/drivers/xhci_hcd/.../dbc_idProduct
 41 Date:           March 2023
 42 Contact:        Mathias Nyman <mathias.nyman@linux.intel.com>
 43 Description:
 44                 This dbc_idProduct attribute lets us change the idProduct field
 45                 presented in the USB device descriptor by this xhci debug
 46                 device.
 47                 Value can only be changed while debug capability (DbC) is in
 48                 disabled state to prevent USB device descriptor change while
 49                 connected to a USB host.
 50                 The default value is 0x0010. It can be any 16-bit integer.
 51 
 52 What:           /sys/bus/pci/drivers/xhci_hcd/.../dbc_bcdDevice
 53 Date:           March 2023
 54 Contact:        Mathias Nyman <mathias.nyman@linux.intel.com>
 55 Description:
 56                 This dbc_bcdDevice attribute lets us change the bcdDevice field
 57                 presented in the USB device descriptor by this xhci debug
 58                 device.
 59                 Value can only be changed while debug capability (DbC) is in
 60                 disabled state to prevent USB device descriptor change while
 61                 connected to a USB host.
 62                 The default value is 0x0010. (device rev 0.10)
 63                 It can be any 16-bit integer.
 64 
 65 What:           /sys/bus/pci/drivers/xhci_hcd/.../dbc_bInterfaceProtocol
 66 Date:           March 2023
 67 Contact:        Mathias Nyman <mathias.nyman@linux.intel.com>
 68 Description:
 69                 This attribute lets us change the bInterfaceProtocol field
 70                 presented in the USB Interface descriptor by the xhci debug
 71                 device.
 72                 Value can only be changed while debug capability (DbC) is in
 73                 disabled state to prevent USB descriptor change while
 74                 connected to a USB host.
 75                 The default value is 1  (GNU Remote Debug command).
 76                 Other permissible value is 0 which is for vendor defined debug
 77                 target.
 78 
 79 What:           /sys/bus/pci/drivers/xhci_hcd/.../dbc_poll_interval_ms
 80 Date:           February 2024
 81 Contact:        Mathias Nyman <mathias.nyman@linux.intel.com>
 82 Description:
 83                 This attribute adjust the polling interval used to check for
 84                 DbC events. Unit is milliseconds. Accepted values range from 0
 85                 up to 5000. The default value is 64 ms.
 86                 This polling interval is used while DbC is enabled but has no
 87                 active data transfers.

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php