Home
last modified time | relevance | path

Searched refs:count_get (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dscmi_protocol.h72 int (*count_get)(const struct scmi_handle *handle); member
183 int (*count_get)(const struct scmi_handle *handle); member
/Linux-v5.10/drivers/clk/
Dclk-scmi.c149 count = handle->clk_ops->count_get(handle); in scmi_clocks_probe()
/Linux-v5.10/drivers/hwmon/
Dscmi-hwmon.c176 nr_sensors = handle->sensor_ops->count_get(handle); in scmi_hwmon_probe()
/Linux-v5.10/drivers/firmware/arm_scmi/
Dsensors.c281 .count_get = scmi_sensor_count_get,
Dclock.c324 .count_get = scmi_clock_count_get,