Searched refs:stub_device (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/usbip/ |
| H A D | stub.h | 21 struct stub_device { struct 54 struct stub_device *sdev; argument 77 struct stub_device *sdev; 94 void stub_device_cleanup_urbs(struct stub_device *sdev); 100 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
|
| H A D | stub_dev.c | 21 struct stub_device *sdev = dev_get_drvdata(dev); in usbip_status_show() 45 struct stub_device *sdev = dev_get_drvdata(dev); in usbip_sockfd_store() 155 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_shutdown_connection() 214 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_device_reset() 257 static struct stub_device *stub_device_alloc(struct usb_device *udev) in stub_device_alloc() 259 struct stub_device *sdev; in stub_device_alloc() 266 sdev = kzalloc(sizeof(struct stub_device), GFP_KERNEL); in stub_device_alloc() 305 static void stub_device_free(struct stub_device *sdev) in stub_device_free() 312 struct stub_device *sdev = NULL; in stub_probe() 432 struct stub_device *sdev; in stub_disconnect()
|
| H A D | stub_tx.c | 15 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, in stub_enqueue_ret_unlink() 44 struct stub_device *sdev = priv->sdev; in stub_complete() 133 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx() 151 static int stub_send_ret_submit(struct stub_device *sdev) in stub_send_ret_submit() 340 static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev) in dequeue_from_unlink_tx() 358 static int stub_send_ret_unlink(struct stub_device *sdev) in stub_send_ret_unlink() 417 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_tx_loop()
|
| H A D | stub_main.c | 324 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop() 347 void stub_device_cleanup_urbs(struct stub_device *sdev) in stub_device_cleanup_urbs()
|