Home
last modified time | relevance | path

Searched refs:cfgxref (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/mips/mediatek/
H A Dmtk_pinctrl.c158 mtk_pinctrl_configure(device_t dev, phandle_t cfgxref) in mtk_pinctrl_configure() argument
165 node = OF_node_from_xref(cfgxref); in mtk_pinctrl_configure()
/f-stack/freebsd/arm/mv/
H A Dmvebu_pinctrl.c129 mv_pinctrl_configure_pins(device_t dev, phandle_t cfgxref) in mv_pinctrl_configure_pins() argument
138 node = OF_node_from_xref(cfgxref); in mv_pinctrl_configure_pins()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_pinctrl.c188 jz4780_pinctrl_configure_pins(device_t dev, phandle_t cfgxref) in jz4780_pinctrl_configure_pins() argument
197 node = OF_node_from_xref(cfgxref); in jz4780_pinctrl_configure_pins()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_iomux.c147 iomux_configure_pins(device_t dev, phandle_t cfgxref) in iomux_configure_pins() argument
156 cfgnode = OF_node_from_xref(cfgxref); in iomux_configure_pins()
/f-stack/freebsd/arm/ti/
H A Dti_pinmux.c332 ti_pinmux_configure_pins(device_t dev, phandle_t cfgxref) in ti_pinmux_configure_pins() argument
340 cfgnode = OF_node_from_xref(cfgxref); in ti_pinmux_configure_pins()
/f-stack/freebsd/arm/nvidia/
H A Das3722_gpio.c261 int as3722_pinmux_configure(device_t dev, phandle_t cfgxref) in as3722_pinmux_configure() argument
268 cfgnode = OF_node_from_xref(cfgxref); in as3722_pinmux_configure()
H A Das3722.h321 int as3722_pinmux_configure(device_t dev, phandle_t cfgxref);
H A Dtegra_pinmux.c701 static int pinmux_configure(device_t dev, phandle_t cfgxref) in pinmux_configure() argument
708 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620.h260 int max77620_pinmux_configure(device_t dev, phandle_t cfgxref);
H A Dmax77620_gpio.c336 int max77620_pinmux_configure(device_t dev, phandle_t cfgxref) in max77620_pinmux_configure() argument
344 cfgnode = OF_node_from_xref(cfgxref); in max77620_pinmux_configure()
H A Dtegra210_pinmux.c668 static int pinmux_configure(device_t dev, phandle_t cfgxref) in pinmux_configure() argument
675 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
/f-stack/freebsd/arm64/rockchip/
H A Drk_pinctrl.c991 rk_pinctrl_configure_pins(device_t dev, phandle_t cfgxref) in rk_pinctrl_configure_pins() argument
999 node = OF_node_from_xref(cfgxref); in rk_pinctrl_configure_pins()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c1203 bcm_gpio_configure_pins(device_t dev, phandle_t cfgxref) in bcm_gpio_configure_pins() argument
1214 cfgnode = OF_node_from_xref(cfgxref); in bcm_gpio_configure_pins()
/f-stack/freebsd/arm/allwinner/
H A Daw_gpio.c897 aw_fdt_configure_pins(device_t dev, phandle_t cfgxref) in aw_fdt_configure_pins() argument
908 node = OF_node_from_xref(cfgxref); in aw_fdt_configure_pins()