Home
last modified time | relevance | path

Searched refs:qcom_reset_ops (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/clk/qcom/
Dreset.c58 const struct reset_control_ops qcom_reset_ops = { variable
63 EXPORT_SYMBOL_GPL(qcom_reset_ops);
Dreset.h35 extern const struct reset_control_ops qcom_reset_ops;
Dcommon.c240 reset->rcdev.ops = &qcom_reset_ops; in qcom_cc_really_probe()