Searched refs:cpu_idle_prop_handle_t (Results 1 – 3 of 3) sorted by relevance
106 typedef void *cpu_idle_prop_handle_t; typedef214 cpu_idle_prop_handle_t *hdlp);220 extern int cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl);227 cpu_idle_prop_handle_t *hdlp);233 extern int cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl);241 extern cpu_idle_prop_type_t cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl);242 extern const char *cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl);243 extern int cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl,245 extern uint32_t cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hdl,247 extern uint64_t cpu_idle_prop_get_uint64(cpu_idle_prop_handle_t hdl,[all …]
130 cpu_idle_prop_handle_t handle;849 cpu_idle_prop_update_t update, void *arg, cpu_idle_prop_handle_t *hdlp) in cpu_idle_prop_create_property()894 cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl) in cpu_idle_prop_destroy_property()934 cpu_idle_prop_create_handle(const char *name, cpu_idle_prop_handle_t *hdlp) in cpu_idle_prop_create_handle()952 *hdlp = (cpu_idle_prop_handle_t)prop; in cpu_idle_prop_create_handle()963 cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl) in cpu_idle_prop_destroy_handle()991 cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl) in cpu_idle_prop_get_type()998 cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl) in cpu_idle_prop_get_name()1005 cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl, in cpu_idle_prop_get_value()1034 cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hdl, in cpu_idle_prop_get_uint32()[all …]
156 cpu_idle_prop_handle_t prop_enter;157 cpu_idle_prop_handle_t prop_exit;158 cpu_idle_prop_handle_t prop_busy;159 cpu_idle_prop_handle_t prop_idle;160 cpu_idle_prop_handle_t prop_intr;