Searched refs:eh_ops (Results 1 – 5 of 5) sorted by relevance
79 ud->eh_ops.shutdown(ud); in event_handler()85 ud->eh_ops.reset(ud); in event_handler()91 ud->eh_ops.unusable(ud); in event_handler()
292 sdev->ud.eh_ops.shutdown = stub_shutdown_connection; in stub_device_alloc()293 sdev->ud.eh_ops.reset = stub_device_reset; in stub_device_alloc()294 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
279 struct eh_ops { struct283 } eh_ops; member
579 ud->eh_ops.shutdown = vudc_shutdown; in init_vudc_hw()580 ud->eh_ops.reset = vudc_device_reset; in init_vudc_hw()581 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
1116 vdev->ud.eh_ops.shutdown = vhci_shutdown_connection; in vhci_device_init()1117 vdev->ud.eh_ops.reset = vhci_device_reset; in vhci_device_init()1118 vdev->ud.eh_ops.unusable = vhci_device_unusable; in vhci_device_init()
Completed in 9 milliseconds