Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
H A Dvudc.h113 struct vudc_device { struct
172 struct vudc_device *alloc_vudc_device(int devid);
173 void put_vudc_device(struct vudc_device *udc_dev);
H A Dvudc_dev.c490 struct vudc_device *alloc_vudc_device(int devid) in alloc_vudc_device()
492 struct vudc_device *udc_dev; in alloc_vudc_device()
509 void put_vudc_device(struct vudc_device *udc_dev) in put_vudc_device()