Searched refs:gpio_pin_get_by_child_index (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/gpio/ |
H A D | gpioiic.c | 178 if ((err = gpio_pin_get_by_child_index(sc->dev, sclnum, in gpioiic_setup_hinted_pins() 181 if ((err = gpio_pin_get_by_child_index(sc->dev, sdanum, in gpioiic_setup_hinted_pins()
|
H A D | gpiobusvar.h | 157 int gpio_pin_get_by_child_index(device_t _child, uint32_t _idx, gpio_pin_t *_gp);
|
H A D | gpioths.c | 329 err = gpio_pin_get_by_child_index(dev, PIN_IDX, &sc->pin); in gpioths_attach()
|
H A D | acpi_gpiobus.c | 390 rv = gpio_pin_get_by_child_index(consumer, idx, out_pin); in gpio_pin_get_by_acpi_index()
|
H A D | gpiobus.c | 175 gpio_pin_get_by_child_index(device_t childdev, uint32_t idx, gpio_pin_t *ppin) in gpio_pin_get_by_child_index() function
|
/freebsd/sys/dev/ow/ |
H A D | owc_gpiobus.c | 120 err = gpio_pin_get_by_child_index(dev, OW_PIN, &sc->sc_pin); in owc_gpiobus_attach()
|