stub_device
void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
struct stub_device *sdev;
struct stub_device *sdev;
void stub_device_cleanup_urbs(struct stub_device *sdev);
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
struct stub_device *sdev = dev_get_drvdata(dev);
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
static struct stub_device *stub_device_alloc(struct usb_device *udev)
struct stub_device *sdev;
sdev = kzalloc_obj(struct stub_device);
static void stub_device_free(struct stub_device *sdev)
struct stub_device *sdev = NULL;
struct stub_device *sdev;
struct stub_device *sdev = dev_get_drvdata(dev);
static struct stub_priv *stub_priv_pop(struct stub_device *sdev)
void stub_device_cleanup_urbs(struct stub_device *sdev)
struct stub_device *sdev = priv->sdev;
struct stub_device *sdev = priv->sdev;
static int stub_recv_cmd_unlink(struct stub_device *sdev,
static int valid_request(struct stub_device *sdev, struct usbip_header *pdu)
static struct stub_priv *stub_priv_alloc(struct stub_device *sdev,
static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu)
static void stub_recv_cmd_submit(struct stub_device *sdev,
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev)
void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
static int stub_send_ret_submit(struct stub_device *sdev)
static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev)
static int stub_send_ret_unlink(struct stub_device *sdev)
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
struct stub_device *sdev = priv->sdev;