Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c1025 struct libusb_device *tmp_dev; in init_device() local
1052 tmp_dev = get_ancestor(ctx, devinst, &devinst); in init_device()
1053 if (tmp_dev != parent_dev) { in init_device()
1057 libusb_unref_device(tmp_dev); in init_device()
1060 tmp_dev = get_ancestor(ctx, devinst, &devinst); in init_device()
1061 if (tmp_dev == NULL) { in init_device()
1065 if (tmp_dev->bus_number != 0) { in init_device()
1066 bus_number = tmp_dev->bus_number; in init_device()
1067 tmp_priv = usbi_get_device_priv(tmp_dev); in init_device()
1070 libusb_unref_device(tmp_dev); in init_device()