Searched refs:devm_protocol_get (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/reset/
H A Dreset-scmi.c100 reset_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_RESET, &ph);
/linux-master/drivers/pmdomain/arm/
H A Dscmi_pm_domain.c69 power_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_POWER, &ph);
H A Dscmi_perf_domain.c95 perf_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_PERF, &ph);
/linux-master/drivers/regulator/
H A Dscmi-regulator.c308 voltage_ops = handle->devm_protocol_get(sdev,
/linux-master/drivers/hwmon/
H A Dscmi-hwmon.c247 sensor_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_SENSOR, &ph);
/linux-master/drivers/clk/
H A Dclk-scmi.c249 handle->devm_protocol_get(sdev, SCMI_PROTOCOL_CLOCK, &ph);
/linux-master/drivers/cpufreq/
H A Dscmi-cpufreq.c375 perf_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_PERF, &ph);
/linux-master/drivers/powercap/
H A Darm_scmi_powercap.c429 powercap_ops = sdev->handle->devm_protocol_get(sdev,
/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c655 sensor_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_SENSOR, &ph);
/linux-master/include/linux/
H A Dscmi_protocol.h807 * @devm_protocol_get: devres managed method to acquire a protocol and get specific
828 (*devm_protocol_get)(struct scmi_device *sdev, u8 proto, member in struct:scmi_handle
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c2800 handle->devm_protocol_get = scmi_devm_protocol_get;

Completed in 221 milliseconds