Lines Matching refs:parent
231 ret = pm_runtime_resume_and_get(bus->parent);
237 pm_runtime_mark_last_busy(bus->parent);
238 pm_runtime_put_autosuspend(bus->parent);
248 ret = pm_runtime_resume_and_get(bus->parent);
254 pm_runtime_mark_last_busy(bus->parent);
255 pm_runtime_put_autosuspend(bus->parent);
265 ret = pm_runtime_resume_and_get(bus->parent);
271 pm_runtime_mark_last_busy(bus->parent);
272 pm_runtime_put_autosuspend(bus->parent);
282 ret = pm_runtime_resume_and_get(bus->parent);
288 pm_runtime_mark_last_busy(bus->parent);
289 pm_runtime_put_autosuspend(bus->parent);
622 data->bus->parent = dev;