Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-debugfs.c421 dev->debugfs_private, in xhci_debugfs_create_context_files()
430 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint()
457 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint()
552 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files()
585 dev->debugfs_private = priv; in xhci_debugfs_create_slot()
599 if (!dev || !dev->debugfs_private) in xhci_debugfs_remove_slot()
602 priv = dev->debugfs_private; in xhci_debugfs_remove_slot()
610 dev->debugfs_private = NULL; in xhci_debugfs_remove_slot()
H A Dxhci.h764 void *debugfs_private; member