Searched refs:usbip_device (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/usb/usbip/ |
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 *); 321 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb); 322 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb); 323 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb); 328 int usbip_start_eh(struct usbip_device *ud); 329 void usbip_stop_eh(struct usbip_device *ud); 331 int usbip_event_happened(struct usbip_device *ud); [all …]
|
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() 145 void usbip_event_add(struct usbip_device *ud, unsigned long event) in usbip_event_add() 176 int usbip_event_happened(struct usbip_device *ud) in usbip_event_happened()
|
A D | stub_rx.c | 279 struct usbip_device *ud = &sdev->ud; in valid_request() 298 struct usbip_device *ud = &sdev->ud; in stub_priv_alloc() 439 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *priv) in stub_recv_xbuff() 457 struct usbip_device *ud = &sdev->ud; in stub_recv_cmd_submit() 627 static void stub_rx_pdu(struct usbip_device *ud) in stub_rx_pdu() 676 struct usbip_device *ud = data; in stub_rx_loop()
|
A D | vhci_rx.c | 60 struct usbip_device *ud = &vdev->ud; in vhci_recv_ret_submit() 197 static void vhci_rx_pdu(struct usbip_device *ud) in vhci_rx_pdu() 258 struct usbip_device *ud = data; in vhci_rx_loop()
|
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() 519 struct usbip_device *ud = &udc->ud; in init_vudc_hw()
|
A D | vudc_rx.c | 187 static int v_rx_pdu(struct usbip_device *ud) in v_rx_pdu() 228 struct usbip_device *ud = data; in v_rx_loop()
|
A D | stub_dev.c | 151 static void stub_shutdown_connection(struct usbip_device *ud) in stub_shutdown_connection() 210 static void stub_device_reset(struct usbip_device *ud) in stub_device_reset() 242 static void stub_device_unusable(struct usbip_device *ud) in stub_device_unusable()
|
A D | stub.h | 24 struct usbip_device ud;
|
A D | vudc_tx.c | 223 struct usbip_device *ud = (struct usbip_device *) data; in v_tx_loop()
|
A D | vhci.h | 34 struct usbip_device ud;
|
A D | vudc.h | 93 struct usbip_device ud;
|
A D | usbip_common.c | 574 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() 642 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb) in usbip_pad_iso() 676 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff()
|
A D | vhci_tx.c | 237 struct usbip_device *ud = data; in vhci_tx_loop()
|
A D | vhci_hcd.c | 1011 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection() 1067 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset() 1090 static void vhci_device_unusable(struct usbip_device *ud) in vhci_device_unusable()
|
A D | stub_tx.c | 419 struct usbip_device *ud = data; in stub_tx_loop()
|
Completed in 18 milliseconds