Searched refs:get_current_frame (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-hci.h29 uint64_t (*get_current_frame)(void* ctx); member in struct:usb_hci_protocol_ops
69 return hci->ops->get_current_frame(hci->ctx);
H A Dusb.h162 uint64_t (*get_current_frame)(void* ctx); member in struct:__anon1007
362 return usb->ops->get_current_frame(usb->ctx);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c394 .get_current_frame = usb_interface_get_current_frame,
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c146 .get_current_frame = xhci_get_frame,
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c586 .get_current_frame = usb_device_get_current_frame,
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c783 .get_current_frame = dwc_get_frame,

Completed in 125 milliseconds