Home
last modified time | relevance | path

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

/third_party/ulib/usbhost/include/usbhost/
A Dusbhost.h28 struct usb_host_context;
59 struct usb_host_context *usb_host_init(void);
61 void usb_host_cleanup(struct usb_host_context *context);
63 int usb_host_get_fd(struct usb_host_context *context);
65 int usb_host_load(struct usb_host_context *context,
71 int usb_host_read_event(struct usb_host_context *context);
81 void usb_host_run(struct usb_host_context *context,
/third_party/ulib/usbhost/
A Dusbhost.c57 struct usb_host_context { struct
118 static void watch_existing_subdirs(struct usb_host_context *context, in watch_existing_subdirs()
134 struct usb_host_context *usb_host_init() in usb_host_init()
136 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context)); in usb_host_init()
149 void usb_host_cleanup(struct usb_host_context *context) in usb_host_cleanup()
154 int usb_host_get_fd(struct usb_host_context *context) in usb_host_get_fd()
158 int usb_host_load(struct usb_host_context *context, in usb_host_load()
189 int usb_host_read_event(struct usb_host_context *context) in usb_host_read_event()
263 void usb_host_run(struct usb_host_context *context, in usb_host_run()

Completed in 4 milliseconds