Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
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
Dxhci-debugfs.c592 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id) in xhci_debugfs_create_slot() function
Dxhci.c4050 xhci_debugfs_create_slot(xhci, slot_id); in xhci_alloc_dev()