Symbol: stub_device
drivers/usb/usbip/stub.h
100
void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
drivers/usb/usbip/stub.h
54
struct stub_device *sdev;
drivers/usb/usbip/stub.h
77
struct stub_device *sdev;
drivers/usb/usbip/stub.h
94
void stub_device_cleanup_urbs(struct stub_device *sdev);
drivers/usb/usbip/stub_dev.c
155
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
drivers/usb/usbip/stub_dev.c
21
struct stub_device *sdev = dev_get_drvdata(dev);
drivers/usb/usbip/stub_dev.c
214
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
drivers/usb/usbip/stub_dev.c
257
static struct stub_device *stub_device_alloc(struct usb_device *udev)
drivers/usb/usbip/stub_dev.c
259
struct stub_device *sdev;
drivers/usb/usbip/stub_dev.c
266
sdev = kzalloc_obj(struct stub_device);
drivers/usb/usbip/stub_dev.c
305
static void stub_device_free(struct stub_device *sdev)
drivers/usb/usbip/stub_dev.c
312
struct stub_device *sdev = NULL;
drivers/usb/usbip/stub_dev.c
431
struct stub_device *sdev;
drivers/usb/usbip/stub_dev.c
45
struct stub_device *sdev = dev_get_drvdata(dev);
drivers/usb/usbip/stub_main.c
324
static struct stub_priv *stub_priv_pop(struct stub_device *sdev)
drivers/usb/usbip/stub_main.c
347
void stub_device_cleanup_urbs(struct stub_device *sdev)
drivers/usb/usbip/stub_rx.c
133
struct stub_device *sdev = priv->sdev;
drivers/usb/usbip/stub_rx.c
153
struct stub_device *sdev = priv->sdev;
drivers/usb/usbip/stub_rx.c
213
static int stub_recv_cmd_unlink(struct stub_device *sdev,
drivers/usb/usbip/stub_rx.c
288
static int valid_request(struct stub_device *sdev, struct usbip_header *pdu)
drivers/usb/usbip/stub_rx.c
305
static struct stub_priv *stub_priv_alloc(struct stub_device *sdev,
drivers/usb/usbip/stub_rx.c
336
static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu)
drivers/usb/usbip/stub_rx.c
464
static void stub_recv_cmd_submit(struct stub_device *sdev,
drivers/usb/usbip/stub_rx.c
656
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
drivers/usb/usbip/stub_tx.c
133
static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev)
drivers/usb/usbip/stub_tx.c
15
void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum,
drivers/usb/usbip/stub_tx.c
151
static int stub_send_ret_submit(struct stub_device *sdev)
drivers/usb/usbip/stub_tx.c
340
static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev)
drivers/usb/usbip/stub_tx.c
358
static int stub_send_ret_unlink(struct stub_device *sdev)
drivers/usb/usbip/stub_tx.c
417
struct stub_device *sdev = container_of(ud, struct stub_device, ud);
drivers/usb/usbip/stub_tx.c
44
struct stub_device *sdev = priv->sdev;