Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dspapr_drc.h75 } SpaprDrcType; typedef
231 SpaprDrcType spapr_drc_type(SpaprDrc *drc);
H A Dspapr.h916 void spapr_hotplug_req_add_by_count(SpaprDrcType drc_type,
918 void spapr_hotplug_req_remove_by_count(SpaprDrcType drc_type,
920 void spapr_hotplug_req_add_by_count_indexed(SpaprDrcType drc_type,
922 void spapr_hotplug_req_remove_by_count_indexed(SpaprDrcType drc_type,
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c585 SpaprDrcType drc_type, in spapr_hotplug_req_event()
674 SpaprDrcType drc_type = spapr_drc_type(drc); in spapr_hotplug_req_add_by_index()
684 SpaprDrcType drc_type = spapr_drc_type(drc); in spapr_hotplug_req_remove_by_index()
692 void spapr_hotplug_req_add_by_count(SpaprDrcType drc_type, in spapr_hotplug_req_add_by_count()
702 void spapr_hotplug_req_remove_by_count(SpaprDrcType drc_type, in spapr_hotplug_req_remove_by_count()
712 void spapr_hotplug_req_add_by_count_indexed(SpaprDrcType drc_type, in spapr_hotplug_req_add_by_count_indexed()
723 void spapr_hotplug_req_remove_by_count_indexed(SpaprDrcType drc_type, in spapr_hotplug_req_remove_by_count_indexed()
H A Dspapr_drc.c34 SpaprDrcType spapr_drc_type(SpaprDrc *drc) in spapr_drc_type()