Searched refs:usbip_device (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/usb/usbip/ |
| H A D | usbip_common.h | 260 struct usbip_device { struct 280 void (*shutdown)(struct usbip_device *); argument 281 void (*reset)(struct usbip_device *); 282 void (*unusable)(struct usbip_device *); 315 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb); 316 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb); 317 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb); 322 int usbip_start_eh(struct usbip_device *ud); 323 void usbip_stop_eh(struct usbip_device *ud); 324 void usbip_event_add(struct usbip_device *ud, unsigned long event); [all …]
|
| H A D | usbip_event.c | 16 struct usbip_device *ud; 22 static void set_event(struct usbip_device *ud, unsigned long event) in set_event() 31 static void unset_event(struct usbip_device *ud, unsigned long event) in unset_event() 40 static struct usbip_device *get_event(void) in get_event() 43 struct usbip_device *ud = NULL; in get_event() 64 struct usbip_device *ud; in event_handler() 100 int usbip_start_eh(struct usbip_device *ud) in usbip_start_eh() 108 void usbip_stop_eh(struct usbip_device *ud) in usbip_stop_eh() 144 void usbip_event_add(struct usbip_device *ud, unsigned long event) in usbip_event_add() 175 int usbip_event_happened(struct usbip_device *ud) in usbip_event_happened()
|
| H A D | vudc_dev.c | 429 static void vudc_shutdown(struct usbip_device *ud) in vudc_shutdown() 463 static void vudc_device_reset(struct usbip_device *ud) in vudc_device_reset() 479 static void vudc_device_unusable(struct usbip_device *ud) in vudc_device_unusable() 518 struct usbip_device *ud = &udc->ud; in init_vudc_hw()
|
| H A D | stub.h | 24 struct usbip_device ud;
|
| H A D | vudc_rx.c | 189 static int v_rx_pdu(struct usbip_device *ud) in v_rx_pdu() 230 struct usbip_device *ud = data; in v_rx_loop()
|
| H A D | stub_dev.c | 153 static void stub_shutdown_connection(struct usbip_device *ud) in stub_shutdown_connection() 212 static void stub_device_reset(struct usbip_device *ud) in stub_device_reset() 244 static void stub_device_unusable(struct usbip_device *ud) in stub_device_unusable()
|
| H A D | vhci.h | 34 struct usbip_device ud;
|
| H A D | vudc.h | 93 struct usbip_device ud;
|
| H A D | usbip_common.c | 660 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() 728 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb) in usbip_pad_iso() 762 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff()
|
| H A D | vhci_tx.c | 237 struct usbip_device *ud = data; in vhci_tx_loop()
|
| H A D | vhci_hcd.c | 1039 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection() 1096 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset() 1120 static void vhci_device_unusable(struct usbip_device *ud) in vhci_device_unusable()
|
| H A D | stub_tx.c | 416 struct usbip_device *ud = data; in stub_tx_loop()
|