Lines Matching refs:device_get_parent

243 		if ((error = BUS_RESUME_CHILD(device_get_parent(child), child)))  in bhnd_generic_resume()
280 error = BUS_SUSPEND_CHILD(device_get_parent(child), child); in bhnd_generic_suspend()
285 BUS_RESUME_CHILD(device_get_parent(devs[j]), in bhnd_generic_suspend()
377 if (device_get_parent(child) != dev) in bhnd_generic_alloc_pmu()
492 if (device_get_parent(child) != dev) in bhnd_generic_release_pmu()
542 if (device_get_parent(child) != dev) in bhnd_generic_get_clock_latency()
560 if (device_get_parent(child) != dev) in bhnd_generic_get_clock_freq()
580 if (device_get_parent(child) != dev) in bhnd_generic_request_clock()
635 if (device_get_parent(child) != dev) in bhnd_generic_enable_clocks()
696 if (device_get_parent(child) != dev) in bhnd_generic_request_ext_rsrc()
732 if (device_get_parent(child) != dev) in bhnd_generic_release_ext_rsrc()
798 if ((parent = device_get_parent(dev)) == NULL) in bhnd_generic_get_nvram_var()
801 return (BHND_BUS_GET_NVRAM_VAR(device_get_parent(dev), child, in bhnd_generic_get_nvram_var()
885 if (device_get_parent(child) != dev) in bhnd_child_pnpinfo()
886 return (BUS_CHILD_PNPINFO(device_get_parent(dev), child, sb)); in bhnd_child_pnpinfo()
901 if (device_get_parent(child) != dev) in bhnd_child_location()
902 return (BUS_CHILD_LOCATION(device_get_parent(dev), child, sb)); in bhnd_child_location()
942 if (device_get_parent(child) != dev) in bhnd_generic_suspend_child()
943 BUS_SUSPEND_CHILD(device_get_parent(dev), child); in bhnd_generic_suspend_child()
959 if (device_get_parent(child) != dev) in bhnd_generic_resume_child()
960 BUS_RESUME_CHILD(device_get_parent(dev), child); in bhnd_generic_resume_child()
991 device_get_parent(dev), child, r, offset)); \
1000 device_get_parent(dev), child, r, offset, \
1010 BHND_BUS_ ## _method(device_get_parent(dev), child, r, \
1052 BHND_BUS_BARRIER(device_get_parent(dev), child, r, offset, length, in bhnd_barrier()