Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-debugfs.h111 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id);
127 static inline void xhci_debugfs_create_slot(struct xhci_hcd *x, int s) { } in xhci_debugfs_create_slot() function
H A Dxhci-debugfs.c592 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id) in xhci_debugfs_create_slot() function
H A Dxhci.c4000 xhci_debugfs_create_slot(xhci, slot_id); in xhci_alloc_dev()