Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 20 of 20) sorted by relevance

/SCP-firmware-master/module/reg_sensor/src/
A Dmod_reg_sensor.c41 static int get_info(fwk_id_t id, struct mod_sensor_info *info) in get_info() function
59 .get_info = get_info,
/SCP-firmware-master/product/juno/module/juno_adc/src/
A Dmod_juno_adc.c105 static int get_info(fwk_id_t id, struct mod_sensor_info *info) in get_info() function
122 .get_info = get_info,
/SCP-firmware-master/module/voltage_domain/include/
A Dmod_voltage_domain.h203 int (*get_info)(fwk_id_t voltd_id, struct mod_voltd_info *info); member
313 int (*get_info)(fwk_id_t voltd_id, struct mod_voltd_info *info); member
/SCP-firmware-master/module/mock_sensor/src/
A Dmod_mock_sensor.c86 static int get_info(fwk_id_t id, struct mod_sensor_info *info) in get_info() function
125 .get_info = get_info,
/SCP-firmware-master/product/rcar/module/rcar_reg_sensor/src/
A Dmod_rcar_reg_sensor.c137 static int get_info(fwk_id_t id, struct mod_sensor_info *info) in get_info() function
166 .get_info = get_info,
/SCP-firmware-master/module/voltage_domain/src/
A Dmod_voltage_domain.c122 status = ctx->api->get_info(ctx->config->driver_id, info); in voltd_get_info()
151 .get_info = voltd_get_info,
/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/src/
A Dmod_n1sdp_sensor.c134 static int get_info(fwk_id_t element_id, struct mod_sensor_info *info) in get_info() function
169 .get_info = get_info,
/SCP-firmware-master/module/sensor/include/
A Dmod_sensor.h446 int (*get_info)(fwk_id_t id, struct mod_sensor_info *info); member
509 int (*get_info)(fwk_id_t id, struct mod_sensor_complete_info *info); member
/SCP-firmware-master/module/sensor/src/
A Dmod_sensor.c205 static int get_info(fwk_id_t id, struct mod_sensor_complete_info *info) in get_info() function
215 status = ctx->driver_api->get_info(ctx->config->driver_id, &info->hal_info); in get_info()
285 .get_info = get_info,
/SCP-firmware-master/module/clock/include/
A Dmod_clock.h540 int (*get_info)(fwk_id_t clock_id, struct mod_clock_info *info); member
/SCP-firmware-master/product/juno/module/juno_pvt/src/
A Dmod_juno_pvt.c374 static int get_info(fwk_id_t id, struct mod_sensor_info *info) in get_info() function
440 .get_info = get_info,
/SCP-firmware-master/product/optee-stm32mp1/module/stm32_pwr_regu/src/
A Dmod_stm32_pwr_regu.c237 .get_info = pwr_regu_get_info,
/SCP-firmware-master/module/scmi_sensor_req/src/
A Dmod_scmi_sensor_req.c210 .get_info = scmi_sensor_req_get_info,
/SCP-firmware-master/product/optee-stm32mp1/module/stm32_pmic_regu/src/
A Dmod_stm32_pmic_regu.c311 .get_info = pmic_regu_get_info,
/SCP-firmware-master/module/scmi_sensor/src/
A Dmod_scmi_sensor.c386 status = scmi_sensor_ctx.sensor_api->get_info(sensor_id, &sensor_info); in scmi_sensor_protocol_desc_get_handler()
578 status = scmi_sensor_ctx.sensor_api->get_info(sensor_id, &sensor_info); in scmi_sensor_trip_point_config_handler()
665 status = scmi_sensor_ctx.sensor_api->get_info(sensor_id, &sensor_info); in scmi_sensor_axis_desc_get_handler()
/SCP-firmware-master/module/mock_voltage_domain/src/
A Dmod_mock_voltage_domain.c362 .get_info = mod_mock_voltage_domain_get_info,
/SCP-firmware-master/module/clock/src/
A Dmod_clock.c354 .get_info = clock_get_info,
/SCP-firmware-master/module/scmi_voltage_domain/src/
A Dmod_scmi_voltage_domain.c564 status = voltd_api->get_info(device->element_id, &info); in scmi_voltd_describe_levels_handler()
/SCP-firmware-master/product/juno/module/juno_xrp7724/src/
A Dmod_juno_xrp7724.c329 .get_info = juno_xrp7724_sensor_get_info,
/SCP-firmware-master/module/scmi_clock/src/
A Dmod_scmi_clock.c1272 status = scmi_clock_ctx.clock_api->get_info(clock_device->element_id, in scmi_clock_describe_rates_handler()

Completed in 48 milliseconds