Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dhotplug.c20 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_pre_plug() local
22 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() local
33 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() local
44 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 …]
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-md.c76 HotplugHandlerClass *hdc; in virtio_ccw_md_unplug_request() local
101 hdc = HOTPLUG_HANDLER_GET_CLASS(bus_handler); in virtio_ccw_md_unplug_request()
102 if (hdc->unplug_request) { in virtio_ccw_md_unplug_request()
/openbmc/qemu/hw/virtio/
H A Dvirtio-md-pci.c75 HotplugHandlerClass *hdc; in virtio_md_pci_unplug_request() local
99 hdc = HOTPLUG_HANDLER_GET_CLASS(bus_handler); in virtio_md_pci_unplug_request()
100 if (hdc->unplug_request) { in virtio_md_pci_unplug_request()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dusb-compat.h52 #define usb_hcd_check_unlink_urb(hdc, urb, status) 0 argument