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

/freebsd-current/lib/libusb/
H A Dlibusb10_io.c100 struct libusb20_device **ppdev; local
121 ppdev = alloca(sizeof(*ppdev) * nfds);
122 if (ppdev == NULL)
129 ppdev[i] = pfd->pdev;
151 if (ppdev[i] != NULL) {
153 libusb_unref_device(libusb_get_device(ppdev[i]));
160 if (ppdev[i] != NULL) {
161 dev = libusb_get_device(ppdev[i]);
164 err = libusb20_dev_process(ppdev[
[all...]
H A Dlibusb10_hotplug.c90 libusb_device **ppdev; local
94 count = libusb_get_device_list(ctx, &ppdev);
99 TAILQ_INSERT_TAIL(phead, ppdev[x], hotplug_entry);
101 libusb_free_device_list(ppdev, 0);
/freebsd-current/sys/dev/usb/
H A Dusb_device.c1220 usb_detach_device_sub(struct usb_device *udev, device_t *ppdev, argument
1227 dev = *ppdev;
1230 * NOTE: It is important to clear "*ppdev" before deleting
1234 *ppdev = NULL;

Completed in 168 milliseconds