|
| | LOG_MODULE_REGISTER (sensor) |
| |
| | K_KERNEL_STACK_MEMBER (sensor_poll_stack, SENSOR_POLL_STACK_SIZE) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (tmp75) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ast_adc) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (isl69259) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (nvme) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (mp5990) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (isl28022) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (pex89000) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (intel_peci) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (pch) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (adm1278) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (tps53689) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (xdpe15284) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ltc4282) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (tmp431) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (pmic) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ina233) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (isl69254iraz_t) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (max16550a) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ina230) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (xdpe12284c) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (raa229621) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (nct7718w) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ltc4286) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (xdpe19283b) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (g788p81u) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (mp2856gut) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ddr5_power) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ddr5_temp) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (adm1272) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (q50sn120a1) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (mp2971) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (ltc2991) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (sq52205) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (emc1412) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (i3c_dimm) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (pt5161l) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (lm75bd118) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (tmp461) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (mp2985) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (m88rt51632) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (bmr351) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (cx7) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (max11617) |
| |
| | SENSOR_DRIVE_INIT_DECLARE (adc128d818) |
| |
| void | map_sensor_num_to_sdr_cfg (void) |
| |
| __weak sensor_cfg * | get_common_sensor_cfg_info (uint8_t sensor_num) |
| |
| sensor_cfg * | find_sensor_cfg_via_sensor_num (sensor_cfg *cfg_table, uint8_t cfg_count, uint8_t sensor_num) |
| |
| bool | access_check (uint8_t sensor_num) |
| |
| void | clear_unaccessible_sensor_cache (sensor_cfg *cfg) |
| |
| uint8_t | get_sensor_reading (sensor_cfg *cfg_table, uint8_t cfg_count, uint8_t sensor_num, int *reading, uint8_t read_mode) |
| |
| void | disable_sensor_poll () |
| |
| void | enable_sensor_poll () |
| |
| bool | get_sensor_poll_enable_flag () |
| |
| __weak void | plat_sensor_poll_post () |
| |
| void | sensor_poll_handler (void *arug0, void *arug1, void *arug2) |
| |
| __weak bool | pal_is_time_to_poll (uint8_t sensor_num, int poll_time) |
| |
| __weak void | pal_set_sensor_poll_interval (int *interval_ms) |
| |
| __weak void | pal_extend_sensor_config (void) |
| |
| __weak uint8_t | pal_get_extend_sdr () |
| |
| __weak uint8_t | pal_get_extend_sensor_config () |
| |
| __weak uint8_t | pal_get_monitor_sensor_count () |
| |
| __weak void | plat_fill_monitor_sensor_table () |
| |
| void | check_init_sensor_size () |
| |
| bool | stby_access (uint8_t sensor_num) |
| |
| bool | dc_access (uint8_t sensor_num) |
| |
| bool | e1s_pwrgd_access (uint8_t sensor_num) |
| |
| bool | post_access (uint8_t sensor_num) |
| |
| bool | me_access (uint8_t sensor_num) |
| |
| bool | vr_access (uint8_t sensor_num) |
| |
| bool | vr_stby_access (uint8_t sensor_num) |
| |
| void | sensor_poll_init () |
| |
| uint8_t | get_sensor_config_index (uint8_t sensor_num) |
| |
| void | add_sensor_config (sensor_cfg config) |
| |
| void | init_sensor_monitor_table () |
| |
| uint8_t | common_tbl_sen_reinit (uint8_t sen_num) |
| |
| bool | sensor_init (void) |
| |
| bool | check_is_sensor_ready () |
| |
| uint8_t | plat_get_config_size () |
| |
| __weak void | load_sensor_config (void) |
| |
| void | control_sensor_polling (uint8_t sensor_num, uint8_t optional, uint8_t cache_status) |
| |
| bool | check_reading_pointer_null_is_allowed (sensor_cfg *cfg) |
| |
| bool | init_drive_type_delayed (sensor_cfg *cfg) |
| |
| bool | get_sensor_init_done_flag () |
| |