Searched refs:phandle_t (Results 26 - 50 of 498) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/fdt/
H A Dfdt_pinctrl.c44 phandle_t *configs;
86 pinctrl_register_children(device_t pinctrl, phandle_t parent,
89 phandle_t node;
108 phandle_t node;
121 pinctrl_configure_children(device_t pinctrl, phandle_t parent)
123 phandle_t node, *configs;
H A Dfdt_common.c76 fdt_get_range_by_busaddr(phandle_t node, u_long addr, u_long *base,
151 fdt_get_range(phandle_t node, int range_id, u_long *base, u_long *size)
209 phandle_t node;
239 fdt_is_compatible_strict(phandle_t node, const char *compatible)
256 phandle_t
257 fdt_find_compatible(phandle_t start, const char *compat, int strict)
259 phandle_t child;
275 phandle_t
276 fdt_depth_search_compatible(phandle_t start, const char *compat, int strict)
278 phandle_t chil
[all...]
H A Dfdt_arm_platform.c56 phandle_t root;
77 fdt_platform_maxid(u_int id, phandle_t node, u_int addr_cells, pcell_t *reg)
/freebsd-13-stable/sys/dev/usb/
H A Dusb_fdt_support.c56 static phandle_t
57 find_udev_in_children(phandle_t parent, struct usb_device *udev)
59 phandle_t child;
103 phandle_t node;
123 phandle_t
128 phandle_t controller_node, node;
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_bus.h61 static __inline phandle_t
76 ofw_bus_map_intr(device_t dev, phandle_t iparent, int icells, pcell_t *intr)
H A Dofwpci.h59 phandle_t sc_node;
85 int ofw_pci_nranges(phandle_t, struct ofw_pci_cell_info *);
H A Dofw_bus_subr.c54 ofw_bus_gen_setup_devinfo(struct ofw_bus_devinfo *obd, phandle_t node)
143 phandle_t
191 ofw_bus_node_status_okay(phandle_t node)
235 ofw_bus_node_is_compatible(phandle_t node, const char *compatstr)
256 phandle_t node;
308 phandle_t node;
317 ofw_bus_setup_iinfo(phandle_t node, struct ofw_bus_iinfo *ii, int intrsz)
342 ofw_bus_lookup_imap(phandle_t node, struct ofw_bus_iinfo *ii, void *reg,
344 phandle_t *iparent)
384 int rintrsz, phandle_t *iparen
[all...]
H A Dofw_standard.c79 static phandle_t ofw_std_peer(ofw_t ofw, phandle_t node);
80 static phandle_t ofw_std_child(ofw_t ofw, phandle_t node);
81 static phandle_t ofw_std_parent(ofw_t ofw, phandle_t node);
82 static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
83 static ssize_t ofw_std_getproplen(ofw_t ofw, phandle_t package,
85 static ssize_t ofw_std_getprop(ofw_t ofw, phandle_t package,
87 static int ofw_std_nextprop(ofw_t ofw, phandle_t packag
[all...]
H A Dopenfirmio.c74 static phandle_t lastnode; /* speed hack */
76 static int openfirm_checkid(phandle_t, phandle_t);
84 openfirm_checkid(phandle_t sid, phandle_t tid)
115 phandle_t node;
126 *(phandle_t *) data = OF_finddevice("/options");
137 node = *(phandle_t *)data;
245 *(phandle_t *)data = lastnode = node;
252 *(phandle_t *)dat
[all...]
/freebsd-13-stable/sys/dev/mmc/
H A Dmmc_fdt_helpers.h70 int mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_fdt_helper *helper, struct mmc_host *host);
71 int mmc_fdt_gpio_setup(device_t dev, phandle_t node, struct mmc_fdt_helper *helper, mmc_fdt_cd_handler handler);
/freebsd-13-stable/sys/dev/extres/hwreset/
H A Dhwreset.h59 int hwreset_get_by_ofw_name(device_t consumer_dev, phandle_t node, char *name,
61 int hwreset_get_by_ofw_idx(device_t consumer_dev, phandle_t node, int idx,
H A Dhwreset.c98 hwreset_default_ofw_map(device_t provider_dev, phandle_t xref, int ncells,
112 hwreset_get_by_ofw_idx(device_t consumer_dev, phandle_t cnode, int idx,
115 phandle_t xnode;
150 hwreset_get_by_ofw_name(device_t consumer_dev, phandle_t cnode, char *name,
171 phandle_t xref, node;
184 phandle_t xref;
/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_powerpc.c56 ofw_get_uart_console(phandle_t opts, phandle_t *result, const char *inputdev,
60 phandle_t input;
80 ofw_get_console_phandle_path(phandle_t node, phandle_t *result,
85 phandle_t ref;
87 phandle_t output;
116 phandle_t input, opts, chosen;
H A Duart_bus_fdt.c70 uart_fdt_get_clock(phandle_t node, pcell_t *cell)
87 uart_fdt_get_shift(phandle_t node, pcell_t *cell)
96 uart_fdt_get_io_width(phandle_t node, pcell_t *cell)
119 phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node)
141 uart_fdt_find_compatible(phandle_t node, const struct ofw_compat_data *cd)
153 uart_fdt_find_by_node(phandle_t node, int class_list)
185 phandle_t node, chosen;
272 phandle_t node;
/freebsd-13-stable/sys/dev/iicbus/mux/
H A Diicmux.h58 phandle_t childnodes[IICMUX_MAX_BUSES]; /* Child bus fdt nodes. */
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_syscons.h38 phandle_t sc_node;
/freebsd-13-stable/sys/dev/extres/clk/
H A Dclk.h98 phandle_t *cells, struct clknode **clk);
145 int clk_set_assigned(device_t dev, phandle_t node);
146 int clk_get_by_ofw_index(device_t dev, phandle_t node, int idx, clk_t *clk);
147 int clk_get_by_ofw_index_prop(device_t dev, phandle_t cnode, const char *prop, int idx, clk_t *clk);
148 int clk_get_by_ofw_name(device_t dev, phandle_t node, const char *name,
150 int clk_parse_ofw_out_names(device_t dev, phandle_t node,
152 int clk_parse_ofw_clk_name(device_t dev, phandle_t node, const char **name);
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiobusvar.h133 gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, int gcells,
139 device_t ofw_gpiobus_add_fdt_child(device_t, const char *, phandle_t);
145 int gpio_pin_get_by_ofw_name(device_t consumer, phandle_t node,
147 int gpio_pin_get_by_ofw_idx(device_t consumer, phandle_t node,
149 int gpio_pin_get_by_ofw_property(device_t consumer, phandle_t node,
151 int gpio_pin_get_by_ofw_propidx(device_t consumer, phandle_t node,
H A Dofw_gpiobus.c47 device_t, phandle_t);
49 static int ofw_gpiobus_parse_gpios_impl(device_t, phandle_t, char *,
61 gpio_pin_get_by_ofw_propidx(device_t consumer, phandle_t cnode,
64 phandle_t xref;
111 gpio_pin_get_by_ofw_idx(device_t consumer, phandle_t node,
119 gpio_pin_get_by_ofw_property(device_t consumer, phandle_t node,
127 gpio_pin_get_by_ofw_name(device_t consumer, phandle_t node,
145 ofw_gpiobus_add_fdt_child(device_t bus, const char *drvname, phandle_t child)
197 phandle_t node;
207 phandle_t nod
[all...]
/freebsd-13-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem_fdt.c116 phandle_t msi_parent;
130 phandle_t msi_parent;
143 phandle_t msi_parent;
156 phandle_t msi_parent;
170 phandle_t msi_parent;
184 phandle_t node;
/freebsd-13-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio_fdt.c106 phandle_t platform_node;
108 phandle_t xref;
109 phandle_t node;
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal.c41 phandle_t opal;
/freebsd-13-stable/sys/powerpc/include/
H A Dplatform.h70 int platform_node_numa_domain(phandle_t);
/freebsd-13-stable/sys/dev/iicbus/pmic/
H A Dact8846.h63 int act8846_regulator_attach(struct act8846_softc *sc, phandle_t node);
64 int act8846_regulator_map(device_t dev, phandle_t xref, int ncells,
/freebsd-13-stable/sys/arm64/intel/
H A Dfirmware.c53 phandle_t node;
76 phandle_t node;

Completed in 273 milliseconds

1234567891011>>