Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dstub.h21 struct stub_device { struct
54 struct stub_device *sdev; argument
73 struct stub_device *sdev;
89 void stub_device_cleanup_urbs(struct stub_device *sdev);
95 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
Dstub_dev.c21 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()
144 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_shutdown_connection()
203 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_device_reset()
246 static struct stub_device *stub_device_alloc(struct usb_device *udev) in stub_device_alloc()
248 struct stub_device *sdev; in stub_device_alloc()
255 sdev = kzalloc(sizeof(struct stub_device), GFP_KERNEL); in stub_device_alloc()
293 static void stub_device_free(struct stub_device *sdev) in stub_device_free()
300 struct stub_device *sdev = NULL; in stub_probe()
412 struct stub_device *sdev; in stub_disconnect()
Dstub_tx.c28 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, in stub_enqueue_ret_unlink()
57 struct stub_device *sdev = priv->sdev; in stub_complete()
130 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx()
148 static int stub_send_ret_submit(struct stub_device *sdev) in stub_send_ret_submit()
288 static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev) in dequeue_from_unlink_tx()
306 static int stub_send_ret_unlink(struct stub_device *sdev) in stub_send_ret_unlink()
365 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_tx_loop()
Dstub_rx.c132 struct stub_device *sdev = priv->sdev; in tweak_set_configuration_cmd()
150 struct stub_device *sdev = priv->sdev; in tweak_reset_device_cmd()
201 static int stub_recv_cmd_unlink(struct stub_device *sdev, in stub_recv_cmd_unlink()
274 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request()
291 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc()
322 static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu) in get_pipe()
442 static void stub_recv_cmd_submit(struct stub_device *sdev, in stub_recv_cmd_submit()
535 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_rx_pdu()
Dstub_main.c293 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop()
316 void stub_device_cleanup_urbs(struct stub_device *sdev) in stub_device_cleanup_urbs()