Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/qcom/
H A Dreset.c54 const struct reset_control_ops qcom_reset_ops = { variable
59 EXPORT_SYMBOL_GPL(qcom_reset_ops);
H A Dreset.h29 extern const struct reset_control_ops qcom_reset_ops;
H A Dcommon.c309 reset->rcdev.ops = &qcom_reset_ops; in qcom_cc_really_probe()