Home
last modified time | relevance | path

Searched refs:usbip_device (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/usb/usbip/
H A Dusbip_common.h260 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 Dusbip_event.c16 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 Dstub_rx.c290 struct usbip_device *ud = &sdev->ud; in valid_request()
309 struct usbip_device *ud = &sdev->ud; in stub_priv_alloc()
450 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *priv) in stub_recv_xbuff()
468 struct usbip_device *ud = &sdev->ud; in stub_recv_cmd_submit()
652 static void stub_rx_pdu(struct usbip_device *ud) in stub_rx_pdu()
701 struct usbip_device *ud = data; in stub_rx_loop()
H A Dvhci_rx.c60 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()
H A Dvudc_dev.c429 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 Dstub_dev.c153 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 Dvudc_rx.c189 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 Dstub.h24 struct usbip_device ud;
H A Dvudc_tx.c223 struct usbip_device *ud = (struct usbip_device *) data; in v_tx_loop()
H A Dvhci.h34 struct usbip_device ud;
H A Dvudc.h93 struct usbip_device ud;
H A Dusbip_common.c660 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 Dvhci_tx.c237 struct usbip_device *ud = data; in vhci_tx_loop()
H A Dstub_tx.c419 struct usbip_device *ud = data; in stub_tx_loop()