Home
last modified time | relevance | path

Searched refs:phandle_t (Results 1 – 25 of 537) sorted by path

12345678910>>...22

/freebsd/stand/libofw/
H A Ddevicename.c63 phandle_t
69 phandle_t handle; in ofw_path_to_handle()
77 return ((phandle_t)-1); in ofw_path_to_handle()
89 return ((phandle_t)-1); in ofw_path_to_handle()
H A Dlibofw.h62 phandle_t ofw_path_to_handle(const char *ofwpath, const char *want_type, const char **path);
H A Dofw_memory.c55 phandle_t mmup; in ofw_memmap()
H A Dofw_net.c197 phandle_t netdev; in ofwn_init()
H A Dopenfirm.c68 phandle_t chosen;
85 phandle_t options; in OF_init()
156 phandle_t
157 OF_peer(phandle_t node) in OF_peer()
175 phandle_t
176 OF_child(phandle_t node) in OF_child()
194 phandle_t
195 OF_parent(phandle_t node) in OF_parent()
213 phandle_t
233 OF_getproplen(phandle_t package, const char *propname) in OF_getproplen()
[all …]
H A Dopenfirm.h66 typedef uint32_t phandle_t; typedef
70 extern phandle_t chosen;
85 phandle_t OF_peer(phandle_t);
86 phandle_t OF_child(phandle_t);
87 phandle_t OF_parent(phandle_t);
88 phandle_t OF_instance_to_package(ihandle_t);
89 int OF_getproplen(phandle_t, const char *);
90 int OF_getprop(phandle_t, const char *, void *, int);
92 int OF_nextprop(phandle_t, const char *, char *);
95 phandle_t OF_finddevice(const char *);
[all …]
/freebsd/stand/powerpc/ofw/
H A Dcas.c186 phandle_t pkg; in ppc64_cas()
H A Dmain.c72 phandle_t memoryp; in memsize()
130 phandle_t root; in main()
H A Dofwfdt.c36 OF_hasprop(phandle_t node, const char *prop) in OF_hasprop()
42 add_node_to_fdt(void *buffer, phandle_t node, int fdt_offset) in add_node_to_fdt()
96 phandle_t node; in ofwfdt_fixups()
/freebsd/sys/arm/allwinner/
H A Da10_codec.c482 phandle_t analogref; in h3_mixer_init()
811 phandle_t xref; in a10codec_chan_init()
1067 phandle_t node; in a10codec_attach()
H A Da33_codec.c181 phandle_t node; in sun8i_codec_attach()
H A Daw_gmacclk.c183 phandle_t node; in aw_gmacclk_attach()
H A Daw_gpio.c314 static char *aw_gpio_parse_function(phandle_t node);
316 static uint32_t aw_gpio_parse_bias(phandle_t node);
685 aw_gpio_parse_function(phandle_t node) in aw_gpio_parse_function()
700 aw_gpio_parse_pins(phandle_t node, int *pins_nb) in aw_gpio_parse_pins()
717 aw_gpio_parse_bias(phandle_t node) in aw_gpio_parse_bias()
736 aw_gpio_parse_drive_strength(phandle_t node, uint32_t *drive) in aw_gpio_parse_drive_strength()
860 aw_gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, int gcells, in aw_gpio_map_gpios()
906 aw_fdt_configure_pins(device_t dev, phandle_t cfgxref) in aw_fdt_configure_pins()
909 phandle_t node; in aw_fdt_configure_pins()
1013 phandle_t gpio; in aw_gpio_attach()
[all …]
H A Daw_i2s.c343 phandle_t node; in aw_i2s_attach()
H A Daw_nmi.c349 phandle_t xref; in aw_nmi_attach()
H A Daw_r_intc.c74 phandle_t node, xref, intr_parent; in aw_r_intc_gicp_attach()
102 + 3 * sizeof(phandle_t), M_WAITOK | M_ZERO); in aw_r_intc_gicp_attach()
H A Daw_rsb.c153 static phandle_t
H A Daw_rtc.c249 phandle_t node; in aw_rtc_install_clocks()
H A Daw_sid.c254 phandle_t node; in aw_sid_attach()
H A Daw_thermal.c380 phandle_t node; in aw_thermal_init()
H A Daw_usb3phy.c227 phandle_t node; in awusb3phy_attach()
H A Daw_usbphy.c212 phandle_t node; in awusbphy_init()
H A Daxp209.c334 phandle_t xref;
1119 axp2xx_gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, in axp2xx_gpio_map_gpios()
1135 static phandle_t
1142 axp2xx_reg_attach(device_t dev, phandle_t node, in axp2xx_reg_attach()
1179 axp2xx_regdev_map(device_t dev, phandle_t xref, int ncells, pcell_t *cells, in axp2xx_regdev_map()
1309 phandle_t rnode, child; in axp2xx_attach()
H A Daxp81x.c676 phandle_t xref;
1368 axp8xx_gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, in axp8xx_gpio_map_gpios()
1380 static phandle_t
1387 axp8xx_reg_attach(device_t dev, phandle_t node, in axp8xx_reg_attach()
1422 axp8xx_regdev_map(device_t dev, phandle_t xref, int ncells, pcell_t *cells, in axp8xx_regdev_map()
1468 phandle_t rnode, child; in axp8xx_attach()
/freebsd/sys/arm/allwinner/a64/
H A Dsun50i_a64_acodec.c225 phandle_t node; in a64codec_attach()

12345678910>>...22