Home
last modified time | relevance | path

Searched refs:drc_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_events.c585 SpaprDrcType drc_type, in spapr_hotplug_req_event() argument
628 switch (drc_type) { in spapr_hotplug_req_event()
674 SpaprDrcType drc_type = spapr_drc_type(drc); in spapr_hotplug_req_add_by_index() local
679 RTAS_LOG_V6_HP_ACTION_ADD, drc_type, &drc_id); in spapr_hotplug_req_add_by_index()
684 SpaprDrcType drc_type = spapr_drc_type(drc); in spapr_hotplug_req_remove_by_index() local
689 RTAS_LOG_V6_HP_ACTION_REMOVE, drc_type, &drc_id); 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() argument
699 RTAS_LOG_V6_HP_ACTION_ADD, drc_type, &drc_id); 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() argument
709 RTAS_LOG_V6_HP_ACTION_REMOVE, drc_type, in spapr_hotplug_req_remove_by_count()
712 spapr_hotplug_req_add_by_count_indexed(SpaprDrcType drc_type,uint32_t count,uint32_t index) spapr_hotplug_req_add_by_count_indexed() argument
723 spapr_hotplug_req_remove_by_count_indexed(SpaprDrcType drc_type,uint32_t count,uint32_t index) spapr_hotplug_req_remove_by_count_indexed() argument
[all...]
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h913 void spapr_hotplug_req_add_by_count(SpaprDrcType drc_type,
915 void spapr_hotplug_req_remove_by_count(SpaprDrcType drc_type,
917 void spapr_hotplug_req_add_by_count_indexed(SpaprDrcType drc_type,
919 void spapr_hotplug_req_remove_by_count_indexed(SpaprDrcType drc_type,