Searched refs:ofw_bus_parse_xref_list_alloc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/dev/pwm/ |
| H A D | ofw_pwm.c | 52 rv = ofw_bus_parse_xref_list_alloc(node, prop_name, "#pwm-cells", in pwm_get_by_ofw_propidx()
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | ofw_bus_subr.h | 142 int ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name,
|
| H A D | ofw_bus_subr.c | 882 ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name, in ofw_bus_parse_xref_list_alloc() function
|
| /freebsd-12.1/sys/dev/extres/hwreset/ |
| H A D | hwreset.c | 129 rv = ofw_bus_parse_xref_list_alloc(cnode, "resets", "#reset-cells", in hwreset_get_by_ofw_idx()
|
| /freebsd-12.1/sys/arm/nvidia/tegra124/ |
| H A D | tegra124_coretemp.c | 152 rv = ofw_bus_parse_xref_list_alloc(node, "thermal-sensors", in tegra124_coretemp_ofw_parse()
|
| /freebsd-12.1/sys/dev/extres/phy/ |
| H A D | phy.c | 462 rv = ofw_bus_parse_xref_list_alloc(cnode, "phys", "#phy-cells", idx, in phy_get_by_ofw_idx()
|
| /freebsd-12.1/sys/dev/xdma/ |
| H A D | xdma.c | 438 error = ofw_bus_parse_xref_list_alloc(node, "dmas", "#dma-cells", in xdma_ofw_get()
|
| /freebsd-12.1/sys/dev/extres/regulator/ |
| H A D | regulator_fixed.c | 396 rv = ofw_bus_parse_xref_list_alloc(node, "gpio", "#gpio-cells", 0, in regfix_parse_fdt()
|
| /freebsd-12.1/sys/dev/gpio/ |
| H A D | ofw_gpiobus.c | 75 rv = ofw_bus_parse_xref_list_alloc(cnode, prop_name, "#gpio-cells", in gpio_pin_get_by_ofw_propidx()
|
| /freebsd-12.1/sys/arm/allwinner/ |
| H A D | a10_codec.c | 823 error = ofw_bus_parse_xref_list_alloc(ofw_bus_get_node(sc->dev), in a10codec_chan_init()
|
| /freebsd-12.1/sys/dev/extres/clk/ |
| H A D | clk.c | 1381 rv = ofw_bus_parse_xref_list_alloc(cnode, prop, "#clock-cells", idx, in clk_get_by_ofw_index_prop()
|