Lines Matching defs:device_get_parent
1218 BUS_HINT_DEVICE_UNIT(device_get_parent(dev), dev, dc->name,
1826 device_get_parent(device_t dev)
2299 device_t bus = device_get_parent(dev);
3089 int passthrough = (device_get_parent(child) != bus);
3146 int passthrough = (device_get_parent(child) != bus);
3150 return (BUS_ALLOC_RESOURCE(device_get_parent(bus), child,
3182 rle->res = BUS_ALLOC_RESOURCE(device_get_parent(bus), child,
3217 int passthrough = (device_get_parent(child) != bus);
3221 return (BUS_RELEASE_RESOURCE(device_get_parent(bus), child,
3244 error = BUS_RELEASE_RESOURCE(device_get_parent(bus), child, res);
3313 int passthrough = (device_get_parent(child) != bus);
3862 if (device_get_parent(dev) != NULL)
3863 return (BUS_GET_PROPERTY(device_get_parent(dev), child,
4306 if (device_get_parent(child) != dev)
4307 return (BUS_RELEASE_RESOURCE(device_get_parent(dev), child, r));
4329 if (device_get_parent(child) != dev)
4330 return (BUS_ALLOC_RESOURCE(device_get_parent(dev), child,
4528 return (BUS_CHILD_PRESENT(device_get_parent(dev), dev));
4574 parent = device_get_parent(bus);
4918 return (BUS_SET_RESOURCE(device_get_parent(dev), dev, type, rid,
4932 return (BUS_GET_RESOURCE(device_get_parent(dev), dev, type, rid,
4949 error = BUS_GET_RESOURCE(device_get_parent(dev), dev, type, rid,
4969 error = BUS_GET_RESOURCE(device_get_parent(dev), dev, type, rid,
4985 BUS_DELETE_RESOURCE(device_get_parent(dev), dev, type, rid);
4997 return (BUS_CHILD_PRESENT(device_get_parent(child), child));
5011 parent = device_get_parent(child);
5040 parent = device_get_parent(child);
5069 parent = device_get_parent(dev);
5086 parent = device_get_parent(dev);
5103 parent = device_get_parent(dev);
5118 return (BUS_GET_DOMAIN(device_get_parent(dev), dev, domain));
5734 parent = device_get_parent(dev);
5870 if (device_get_parent(dev) == NULL) {
5874 error = BUS_SUSPEND_CHILD(device_get_parent(dev), dev);
5881 if (device_get_parent(dev) == NULL) {
5885 error = BUS_RESUME_CHILD(device_get_parent(dev), dev);
5974 parent = device_get_parent(dev);
6008 if (device_get_parent(dev) == NULL) {
6012 error = BUS_RESET_CHILD(device_get_parent(dev), dev,