Home
last modified time | relevance | path

Searched refs:phandle_t (Results 151 – 175 of 537) sorted by relevance

12345678910>>...22

/freebsd/sys/dev/iicbus/pwm/
H A Dadm1030.c119 phandle_t handle; in adm1030_probe()
120 phandle_t thermostat; in adm1030_probe()
/freebsd/sys/arm/qualcomm/
H A Dqcom_cpu_kpssv2.h31 extern bool qcom_cpu_kpssv2_regulator_start(u_int id, phandle_t node);
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c346 static phandle_t
347 am335x_syscons_find_panel_node(phandle_t start) in am335x_syscons_find_panel_node()
349 phandle_t child; in am335x_syscons_find_panel_node()
350 phandle_t result; in am335x_syscons_find_panel_node()
368 phandle_t display, root; in am335x_syscons_configure()
/freebsd/sys/dev/ofw/
H A Dofw_cpu.h32 typedef bool (*ofw_cpu_foreach_cb)(u_int, phandle_t, u_int, pcell_t *);
H A Dofw_cpu.c108 phandle_t root, child; in ofw_cpulist_attach()
205 phandle_t node; in ofw_cpu_attach()
340 phandle_t node, child; in ofw_cpu_early_foreach()
H A Dofw_subr.h44 int ofw_reg_to_paddr(phandle_t _dev, int _regno, bus_addr_t *_paddr,
/freebsd/sys/dev/iicbus/mux/
H A Diic_gpiomux.c137 phandle_t node; in gpiomux_attach()
179 busdev = OF_device_from_xref((phandle_t)propval); in gpiomux_attach()
H A Diicmux.h56 phandle_t childnodes[IICMUX_MAX_BUSES]; /* Child bus fdt nodes. */
/freebsd/sys/arm64/intel/
H A Dstratix10-svc.c196 s10_svc_get_callfn(struct s10_svc_softc *sc, phandle_t node) in s10_svc_get_callfn()
233 phandle_t node; in s10_svc_attach()
/freebsd/sys/arm/mv/
H A Dmvebu_pinctrl.c124 mv_pinctrl_configure_pins(device_t dev, phandle_t cfgxref) in mv_pinctrl_configure_pins()
127 phandle_t node; in mv_pinctrl_configure_pins()
H A Dmv_common.c493 mv_fdt_pm(phandle_t node) in mv_fdt_pm()
667 phandle_t node; in soc_id()
2519 phandle_t node; in fdt_get_ranges()
2560 phandle_t node; in win_cpu_from_dt()
2662 fdt_win_process(phandle_t child) in fdt_win_process()
2724 phandle_t node, child, sb; in fdt_win_setup()
2725 phandle_t child_pci; in fdt_win_setup()
2790 fdt_fixup_busfreq(phandle_t root) in fdt_fixup_busfreq()
2792 phandle_t sb; in fdt_fixup_busfreq()
2813 fdt_fixup_ranges(phandle_t root) in fdt_fixup_ranges()
[all …]
/freebsd/sys/dev/iicbus/controller/twsi/
H A Dmv_twsi.c93 static phandle_t mv_twsi_get_node(device_t, device_t);
123 static phandle_t
/freebsd/sys/dev/usb/
H A Dusb_fdt_support.h44 phandle_t usb_fdt_get_node(device_t dev, struct usb_device* udev);
/freebsd/sys/dev/clk/
H A Dclk.c370 phandle_t *cells, struct clknode **clk) in clknode_default_ofw_map()
438 phandle_t node; in clkdom_finit()
1440 clk_set_assigned(device_t dev, phandle_t node) in clk_set_assigned()
1493 clk_get_by_ofw_index_prop(device_t dev, phandle_t cnode, const char *prop, int idx, clk_t *clk) in clk_get_by_ofw_index_prop()
1495 phandle_t parent, *cells; in clk_get_by_ofw_index_prop()
1544 clk_get_by_ofw_index(device_t dev, phandle_t cnode, int idx, clk_t *clk) in clk_get_by_ofw_index()
1550 clk_get_by_ofw_name(device_t dev, phandle_t cnode, const char *name, clk_t *clk) in clk_get_by_ofw_name()
1579 clk_parse_ofw_out_names(device_t dev, phandle_t node, const char ***out_names, in clk_parse_ofw_out_names()
1612 clk_parse_ofw_clk_name(device_t dev, phandle_t node, const char **name) in clk_parse_ofw_clk_name()
/freebsd/sys/dev/regulator/
H A Dregulator.c115 phandle_t ofw_node; /* OFW node of regulator */
886 phandle_t
1122 regdev_default_ofw_map(device_t dev, phandle_t xref, int ncells, in regdev_default_ofw_map()
1136 regulator_parse_ofw_stdparam(device_t pdev, phandle_t node, in regulator_parse_ofw_stdparam()
1139 phandle_t supply_xref; in regulator_parse_ofw_stdparam()
1203 regulator_get_by_ofw_property(device_t cdev, phandle_t cnode, char *name, in regulator_get_by_ofw_property()
1206 phandle_t *cells; in regulator_get_by_ofw_property()
/freebsd/sys/dev/pci/
H A Dpci_dw.c599 phandle_t msi_parent; in pci_dw_alloc_msi()
614 phandle_t msi_parent; in pci_dw_release_msi()
628 phandle_t msi_parent; in pci_dw_map_msi()
642 phandle_t msi_parent; in pci_dw_alloc_msix()
655 phandle_t msi_parent; in pci_dw_release_msix()
669 phandle_t node; in pci_dw_get_id()
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c57 phandle_t node;
193 phandle_t node = sc->node; in uart_opal_probe_node()
245 phandle_t input, chosen; in uart_opal_cnprobe()
559 phandle_t child; in opalcons_attach()
H A Dopal_i2c.c88 static phandle_t opal_i2c_get_node(device_t bus, device_t dev);
233 static phandle_t
/freebsd/sys/arm/nvidia/
H A Das3722.c249 as3722_parse_fdt(struct as3722_softc *sc, phandle_t node) in as3722_parse_fdt()
284 phandle_t node; in as3722_attach()
357 static phandle_t
/freebsd/sys/dev/clk/allwinner/
H A Daw_ccu.c159 phandle_t root; in aw_ccu_search_compatible()
190 phandle_t node, child; in aw_ccu_attach()
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c130 phandle_t node, xnode; in tegra124_coretemp_ofw_parse()
174 phandle_t root; in tegra124_coretemp_identify()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c135 phandle_t node, xnode; in tegra210_coretemp_ofw_parse()
179 phandle_t root; in tegra210_coretemp_identify()
/freebsd/sys/dev/hwreset/
H A Dhwreset_if.m39 int hwreset_default_ofw_map(device_t , phandle_t, int, pcell_t *, intptr_t *);
48 phandle_t xref;
/freebsd/sys/arm64/qoriq/
H A Dqoriq_dw_pci.c69 phandle_t node;
190 phandle_t node; in qorif_dw_pci_attach()
/freebsd/sys/arm/qemu/
H A Dvirt_mp.c50 virt_start_ap(u_int id, phandle_t node, u_int addr_cells, pcell_t *reg) in virt_start_ap()

12345678910>>...22