Searched refs:stub_device (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/usbip/ |
D | stub.h | 35 struct stub_device { struct 69 struct stub_device *sdev; argument 88 struct stub_device *sdev; 102 void stub_device_cleanup_urbs(struct stub_device *sdev); 108 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
|
D | stub_dev.c | 35 struct stub_device *sdev = dev_get_drvdata(dev); in usbip_status_show() 59 struct stub_device *sdev = dev_get_drvdata(dev); in store_sockfd() 157 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_shutdown_connection() 216 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_device_reset() 259 static struct stub_device *stub_device_alloc(struct usb_device *udev) in stub_device_alloc() 261 struct stub_device *sdev; in stub_device_alloc() 268 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() 415 struct stub_device *sdev; in stub_disconnect()
|
D | stub_tx.c | 38 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, in stub_enqueue_ret_unlink() 67 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() 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()
|
D | stub_rx.c | 146 struct stub_device *sdev = priv->sdev; in tweak_set_configuration_cmd() 164 struct stub_device *sdev = priv->sdev; in tweak_reset_device_cmd() 220 static int stub_recv_cmd_unlink(struct stub_device *sdev, in stub_recv_cmd_unlink() 296 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request() 313 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, in stub_priv_alloc() 344 static int get_pipe(struct stub_device *sdev, int epnum, int dir) in get_pipe() 448 static void stub_recv_cmd_submit(struct stub_device *sdev, in stub_recv_cmd_submit() 539 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_rx_pdu()
|
D | stub_main.c | 227 static struct stub_priv *stub_priv_pop(struct stub_device *sdev) in stub_priv_pop() 250 void stub_device_cleanup_urbs(struct stub_device *sdev) in stub_device_cleanup_urbs()
|