Home
last modified time | relevance | path

Searched refs:debugfs_private (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-debugfs.c439 dev->debugfs_private, in xhci_debugfs_create_context_files()
448 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint()
475 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint()
570 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files()
603 dev->debugfs_private = priv; in xhci_debugfs_create_slot()
617 if (!dev || !dev->debugfs_private) in xhci_debugfs_remove_slot()
620 priv = dev->debugfs_private; in xhci_debugfs_remove_slot()
628 dev->debugfs_private = NULL; in xhci_debugfs_remove_slot()
Dxhci.h1036 void *debugfs_private; member