Searched refs:ofw_parse (Results 1 – 8 of 8) sorted by relevance
31 if (!proxy || !proxy->ofw_parse || !np) in rt_dm_power_domain_proxy_ofw_bind()286 domain = proxy->ofw_parse(proxy, args); in ofw_find_power_domain()296 domain = proxy->ofw_parse(proxy, args); in ofw_find_power_domain()
257 if (phye && phye->ops->ofw_parse) in ofw_phye_get_by_index()259 if ((err = phye->ops->ofw_parse(phye, &phye_args))) in ofw_phye_get_by_index()
39 int (*ofw_parse)(struct rt_mbox_controller *, struct rt_ofw_cell_args *); member
56 rt_err_t (*ofw_parse)(struct rt_reset_control *rstc, struct rt_ofw_cell_args *args); member
69 rt_err_t (*ofw_parse)(struct rt_phye *phye, struct rt_ofw_cell_args *phye_args); member
37 struct rt_dm_power_domain *(*ofw_parse)(struct rt_dm_power_domain_proxy *proxy, member
270 if (ctrl->ops->ofw_parse) in rt_mbox_request_by_index()272 index = ctrl->ops->ofw_parse(ctrl, &args); in rt_mbox_request_by_index()
375 if (rstcer->ops->ofw_parse) in ofw_get_reset_control()377 err = rstcer->ops->ofw_parse(rstc, &reset_args); in ofw_get_reset_control()
Completed in 8 milliseconds