Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A 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()
H A Dxhci.h1041 void *debugfs_private; member