Searched refs:ofw_pwmbus_add_child (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pwm/ |
H A D | ofw_pwmbus.c | 57 ofw_pwmbus_add_child(device_t dev, u_int order, const char *name, int unit) in ofw_pwmbus_add_child() function 153 if ((child = ofw_pwmbus_add_child(dev, 0, NULL, -1)) == NULL) in ofw_pwmbus_attach() 176 child = ofw_pwmbus_add_child(dev, 0, "pwmc", -1); in ofw_pwmbus_attach() 200 DEVMETHOD(bus_add_child, ofw_pwmbus_add_child),
|