Searched refs:ofw_bus_parse_xref_list_alloc (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/dev/pwm/ |
H A D | ofw_pwm.c | 48 rv = ofw_bus_parse_xref_list_alloc(node, prop_name, "#pwm-cells", in pwm_get_by_ofw_propidx()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_bus_subr.h | 143 int ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name,
|
H A D | ofw_bus_subr.c | 935 ofw_bus_parse_xref_list_alloc(phandle_t node, const char *list_name, in ofw_bus_parse_xref_list_alloc() function
|
/freebsd/sys/arm/ti/clk/ |
H A D | clock_common.c | 77 rv = ofw_bus_parse_xref_list_alloc(node, "clocks", "#clock-cells", in read_clock_cells()
|
/freebsd/sys/dev/hwreset/ |
H A D | hwreset.c | 127 rv = ofw_bus_parse_xref_list_alloc(cnode, "resets", "#reset-cells", in hwreset_get_by_ofw_idx()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_coretemp.c | 150 rv = ofw_bus_parse_xref_list_alloc(node, "thermal-sensors", in tegra210_coretemp_ofw_parse()
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_coretemp.c | 145 rv = ofw_bus_parse_xref_list_alloc(node, "thermal-sensors", in tegra124_coretemp_ofw_parse()
|
/freebsd/sys/dev/mailbox/arm/ |
H A D | arm_doorbell.c | 216 error = ofw_bus_parse_xref_list_alloc(node, "mboxes", "#mbox-cells", in arm_doorbell_ofw_get()
|
/freebsd/sys/dev/phy/ |
H A D | phy.c | 494 rv = ofw_bus_parse_xref_list_alloc(cnode, "phys", "#phy-cells", idx, in phy_get_by_ofw_idx()
|
/freebsd/sys/dev/xdma/ |
H A D | xdma.c | 487 error = ofw_bus_parse_xref_list_alloc(node, "dmas", "#dma-cells", in xdma_ofw_get()
|
/freebsd/sys/dev/regulator/ |
H A D | regulator_fixed.c | 414 rv = ofw_bus_parse_xref_list_alloc(node, "gpio", "#gpio-cells", 0, in regfix_parse_fdt()
|
/freebsd/sys/arm64/iommu/ |
H A D | iommu.c | 277 error = ofw_bus_parse_xref_list_alloc(node, "iommus", "#iommu-cells", in iommu_get_ctx_ofw()
|
/freebsd/sys/dev/gpio/ |
H A D | ofw_gpiobus.c | 70 rv = ofw_bus_parse_xref_list_alloc(cnode, prop_name, "#gpio-cells", in gpio_pin_get_by_ofw_propidx()
|
/freebsd/sys/arm/ti/ |
H A D | ti_pruss.c | 575 err = ofw_bus_parse_xref_list_alloc(node, "resets", "#reset-cells", 0, in ti_pruss_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | a10_codec.c | 815 error = ofw_bus_parse_xref_list_alloc(ofw_bus_get_node(sc->dev), in a10codec_chan_init()
|
/freebsd/sys/dev/clk/ |
H A D | clk.c | 1511 rv = ofw_bus_parse_xref_list_alloc(cnode, prop, "#clock-cells", idx, in clk_get_by_ofw_index_prop()
|