Searched refs:usb_host_context (Results 1 - 3 of 3) sorted by relevance

/system/core/include/usbhost/
H A Dusbhost.h33 struct usb_host_context;
70 struct usb_host_context *usb_host_init(void);
73 void usb_host_cleanup(struct usb_host_context *context);
84 void usb_host_run(struct usb_host_context *context,
/system/core/libusbhost/
H A Dusbhost.c61 struct usb_host_context { struct
128 static void watch_existing_subdirs(struct usb_host_context *context,
147 struct usb_host_context *usb_host_init()
149 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context));
151 fprintf(stderr, "out of memory in usb_host_context\n");
163 void usb_host_cleanup(struct usb_host_context *context)
169 void usb_host_run(struct usb_host_context *context,
/system/core/toolbox/
H A Dlsusb.c206 struct usb_host_context *ctx;

Completed in 42 milliseconds