Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/usbip/
Dusbip_event.c40 ud->eh_ops.shutdown(ud); in event_handler()
46 ud->eh_ops.reset(ud); in event_handler()
52 ud->eh_ops.unusable(ud); in event_handler()
Dusbip_common.h273 struct eh_ops { struct
277 } eh_ops; member
Dstub_dev.c294 sdev->ud.eh_ops.shutdown = stub_shutdown_connection; in stub_device_alloc()
295 sdev->ud.eh_ops.reset = stub_device_reset; in stub_device_alloc()
296 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
Dvhci_hcd.c870 vdev->ud.eh_ops.shutdown = vhci_shutdown_connection; in vhci_device_init()
871 vdev->ud.eh_ops.reset = vhci_device_reset; in vhci_device_init()
872 vdev->ud.eh_ops.unusable = vhci_device_unusable; in vhci_device_init()