|
| | LOG_MODULE_REGISTER (plat_pldm_sensor) |
| |
| uint8_t | convert_vr_addr (uint8_t addr, uint8_t vr_change_mode) |
| |
| uint8_t | check_sensor_type (uint8_t sensor_num) |
| |
| uint32_t | plat_get_pdr_size (uint8_t pdr_type) |
| |
| pldm_sensor_thread * | plat_pldm_sensor_load_thread () |
| |
| pldm_sensor_info * | plat_pldm_sensor_load (int thread_id) |
| |
| int | plat_pldm_sensor_get_sensor_count (int thread_id) |
| |
| void | plat_pldm_sensor_get_pdr_numeric_sensor (int thread_id, int sensor_num, PDR_numeric_sensor *numeric_sensor_table) |
| |
| void | plat_load_numeric_sensor_pdr_table (PDR_numeric_sensor *numeric_sensor_table) |
| |
| void | plat_load_aux_sensor_names_pdr_table (PDR_sensor_auxiliary_names *aux_sensor_name_table) |
| |
| size_t | char16_strlen (const char16_t *str) |
| |
| char16_t * | char16_strcpy (char16_t *dest, const char16_t *src) |
| |
| char16_t * | char16_strcat_char (char16_t *dest, char16_t ch) |
| |
| void | plat_init_entity_aux_names_pdr_table () |
| |
| void | plat_load_entity_aux_names_pdr_table (PDR_entity_auxiliary_names *entity_aux_name_table) |
| |
| uint16_t | plat_get_pdr_entity_aux_names_size () |
| |
| sensor_cfg * | get_sensor_cfg_by_sensor_id (uint8_t sensor_id) |
| |
| bool | get_raw_data_from_sensor_id (uint8_t sensor_id, uint8_t offset, uint8_t *val, uint8_t len) |
| |
| void | change_sensor_cfg (uint8_t asic_board_id, uint8_t vr_module, uint8_t ubc_module, uint8_t board_rev_id) |
| |
| bool | is_dc_access (uint8_t sensor_num) |
| |
| void | set_plat_sensor_polling_enable_flag (bool value) |
| |
| void | set_plat_sensor_ubc_polling_enable_flag (bool value) |
| |
| void | set_plat_sensor_temp_polling_enable_flag (bool value) |
| |
| void | set_plat_sensor_vr_polling_enable_flag (bool value) |
| |
| bool | get_plat_sensor_polling_enable_flag () |
| |
| bool | get_plat_sensor_ubc_polling_enable_flag () |
| |
| bool | get_plat_sensor_temp_polling_enable_flag () |
| |
| bool | get_plat_sensor_vr_polling_enable_flag () |
| |
| bool | is_ubc_access (uint8_t sensor_num) |
| |
| bool | is_temp_access (uint8_t cfg_idx) |
| |
| bool | is_vr_access (uint8_t sensor_num) |
| |
| void | set_ioe_value (uint8_t ioe_addr, uint8_t ioe_reg, uint8_t value) |
| |
| int | get_ioe_value (uint8_t ioe_addr, uint8_t ioe_reg, uint8_t *value) |
| |
| uint8_t | get_ioe_init_flag () |
| |
| void | set_ioe_init_flag (uint8_t flag) |
| |
| | K_KERNEL_STACK_MEMBER (quick_sensor_poll_stack, 1024) |
| |
| void | init_U200051_IO () |
| |
| void | quick_sensor_poll_handler (void *arug0, void *arug1, void *arug2) |
| |
| void | quick_sensor_poll_init () |
| |