stub_device        54 drivers/usb/usbip/stub.h 	struct stub_device *sdev;
stub_device        77 drivers/usb/usbip/stub.h 	struct stub_device *sdev;
stub_device        94 drivers/usb/usbip/stub.h void stub_device_cleanup_urbs(struct stub_device *sdev);
stub_device       100 drivers/usb/usbip/stub.h void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
stub_device        21 drivers/usb/usbip/stub_dev.c 	struct stub_device *sdev = dev_get_drvdata(dev);
stub_device        45 drivers/usb/usbip/stub_dev.c 	struct stub_device *sdev = dev_get_drvdata(dev);
stub_device       119 drivers/usb/usbip/stub_dev.c 	struct stub_device *sdev = container_of(ud, struct stub_device, ud);
stub_device       178 drivers/usb/usbip/stub_dev.c 	struct stub_device *sdev = container_of(ud, struct stub_device, ud);
stub_device       221 drivers/usb/usbip/stub_dev.c static struct stub_device *stub_device_alloc(struct usb_device *udev)
stub_device       223 drivers/usb/usbip/stub_dev.c 	struct stub_device *sdev;
stub_device       230 drivers/usb/usbip/stub_dev.c 	sdev = kzalloc(sizeof(struct stub_device), GFP_KERNEL);
stub_device       268 drivers/usb/usbip/stub_dev.c static void stub_device_free(struct stub_device *sdev)
stub_device       275 drivers/usb/usbip/stub_dev.c 	struct stub_device *sdev = NULL;
stub_device       395 drivers/usb/usbip/stub_dev.c 	struct stub_device *sdev;
stub_device       328 drivers/usb/usbip/stub_main.c static struct stub_priv *stub_priv_pop(struct stub_device *sdev)
stub_device       351 drivers/usb/usbip/stub_main.c void stub_device_cleanup_urbs(struct stub_device *sdev)
stub_device       133 drivers/usb/usbip/stub_rx.c 	struct stub_device *sdev = priv->sdev;
stub_device       151 drivers/usb/usbip/stub_rx.c 	struct stub_device *sdev = priv->sdev;
stub_device       202 drivers/usb/usbip/stub_rx.c static int stub_recv_cmd_unlink(struct stub_device *sdev,
stub_device       277 drivers/usb/usbip/stub_rx.c static int valid_request(struct stub_device *sdev, struct usbip_header *pdu)
stub_device       294 drivers/usb/usbip/stub_rx.c static struct stub_priv *stub_priv_alloc(struct stub_device *sdev,
stub_device       325 drivers/usb/usbip/stub_rx.c static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu)
stub_device       453 drivers/usb/usbip/stub_rx.c static void stub_recv_cmd_submit(struct stub_device *sdev,
stub_device       631 drivers/usb/usbip/stub_rx.c 	struct stub_device *sdev = container_of(ud, struct stub_device, ud);
stub_device        14 drivers/usb/usbip/stub_tx.c void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
stub_device        43 drivers/usb/usbip/stub_tx.c 	struct stub_device *sdev = priv->sdev;
stub_device       132 drivers/usb/usbip/stub_tx.c static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev)
stub_device       150 drivers/usb/usbip/stub_tx.c static int stub_send_ret_submit(struct stub_device *sdev)
stub_device       343 drivers/usb/usbip/stub_tx.c static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev)
stub_device       361 drivers/usb/usbip/stub_tx.c static int stub_send_ret_unlink(struct stub_device *sdev)
stub_device       420 drivers/usb/usbip/stub_tx.c 	struct stub_device *sdev = container_of(ud, struct stub_device, ud);