Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/
Dstub.h35 struct stub_device { struct
69 struct stub_device *sdev; argument
88 struct stub_device *sdev;
101 void stub_device_cleanup_urbs(struct stub_device *sdev);
107 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
Dstub_dev.c61 struct stub_device *sdev = dev_get_drvdata(dev); in show_status()
85 struct stub_device *sdev = dev_get_drvdata(dev); in store_sockfd()
175 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_shutdown_connection()
230 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_device_reset()
273 static struct stub_device *stub_device_alloc(struct usb_device *udev, in stub_device_alloc()
276 struct stub_device *sdev; in stub_device_alloc()
283 sdev = kzalloc(sizeof(struct stub_device), GFP_KERNEL); in stub_device_alloc()
323 static int stub_device_free(struct stub_device *sdev) in stub_device_free()
348 struct stub_device *sdev = NULL; in stub_probe()
459 struct stub_device *sdev; in stub_disconnect()
Dstub_tx.c38 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, in stub_enqueue_ret_unlink()
68 struct stub_device *sdev = priv->sdev; in stub_complete()
137 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx()
155 static int stub_send_ret_submit(struct stub_device *sdev) in stub_send_ret_submit()
289 static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev) in dequeue_from_unlink_tx()
307 static int stub_send_ret_unlink(struct stub_device *sdev) in stub_send_ret_unlink()
366 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_tx_loop()
Dstub_rx.c173 struct stub_device *sdev = priv->sdev; in tweak_reset_device_cmd()
229 static int stub_recv_cmd_unlink(struct stub_device *sdev, in stub_recv_cmd_unlink()
305 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request()
322 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc()
353 static int get_pipe(struct stub_device *sdev, int epnum, int dir) in get_pipe()
457 static void stub_recv_cmd_submit(struct stub_device *sdev, in stub_recv_cmd_submit()
550 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_rx_pdu()
Dstub_main.c202 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop()
225 void stub_device_cleanup_urbs(struct stub_device *sdev) in stub_device_cleanup_urbs()