Lines Matching refs:args
269 int index, struct rt_ofw_cell_args *args) in ofw_find_power_domain() argument
277 index, args)) in ofw_find_power_domain()
279 power_domain_np = args->data; in ofw_find_power_domain()
286 domain = proxy->ofw_parse(proxy, args); in ofw_find_power_domain()
296 domain = proxy->ofw_parse(proxy, args); in ofw_find_power_domain()
312 int index, struct rt_ofw_cell_args *args) in ofw_find_power_domain() argument
321 struct rt_ofw_cell_args args; in rt_dm_power_domain_get_by_index() local
329 if ((domain = ofw_find_power_domain(dev, index, &args))) in rt_dm_power_domain_get_by_index()
372 struct rt_ofw_cell_args args; in rt_dm_power_domain_attach() local
382 if ((domain = ofw_find_power_domain(dev, 0, &args))) in rt_dm_power_domain_attach()
384 id = args.args[0]; in rt_dm_power_domain_attach()