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
305
ret = usbi_write(ctx->
hotplug_pipe
[1], &message, sizeof(message));
core.c
551
if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->
hotplug_pipe
[1] > 0) {
552
ret = usbi_write(dev->ctx->
hotplug_pipe
[1], &message, sizeof(message));
580
if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->
hotplug_pipe
[1] > 0) {
581
ret = usbi_write(dev->ctx->
hotplug_pipe
[1], &message, sizeof(message));
[
all
...]
libusbi.h
241
int
hotplug_pipe
[2];
member in struct:libusb_context
[
all
...]
Completed in 36 milliseconds