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

/linux-master/include/linux/
H A Dscpi_protocol.h82 struct scpi_ops *get_scpi_ops(void);
84 static inline struct scpi_ops *get_scpi_ops(void) { return NULL; } function
/linux-master/drivers/pmdomain/arm/
H A Dscpi_pm_domain.c75 scpi_ops = get_scpi_ops();
/linux-master/drivers/clk/
H A Dclk-scpi.c150 sclk->scpi_ops = get_scpi_ops();
269 if (!get_scpi_ops())
/linux-master/drivers/cpufreq/
H A Dscpi-cpufreq.c200 scpi_ops = get_scpi_ops();
/linux-master/drivers/hwmon/
H A Dscpi-hwmon.c146 scpi_ops = get_scpi_ops();
/linux-master/drivers/firmware/
H A Darm_scpi.c803 struct scpi_ops *get_scpi_ops(void) function
807 EXPORT_SYMBOL_GPL(get_scpi_ops); variable
871 scpi_info = NULL; /* stop exporting SCPI ops through get_scpi_ops */

Completed in 137 milliseconds