Home
last modified time | relevance | path

Searched refs:gpio_pin_get_by_ofw_idx (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/gpio/
H A Dgpioiic.c91 if ((err = gpio_pin_get_by_ofw_idx(sc->dev, node, in gpioiic_setup_fdt_pins()
96 if ((err = gpio_pin_get_by_ofw_idx(sc->dev, node, in gpioiic_setup_fdt_pins()
H A Dgpiobacklight.c118 gpio_pin_get_by_ofw_idx(dev, node, 0, &sc->sc_pin); in gpiobacklight_attach()
H A Dofw_gpiobus.c108 gpio_pin_get_by_ofw_idx(device_t consumer, phandle_t node, in gpio_pin_get_by_ofw_idx() function
135 return (gpio_pin_get_by_ofw_idx(consumer, node, idx, pin)); in gpio_pin_get_by_ofw_name()
H A Dgpioled_fdt.c115 err = gpio_pin_get_by_ofw_idx(sc->sc_dev, node, 0, &led->pin); in gpioleds_attach_led()
H A Dgpiobusvar.h145 int gpio_pin_get_by_ofw_idx(device_t consumer, phandle_t node,
H A Dgpiopps.c199 if ((err = gpio_pin_get_by_ofw_idx(dev, node, 0, &sc->gpin)) != 0) { in gpiopps_fdt_attach()
H A Dgpioths.c317 err = gpio_pin_get_by_ofw_idx(dev, ofw_bus_get_node(dev), PIN_IDX, in gpioths_attach()
H A Dgpioregulator.c247 error = gpio_pin_get_by_ofw_idx(sc->dev, node, n, in gpioregulator_parse_fdt()
H A Dgpiokeys.c329 err = gpio_pin_get_by_ofw_idx(sc->sc_dev, node, 0, &key->pin); in gpiokeys_attach_key()
/freebsd/sys/dev/ow/
H A Dowc_gpiobus.c108 err = gpio_pin_get_by_ofw_idx(dev, ofw_bus_get_node(dev), OW_PIN, in owc_gpiobus_attach()