Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/usbip/
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()
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()
Dusbip_common.h259 struct usbip_device { struct
279 void (*shutdown)(struct usbip_device *); argument
280 void (*reset)(struct usbip_device *);
281 void (*unusable)(struct usbip_device *);
316 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb);
317 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb);
318 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb);
323 int usbip_start_eh(struct usbip_device *ud);
324 void usbip_stop_eh(struct usbip_device *ud);
325 void usbip_event_add(struct usbip_device *ud, unsigned long event);
[all …]
Dstub_rx.c279 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()
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()
Dvudc_rx.c187 static int v_rx_pdu(struct usbip_device *ud) in v_rx_pdu()
228 struct usbip_device *ud = data; in v_rx_loop()
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()
519 struct usbip_device *ud = &udc->ud; in init_vudc_hw()
Dstub.h24 struct usbip_device ud;
Dstub_dev.c151 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()
Dvudc_tx.c223 struct usbip_device *ud = (struct usbip_device *) data; in v_tx_loop()
Dvhci.h34 struct usbip_device ud;
Dvudc.h93 struct usbip_device ud;
Dusbip_common.c579 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()
Dvhci_tx.c237 struct usbip_device *ud = data; in vhci_tx_loop()
Dvhci_hcd.c1039 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection()
1095 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset()
1118 static void vhci_device_unusable(struct usbip_device *ud) in vhci_device_unusable()
Dstub_tx.c419 struct usbip_device *ud = data; in stub_tx_loop()