Home
last modified time | relevance | path

Searched refs:of_machine_device_match (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/cpufreq/
H A Dcpufreq-dt-platdev.c230 if (of_machine_device_match(allowlist)) { in cpufreq_dt_platdev_init()
235 if (cpu0_node_has_opp_v2_prop() && !of_machine_device_match(blocklist)) in cpufreq_dt_platdev_init()
H A Dsun50i-cpufreq-nvmem.c343 if (!of_machine_device_match(sun50i_cpufreq_match_list)) in sun50i_cpufreq_init()
/linux/drivers/soc/tegra/
H A Dcommon.c30 return of_machine_device_match(tegra_machine_match); in soc_is_tegra()
/linux/drivers/cpuidle/
H A Dcpuidle-big_little.c173 if (!of_machine_device_match(compatible_machine_match)) in bl_idle_init()
/linux/include/linux/
H A Dof.h413 bool of_machine_device_match(const struct of_device_id *matches);
869 static inline bool of_machine_device_match(const struct of_device_id *matches) in of_machine_device_match() function
/linux/drivers/of/
H A Dbase.c444 bool of_machine_device_match(const struct of_device_id *matches) in of_machine_device_match() function
457 EXPORT_SYMBOL(of_machine_device_match);
/linux/drivers/firmware/qcom/
H A Dqcom_scm.c2352 if (!of_machine_device_match(qcom_scm_qseecom_allowlist)) { in qcom_scm_qseecom_init()