Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2185 #define TYPE_CONTROL_POWER (control_power_get_type ()) macro
2186 #define CONTROL_POWER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_CONTROL_POWER, ControlPower))
2187 #define IS_CONTROL_POWER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_CONTROL_POWER))
2188 #define CONTROL_POWER_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_CONTROL_POWER, Control…
H A Dopenbmc_intf.c18027 G_IMPLEMENT_INTERFACE (TYPE_CONTROL_POWER, control_power_proxy_iface_init)) in G_DEFINE_TYPE_WITH_CODE()
18031 G_IMPLEMENT_INTERFACE (TYPE_CONTROL_POWER, control_power_proxy_iface_init)) in G_DEFINE_TYPE_WITH_CODE()
18127 g_value_init (&paramv[0], TYPE_CONTROL_POWER); in control_power_proxy_g_signal()
18144 signal_id = g_signal_lookup (info->signal_name, TYPE_CONTROL_POWER); in control_power_proxy_g_signal()
18496 g_value_init (&paramv[n], TYPE_CONTROL_POWER); in _control_power_skeleton_handle_method_call()
18523 signal_id = g_signal_lookup (info->signal_name, TYPE_CONTROL_POWER); in _control_power_skeleton_handle_method_call()
18722 … G_IMPLEMENT_INTERFACE (TYPE_CONTROL_POWER, control_power_skeleton_iface_init)) in G_DEFINE_TYPE_WITH_CODE()
18726 … G_IMPLEMENT_INTERFACE (TYPE_CONTROL_POWER, control_power_skeleton_iface_init)) in G_DEFINE_TYPE_WITH_CODE()
31980 …am_spec_object ("control-power", "control-power", "control-power", TYPE_CONTROL_POWER, G_PARAM_REA…