Home
last modified time | relevance | path

Searched refs:xhci_debugfs_create_slot (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-debugfs.h109 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id);
122 static inline void xhci_debugfs_create_slot(struct xhci_hcd *x, int s) { } in xhci_debugfs_create_slot() function
Dxhci-debugfs.c474 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id) in xhci_debugfs_create_slot() function
Dxhci.c3889 xhci_debugfs_create_slot(xhci, slot_id); in xhci_alloc_dev()