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

1234567891011>>

/freebsd-12-stable/sys/dev/ofw/
H A Dopenpromio.c59 static int openprom_node_valid(phandle_t node);
60 static int openprom_node_search(phandle_t root, phandle_t node);
73 static phandle_t openprom_node;
98 phandle_t node;
198 openprom_node_valid(phandle_t node)
207 openprom_node_search(phandle_t root, phandle_t node)
209 phandle_t child;
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;
246 *(phandle_t *)data = lastnode = node;
253 *(phandle_t *)dat
[all...]
/freebsd-12-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.c75 fdt_get_range_by_busaddr(phandle_t node, u_long addr, u_long *base,
150 fdt_get_range(phandle_t node, int range_id, u_long *base, u_long *size)
208 phandle_t node;
238 fdt_is_compatible_strict(phandle_t node, const char *compatible)
255 phandle_t
256 fdt_find_compatible(phandle_t start, const char *compat, int strict)
258 phandle_t child;
274 phandle_t
275 fdt_depth_search_compatible(phandle_t start, const char *compat, int strict)
277 phandle_t chil
[all...]
/freebsd-12-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-12-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-12-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-12-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)
184 phandle_t node, chosen;
259 phandle_t node;
H A Duart_cpu_sparc64.c68 phandle_t aliases;
105 static phandle_t
106 uart_cpu_getdev_console(phandle_t options, char *dev, size_t devsz)
110 phandle_t chosen, input, output;
156 static phandle_t
160 phandle_t input;
180 static phandle_t
184 phandle_t input;
208 phandle_t input, options;
/freebsd-12-stable/sys/arm/include/
H A Dintr.h99 int gic_decode_fdt(phandle_t, pcell_t *, int *, int *, int *);
100 int intr_fdt_map_irq(phandle_t, pcell_t *, int);
/freebsd-12-stable/sys/dev/iicbus/mux/
H A Diicmux.h58 phandle_t childnodes[IICMUX_MAX_BUSES]; /* Child bus fdt nodes. */
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_syscons.h38 phandle_t sc_node;
/freebsd-12-stable/sys/sparc64/include/
H A Dofw_machdep.h42 int OF_decode_addr(phandle_t, int, int *, bus_addr_t *);
/freebsd-12-stable/sys/arm64/coresight/
H A Dcoresight.h59 phandle_t node;
66 phandle_t my_node;
67 phandle_t their_node;
68 phandle_t dev_node;
H A Dcoresight.c53 coresight_get_ports(phandle_t dev_node,
56 phandle_t node, child;
58 phandle_t xref;
61 phandle_t endpoint_child;
165 coresight_get_cpu(phandle_t node,
168 phandle_t cpu_node;
188 phandle_t node;
/freebsd-12-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-12-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,
/freebsd-12-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-12-stable/sys/powerpc/powernv/
H A Dopal.c41 phandle_t opal;

Completed in 216 milliseconds

1234567891011>>