Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-debugfs.h108 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id);
121 static inline void xhci_debugfs_create_slot(struct xhci_hcd *x, int s) { } in xhci_debugfs_create_slot() function
Dxhci-debugfs.c477 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id) in xhci_debugfs_create_slot() function
Dxhci.c4022 xhci_debugfs_create_slot(xhci, slot_id); in xhci_alloc_dev()