Home
last modified time | relevance | path

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

/system/core/libusbhost/include/usbhost/
Dusbhost.h81 usb_device_removed_cb removed_cb,
99 usb_device_removed_cb removed_cb,
/system/core/libusbhost/
Dusbhost.c194 usb_device_removed_cb removed_cb, in usb_host_load() argument
202 context->cb_removed = removed_cb; in usb_host_load()
311 usb_device_removed_cb removed_cb, in usb_host_run() argument
317 done = usb_host_load(context, added_cb, removed_cb, discovery_done_cb, client_data); in usb_host_run()