Home
last modified time | relevance | path

Searched refs:eh_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/usbip/
Dusbip_event.c78 ud->eh_ops.shutdown(ud); in event_handler()
84 ud->eh_ops.reset(ud); in event_handler()
90 ud->eh_ops.unusable(ud); in event_handler()
Dstub_dev.c282 sdev->ud.eh_ops.shutdown = stub_shutdown_connection; in stub_device_alloc()
283 sdev->ud.eh_ops.reset = stub_device_reset; in stub_device_alloc()
284 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
Dusbip_common.h268 struct eh_ops { struct
272 } eh_ops; member
Dvudc_dev.c577 ud->eh_ops.shutdown = vudc_shutdown; in init_vudc_hw()
578 ud->eh_ops.reset = vudc_device_reset; in init_vudc_hw()
579 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
Dvhci_hcd.c1106 vdev->ud.eh_ops.shutdown = vhci_shutdown_connection; in vhci_device_init()
1107 vdev->ud.eh_ops.reset = vhci_device_reset; in vhci_device_init()
1108 vdev->ud.eh_ops.unusable = vhci_device_unusable; in vhci_device_init()