Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dscmi_protocol.h67 int (*count_get)(const struct scmi_handle *handle); member
171 int (*count_get)(const struct scmi_handle *handle); member
/Linux-v4.19/drivers/clk/
Dclk-scmi.c133 count = handle->clk_ops->count_get(handle); in scmi_clocks_probe()
/Linux-v4.19/drivers/hwmon/
Dscmi-hwmon.c128 nr_sensors = handle->sensor_ops->count_get(handle); in scmi_hwmon_probe()
/Linux-v4.19/drivers/firmware/arm_scmi/
Dsensors.c250 .count_get = scmi_sensor_count_get,
Dclock.c294 .count_get = scmi_clock_count_get,