Lines Matching defs:device_get_parent

733 	if (device_get_parent(dev) == NULL)
736 parstr = device_get_nameunit(device_get_parent(dev));
1632 BUS_HINT_DEVICE_UNIT(device_get_parent(dev), dev, dc->name,
2255 device_get_parent(device_t dev)
3317 int passthrough = (device_get_parent(child) != bus);
3374 int passthrough = (device_get_parent(child) != bus);
3378 return (BUS_ALLOC_RESOURCE(device_get_parent(bus), child,
3410 rle->res = BUS_ALLOC_RESOURCE(device_get_parent(bus), child,
3447 int passthrough = (device_get_parent(child) != bus);
3451 return (BUS_RELEASE_RESOURCE(device_get_parent(bus), child,
3475 error = BUS_RELEASE_RESOURCE(device_get_parent(bus), child,
3547 int passthrough = (device_get_parent(child) != bus);
4420 if (device_get_parent(child) != dev)
4421 return (BUS_RELEASE_RESOURCE(device_get_parent(dev), child,
4444 if (device_get_parent(child) != dev)
4445 return (BUS_ALLOC_RESOURCE(device_get_parent(dev), child,
4465 return (BUS_CHILD_PRESENT(device_get_parent(dev), dev));
4724 return (BUS_SET_RESOURCE(device_get_parent(dev), dev, type, rid,
4738 return (BUS_GET_RESOURCE(device_get_parent(dev), dev, type, rid,
4755 error = BUS_GET_RESOURCE(device_get_parent(dev), dev, type, rid,
4775 error = BUS_GET_RESOURCE(device_get_parent(dev), dev, type, rid,
4791 BUS_DELETE_RESOURCE(device_get_parent(dev), dev, type, rid);
4803 return (BUS_CHILD_PRESENT(device_get_parent(child), child));
4817 parent = device_get_parent(child);
4836 parent = device_get_parent(child);
4855 parent = device_get_parent(dev);
4872 parent = device_get_parent(dev);
4889 parent = device_get_parent(dev);
4904 return (BUS_GET_DOMAIN(device_get_parent(dev), dev, domain));
5568 if (device_get_parent(dev) == NULL) {
5572 error = BUS_SUSPEND_CHILD(device_get_parent(dev), dev);
5579 if (device_get_parent(dev) == NULL) {
5583 error = BUS_RESUME_CHILD(device_get_parent(dev), dev);
5672 parent = device_get_parent(dev);
5692 error = BUS_RESET_CHILD(device_get_parent(dev), dev,