Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dvof.c445 g_hash_table_insert(vof->of_instances, in vof_do_open()
493 if (!g_hash_table_remove(vof->of_instances, GINT_TO_POINTER(ihandle))) { in vof_close()
500 gpointer instp = g_hash_table_lookup(vof->of_instances, in vof_instance_to_package()
556 g_hash_table_lookup(vof->of_instances, GINT_TO_POINTER(ihandle)); in vof_write()
782 inst = (OfInstance *)g_hash_table_lookup(vof->of_instances, in vof_call_method()
1006 vof->of_instances = g_hash_table_new_full(g_direct_hash, g_direct_equal, in vof_init()
1022 if (vof->of_instances) { in vof_cleanup()
1023 g_hash_table_unref(vof->of_instances); in vof_cleanup()
1026 vof->of_instances = NULL; in vof_cleanup()
/openbmc/qemu/include/hw/ppc/
H A Dvof.h18 GHashTable *of_instances; /* ihandle -> SpaprOfInstance */ member