Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/usbip/
A Dstub.h21 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,
A 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()
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()
A Dstub_tx.c14 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, in stub_enqueue_ret_unlink()
43 struct stub_device *sdev = priv->sdev; in stub_complete()
132 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx()
150 static int stub_send_ret_submit(struct stub_device *sdev) in stub_send_ret_submit()
343 static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev) in dequeue_from_unlink_tx()
361 static int stub_send_ret_unlink(struct stub_device *sdev) in stub_send_ret_unlink()
420 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_tx_loop()
A Dstub_rx.c133 struct stub_device *sdev = priv->sdev; in tweak_set_configuration_cmd()
153 struct stub_device *sdev = priv->sdev; in tweak_reset_device_cmd()
204 static int stub_recv_cmd_unlink(struct stub_device *sdev, in stub_recv_cmd_unlink()
279 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request()
296 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc()
327 static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu) in get_pipe()
455 static void stub_recv_cmd_submit(struct stub_device *sdev, in stub_recv_cmd_submit()
633 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_rx_pdu()
A Dstub_main.c326 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop()
349 void stub_device_cleanup_urbs(struct stub_device *sdev) in stub_device_cleanup_urbs()

Completed in 8 milliseconds