Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h2261 int (*sync_dev_ctx)(struct xhci_hcd *xhci, unsigned int slot_id); member
H A Dxhci.c4363 if (ops && ops->sync_dev_ctx) in xhci_vendor_sync_dev_ctx()
4364 return ops->sync_dev_ctx(xhci, slot_id); in xhci_vendor_sync_dev_ctx()