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.h901 void spapr_hotplug_req_add_by_count(SpaprDrcType drc_type,
903 void spapr_hotplug_req_remove_by_count(SpaprDrcType drc_type,
905 void spapr_hotplug_req_add_by_count_indexed(SpaprDrcType drc_type,
907 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()
675 SpaprDrcType drc_type = spapr_drc_type(drc); in spapr_hotplug_req_add_by_index()
685 SpaprDrcType drc_type = spapr_drc_type(drc); in spapr_hotplug_req_remove_by_index()
693 void spapr_hotplug_req_add_by_count(SpaprDrcType drc_type, in spapr_hotplug_req_add_by_count()
703 void spapr_hotplug_req_remove_by_count(SpaprDrcType drc_type, in spapr_hotplug_req_remove_by_count()
713 void spapr_hotplug_req_add_by_count_indexed(SpaprDrcType drc_type, in spapr_hotplug_req_add_by_count_indexed()
724 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()