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

/freebsd-11-stable/lib/libusb/
H A Dlibusb10_io.c99 struct libusb20_device **ppdev; local
120 ppdev = alloca(sizeof(*ppdev) * nfds);
121 if (ppdev == NULL)
128 ppdev[i] = pfd->pdev;
150 if (ppdev[i] != NULL) {
152 libusb_unref_device(libusb_get_device(ppdev[i]));
159 if (ppdev[i] != NULL) {
160 dev = libusb_get_device(ppdev[i]);
163 err = libusb20_dev_process(ppdev[
[all...]
H A Dlibusb10_hotplug.c91 libusb_device **ppdev; local
95 count = libusb_get_device_list(ctx, &ppdev);
100 TAILQ_INSERT_TAIL(phead, ppdev[x], hotplug_entry);
102 libusb_free_device_list(ppdev, 0);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c1209 usb_detach_device_sub(struct usb_device *udev, device_t *ppdev, argument
1216 dev = *ppdev;
1219 * NOTE: It is important to clear "*ppdev" before deleting
1223 *ppdev = NULL;

Completed in 77 milliseconds