OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hotplug_pipe
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
io.c
[
all
...]
hotplug.c
303
ret = usbi_write(ctx->
hotplug_pipe
[1], &message, sizeof(message));
core.c
546
if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->
hotplug_pipe
[1] > 0) {
547
ret = usbi_write(dev->ctx->
hotplug_pipe
[1], &message, sizeof(message));
571
if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->
hotplug_pipe
[1] > 0) {
572
ret = usbi_write(dev->ctx->
hotplug_pipe
[1], &message, sizeof(message));
[
all
...]
libusbi.h
239
int
hotplug_pipe
[2];
member in struct:libusb_context
[
all
...]
Completed in 48 milliseconds