Searched refs:usbip_device (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/usb/usbip/ |
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() 98 int usbip_start_eh(struct usbip_device *ud) in usbip_start_eh() 106 void usbip_stop_eh(struct usbip_device *ud) in usbip_stop_eh() 143 void usbip_event_add(struct usbip_device *ud, unsigned long event) in usbip_event_add() 174 int usbip_event_happened(struct usbip_device *ud) in usbip_event_happened()
|
D | usbip_common.h | 252 struct usbip_device { struct 269 void (*shutdown)(struct usbip_device *); argument 270 void (*reset)(struct usbip_device *); 271 void (*unusable)(struct usbip_device *); 306 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb); 307 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb); 308 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb); 313 int usbip_start_eh(struct usbip_device *ud); 314 void usbip_stop_eh(struct usbip_device *ud); 315 void usbip_event_add(struct usbip_device *ud, unsigned long event); [all …]
|
D | vhci_rx.c | 60 struct usbip_device *ud = &vdev->ud; in vhci_recv_ret_submit() 189 static void vhci_rx_pdu(struct usbip_device *ud) in vhci_rx_pdu() 250 struct usbip_device *ud = data; in vhci_rx_loop()
|
D | stub_rx.c | 276 struct usbip_device *ud = &sdev->ud; in valid_request() 295 struct usbip_device *ud = &sdev->ud; in stub_priv_alloc() 447 struct usbip_device *ud = &sdev->ud; in stub_recv_cmd_submit() 531 static void stub_rx_pdu(struct usbip_device *ud) in stub_rx_pdu() 580 struct usbip_device *ud = data; in stub_rx_loop()
|
D | stub_dev.c | 142 static void stub_shutdown_connection(struct usbip_device *ud) in stub_shutdown_connection() 201 static void stub_device_reset(struct usbip_device *ud) in stub_device_reset() 233 static void stub_device_unusable(struct usbip_device *ud) in stub_device_unusable()
|
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()
|
D | stub.h | 24 struct usbip_device ud;
|
D | vudc_dev.c | 428 static void vudc_shutdown(struct usbip_device *ud) in vudc_shutdown() 462 static void vudc_device_reset(struct usbip_device *ud) in vudc_device_reset() 478 static void vudc_device_unusable(struct usbip_device *ud) in vudc_device_unusable() 518 struct usbip_device *ud = &udc->ud; in init_vudc_hw()
|
D | vudc_tx.c | 223 struct usbip_device *ud = (struct usbip_device *) data; in v_tx_loop()
|
D | vhci.h | 34 struct usbip_device ud;
|
D | vudc.h | 93 struct usbip_device ud;
|
D | usbip_common.c | 579 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() 647 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb) in usbip_pad_iso() 681 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff()
|
D | vhci_tx.c | 194 struct usbip_device *ud = data; in vhci_tx_loop()
|
D | vhci_hcd.c | 1002 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection() 1058 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset() 1081 static void vhci_device_unusable(struct usbip_device *ud) in vhci_device_unusable()
|
D | stub_tx.c | 364 struct usbip_device *ud = data; in stub_tx_loop()
|