Searched refs:count_get (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dscmi_protocol.h90 * @count_get: get the count of clocks provided by SCMI
103 int (*count_get)(const struct scmi_protocol_handle *ph); member in struct:scmi_clk_proto_ops
498 * @count_get: get the count of sensors provided by SCMI
511 int (*count_get)(const struct scmi_protocol_handle *ph); member in struct:scmi_sensor_proto_ops
/linux-master/drivers/hwmon/
H A Dscmi-hwmon.c251 nr_sensors = sensor_ops->count_get(ph);
/linux-master/drivers/clk/
H A Dclk-scmi.c253 count = scmi_proto_clk_ops->count_get(ph);
/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c661 nr_sensors = sensor_ops->count_get(ph);
/linux-master/drivers/firmware/arm_scmi/
H A Dsensors.c997 .count_get = scmi_sensor_count_get,
H A Dclock.c929 .count_get = scmi_clock_count_get,

Completed in 180 milliseconds