Home
last modified time | relevance | path

Searched refs:gpio_pin_get_by_ofw_propidx (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/gpio/
H A Dofw_gpiobus.c58 gpio_pin_get_by_ofw_propidx(device_t consumer, phandle_t cnode, in gpio_pin_get_by_ofw_propidx() function
112 return (gpio_pin_get_by_ofw_propidx(consumer, node, "gpios", idx, pin)); in gpio_pin_get_by_ofw_idx()
120 return (gpio_pin_get_by_ofw_propidx(consumer, node, name, 0, pin)); in gpio_pin_get_by_ofw_property()
H A Dgpiobusvar.h149 int gpio_pin_get_by_ofw_propidx(device_t consumer, phandle_t node,
/freebsd/sys/dev/iicbus/mux/
H A Diic_gpiomux.c146 err = gpio_pin_get_by_ofw_propidx(dev, node, "mux-gpios", i, in gpiomux_attach()
/freebsd/sys/arm/freescale/imx/
H A Dimx_spi.c541 err = gpio_pin_get_by_ofw_propidx(sc->dev, node, "cs-gpios", in spi_attach()
/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi.c245 err = gpio_pin_get_by_ofw_propidx(sc->sc_dev, node, in qcom_spi_attach_gpios()