Searched refs:hdc (Results 1 – 4 of 4) sorted by relevance
20 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_pre_plug() local22 if (hdc->pre_plug) { in hotplug_handler_pre_plug()23 hdc->pre_plug(plug_handler, plugged_dev, errp); in hotplug_handler_pre_plug()31 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_plug() local33 if (hdc->plug) { in hotplug_handler_plug()34 hdc->plug(plug_handler, plugged_dev, errp); in hotplug_handler_plug()42 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_unplug_request() local44 if (hdc->unplug_request) { in hotplug_handler_unplug_request()45 hdc->unplug_request(plug_handler, plugged_dev, errp); in hotplug_handler_unplug_request()53 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_unplug() local[all …]
76 HotplugHandlerClass *hdc; in virtio_ccw_md_unplug_request() local101 hdc = HOTPLUG_HANDLER_GET_CLASS(bus_handler); in virtio_ccw_md_unplug_request()102 if (hdc->unplug_request) { in virtio_ccw_md_unplug_request()
75 HotplugHandlerClass *hdc; in virtio_md_pci_unplug_request() local99 hdc = HOTPLUG_HANDLER_GET_CLASS(bus_handler); in virtio_md_pci_unplug_request()100 if (hdc->unplug_request) { in virtio_md_pci_unplug_request()
52 #define usb_hcd_check_unlink_urb(hdc, urb, status) 0 argument