Searched refs:cfgxref (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pinctrl.c | 158 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 D | mvebu_pinctrl.c | 129 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 D | jz4780_pinctrl.c | 188 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 D | imx_iomux.c | 147 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 D | ti_pinmux.c | 332 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 D | as3722_gpio.c | 261 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 D | as3722.h | 321 int as3722_pinmux_configure(device_t dev, phandle_t cfgxref);
|
| H A D | tegra_pinmux.c | 701 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 D | max77620.h | 260 int max77620_pinmux_configure(device_t dev, phandle_t cfgxref);
|
| H A D | max77620_gpio.c | 336 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 D | tegra210_pinmux.c | 668 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 D | rk_pinctrl.c | 991 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 D | bcm2835_gpio.c | 1203 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 D | aw_gpio.c | 897 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()
|