Searched refs:stub_device (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/usbip/ |
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,
|
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() 153 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_shutdown_connection() 212 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_device_reset() 255 static struct stub_device *stub_device_alloc(struct usb_device *udev) in stub_device_alloc() 257 struct stub_device *sdev; in stub_device_alloc() 264 sdev = kzalloc(sizeof(struct stub_device), GFP_KERNEL); in stub_device_alloc() 303 static void stub_device_free(struct stub_device *sdev) in stub_device_free() 310 struct stub_device *sdev = NULL; in stub_probe() 430 struct stub_device *sdev; in stub_disconnect()
|
A D | stub_tx.c | 14 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 D | stub_rx.c | 133 struct stub_device *sdev = priv->sdev; in tweak_set_configuration_cmd() 151 struct stub_device *sdev = priv->sdev; in tweak_reset_device_cmd() 202 static int stub_recv_cmd_unlink(struct stub_device *sdev, in stub_recv_cmd_unlink() 277 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request() 294 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc() 325 static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu) in get_pipe() 453 static void stub_recv_cmd_submit(struct stub_device *sdev, in stub_recv_cmd_submit() 631 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_rx_pdu()
|
A D | stub_main.c | 326 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