Home
last modified time | relevance | path

Searched refs:ofw_bus_find_string_index (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ofw/
HDofw_bus_subr.h140 int ofw_bus_find_string_index(phandle_t node, const char *list_name,
HDofw_bus_subr.c875 ofw_bus_find_string_index(phandle_t node, const char *list_name, in ofw_bus_find_string_index() function
/freebsd-11-stable/sys/dev/extres/hwreset/
HDhwreset.c162 rv = ofw_bus_find_string_index(cnode, "reset-names", name, &idx); in hwreset_get_by_ofw_name()
/freebsd-11-stable/sys/dev/usb/controller/
HDdwc_otg_fdt.c83 rv = ofw_bus_find_string_index(node, "interrupt-names", "usb", &idx); in dwc_otg_irq_index()
/freebsd-11-stable/sys/dev/extres/phy/
HDphy.c544 rv = ofw_bus_find_string_index(cnode, "phy-names", name, &idx); in phy_get_by_ofw_name()
/freebsd-11-stable/sys/arm/freescale/imx/
HDimx_i2c.c440 err = ofw_bus_find_string_index(node, "pinctrl-names", "gpio", &cfgidx); in i2c_attach()
/freebsd-11-stable/sys/dev/gpio/
HDofw_gpiobus.c133 rv = ofw_bus_find_string_index(node, "gpio-names", name, &idx); in gpio_pin_get_by_ofw_name()
/freebsd-11-stable/sys/dev/extres/clk/
HDclk.c1312 rv = ofw_bus_find_string_index(cnode, "clock-names", name, &idx); in clk_get_by_ofw_name()