Symbol: usbip_device
drivers/usb/usbip/stub.h
24
struct usbip_device ud;
drivers/usb/usbip/stub_dev.c
153
static void stub_shutdown_connection(struct usbip_device *ud)
drivers/usb/usbip/stub_dev.c
212
static void stub_device_reset(struct usbip_device *ud)
drivers/usb/usbip/stub_dev.c
244
static void stub_device_unusable(struct usbip_device *ud)
drivers/usb/usbip/stub_rx.c
290
struct usbip_device *ud = &sdev->ud;
drivers/usb/usbip/stub_rx.c
309
struct usbip_device *ud = &sdev->ud;
drivers/usb/usbip/stub_rx.c
450
static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *priv)
drivers/usb/usbip/stub_rx.c
468
struct usbip_device *ud = &sdev->ud;
drivers/usb/usbip/stub_rx.c
652
static void stub_rx_pdu(struct usbip_device *ud)
drivers/usb/usbip/stub_rx.c
701
struct usbip_device *ud = data;
drivers/usb/usbip/stub_tx.c
416
struct usbip_device *ud = data;
drivers/usb/usbip/usbip_common.c
672
int usbip_recv_iso(struct usbip_device *ud, struct urb *urb)
drivers/usb/usbip/usbip_common.c
759
void usbip_pad_iso(struct usbip_device *ud, struct urb *urb)
drivers/usb/usbip/usbip_common.c
829
int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb)
drivers/usb/usbip/usbip_common.h
280
void (*shutdown)(struct usbip_device *);
drivers/usb/usbip/usbip_common.h
281
void (*reset)(struct usbip_device *);
drivers/usb/usbip/usbip_common.h
282
void (*unusable)(struct usbip_device *);
drivers/usb/usbip/usbip_common.h
313
int usbip_recv_iso(struct usbip_device *ud, struct urb *urb);
drivers/usb/usbip/usbip_common.h
314
void usbip_pad_iso(struct usbip_device *ud, struct urb *urb);
drivers/usb/usbip/usbip_common.h
315
int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb);
drivers/usb/usbip/usbip_common.h
320
int usbip_start_eh(struct usbip_device *ud);
drivers/usb/usbip/usbip_common.h
321
void usbip_stop_eh(struct usbip_device *ud);
drivers/usb/usbip/usbip_common.h
322
void usbip_event_add(struct usbip_device *ud, unsigned long event);
drivers/usb/usbip/usbip_common.h
323
int usbip_event_happened(struct usbip_device *ud);
drivers/usb/usbip/usbip_event.c
100
int usbip_start_eh(struct usbip_device *ud)
drivers/usb/usbip/usbip_event.c
108
void usbip_stop_eh(struct usbip_device *ud)
drivers/usb/usbip/usbip_event.c
144
void usbip_event_add(struct usbip_device *ud, unsigned long event)
drivers/usb/usbip/usbip_event.c
16
struct usbip_device *ud;
drivers/usb/usbip/usbip_event.c
175
int usbip_event_happened(struct usbip_device *ud)
drivers/usb/usbip/usbip_event.c
22
static void set_event(struct usbip_device *ud, unsigned long event)
drivers/usb/usbip/usbip_event.c
31
static void unset_event(struct usbip_device *ud, unsigned long event)
drivers/usb/usbip/usbip_event.c
40
static struct usbip_device *get_event(void)
drivers/usb/usbip/usbip_event.c
43
struct usbip_device *ud = NULL;
drivers/usb/usbip/usbip_event.c
64
struct usbip_device *ud;
drivers/usb/usbip/vhci.h
34
struct usbip_device ud;
drivers/usb/usbip/vhci_hcd.c
1039
static void vhci_shutdown_connection(struct usbip_device *ud)
drivers/usb/usbip/vhci_hcd.c
1096
static void vhci_device_reset(struct usbip_device *ud)
drivers/usb/usbip/vhci_hcd.c
1120
static void vhci_device_unusable(struct usbip_device *ud)
drivers/usb/usbip/vhci_rx.c
197
static void vhci_rx_pdu(struct usbip_device *ud)
drivers/usb/usbip/vhci_rx.c
258
struct usbip_device *ud = data;
drivers/usb/usbip/vhci_rx.c
60
struct usbip_device *ud = &vdev->ud;
drivers/usb/usbip/vhci_tx.c
237
struct usbip_device *ud = data;
drivers/usb/usbip/vudc.h
92
struct usbip_device ud;
drivers/usb/usbip/vudc_dev.c
427
static void vudc_shutdown(struct usbip_device *ud)
drivers/usb/usbip/vudc_dev.c
461
static void vudc_device_reset(struct usbip_device *ud)
drivers/usb/usbip/vudc_dev.c
477
static void vudc_device_unusable(struct usbip_device *ud)
drivers/usb/usbip/vudc_dev.c
516
struct usbip_device *ud = &udc->ud;
drivers/usb/usbip/vudc_rx.c
189
static int v_rx_pdu(struct usbip_device *ud)
drivers/usb/usbip/vudc_rx.c
230
struct usbip_device *ud = data;
drivers/usb/usbip/vudc_tx.c
223
struct usbip_device *ud = (struct usbip_device *) data;