Home
last modified time | relevance | path

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

/openbmc/linux/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; } in get_scpi_ops() function
/openbmc/linux/drivers/clk/
H A Dclk-scpi.c150 sclk->scpi_ops = get_scpi_ops(); in scpi_clk_ops_init()
269 if (!get_scpi_ops()) in scpi_clocks_probe()
/openbmc/linux/drivers/firmware/
H A Dscpi_pm_domain.c75 scpi_ops = get_scpi_ops(); in scpi_pm_domain_probe()
H A Darm_scpi.c800 struct scpi_ops *get_scpi_ops(void) in get_scpi_ops() function
804 EXPORT_SYMBOL_GPL(get_scpi_ops);
/openbmc/linux/drivers/cpufreq/
H A Dscpi-cpufreq.c200 scpi_ops = get_scpi_ops(); in scpi_cpufreq_probe()
/openbmc/linux/drivers/hwmon/
H A Dscpi-hwmon.c146 scpi_ops = get_scpi_ops(); in scpi_hwmon_probe()