Searched refs:ofw_bus_find_string_index (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/dev/ofw/ |
| HD | ofw_bus_subr.h | 140 int ofw_bus_find_string_index(phandle_t node, const char *list_name,
|
| HD | ofw_bus_subr.c | 875 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/ |
| HD | hwreset.c | 162 rv = ofw_bus_find_string_index(cnode, "reset-names", name, &idx); in hwreset_get_by_ofw_name()
|
| /freebsd-11-stable/sys/dev/usb/controller/ |
| HD | dwc_otg_fdt.c | 83 rv = ofw_bus_find_string_index(node, "interrupt-names", "usb", &idx); in dwc_otg_irq_index()
|
| /freebsd-11-stable/sys/dev/extres/phy/ |
| HD | phy.c | 544 rv = ofw_bus_find_string_index(cnode, "phy-names", name, &idx); in phy_get_by_ofw_name()
|
| /freebsd-11-stable/sys/arm/freescale/imx/ |
| HD | imx_i2c.c | 440 err = ofw_bus_find_string_index(node, "pinctrl-names", "gpio", &cfgidx); in i2c_attach()
|
| /freebsd-11-stable/sys/dev/gpio/ |
| HD | ofw_gpiobus.c | 133 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/ |
| HD | clk.c | 1312 rv = ofw_bus_find_string_index(cnode, "clock-names", name, &idx); in clk_get_by_ofw_name()
|