power_module 構造体のリファレンス
power_module 構造体のリファレンス
#include < power.h >
データフィールド | |
構造体hw_module_t | 一般 |
空所(* | init )(struct power_module *モジュール) |
空所(* | setInteractive )(struct power_module *module, int on) |
空所(* | powerHint )(struct power_module *module, power_hint_tヒント, void *data) |
空所(* | setFeature )(struct power_module *module, feature_t feature, int state) |
int(* | get_platform_low_power_stats )(struct power_module *module, power_state_platform_sleep_state_t *list) |
ssize_t(* | get_number_of_platform_modes )(struct power_module *module) |
int(* | get_voter_list )(struct power_module *module, size_t *voter) |
詳細な説明
すべてのハードウェア モジュールには HAL_MODULE_INFO_SYM という名前のデータ構造が必要であり、このデータ構造のフィールドはhw_module_tで始まり、その後にモジュール固有の情報が続く必要があります。
フィールドドキュメント
struct hw_module_t共通 |
ssize_t(* get_number_of_platform_modes)(struct power_module *module) |
int(* get_platform_low_power_stats)(struct power_module *module, power_state_platform_sleep_state_t *list) |
int(* get_voter_list)(struct power_module *module, size_t *voter) |
void(* init)(struct power_module *module) |
void(* powerHint)(struct power_module *module, power_hint_tヒント, void *data) |
void(* setFeature)(struct power_module *module, feature_t feature, int state) |
void(* setInteractive)(struct power_module *module, int on) |
この構造体のドキュメントは次のファイルから生成されました。