Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-debugfs.c432 dev->debugfs_private, in xhci_debugfs_create_context_files()
441 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint()
463 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint()
486 dev->debugfs_private = priv; in xhci_debugfs_create_slot()
500 if (!dev || !dev->debugfs_private) in xhci_debugfs_remove_slot()
503 priv = dev->debugfs_private; in xhci_debugfs_remove_slot()
511 dev->debugfs_private = NULL; in xhci_debugfs_remove_slot()
Dxhci.h1008 void *debugfs_private; member