Searched refs:cfgxref (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/arm/mv/ |
H A D | mvebu_pinctrl.c | 124 mv_pinctrl_configure_pins(device_t dev, phandle_t cfgxref) in mv_pinctrl_configure_pins() argument 133 node = OF_node_from_xref(cfgxref); in mv_pinctrl_configure_pins()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_iomux.c | 145 iomux_configure_pins(device_t dev, phandle_t cfgxref) in iomux_configure_pins() argument 154 cfgnode = OF_node_from_xref(cfgxref); in iomux_configure_pins()
|
/freebsd/sys/arm/ti/ |
H A D | ti_pinmux.c | 330 ti_pinmux_configure_pins(device_t dev, phandle_t cfgxref) in ti_pinmux_configure_pins() argument 338 cfgnode = OF_node_from_xref(cfgxref); in ti_pinmux_configure_pins()
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_pinctrl_if.m | 69 # Set pins to the specified configuration. The cfgxref arg is an xref phandle 81 phandle_t cfgxref;
|
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_var.h | 164 extern int qcom_tlmm_pinctrl_configure(device_t dev, phandle_t cfgxref);
|
H A D | qcom_tlmm_pinmux.c | 511 qcom_tlmm_pinctrl_configure(device_t dev, phandle_t cfgxref) in qcom_tlmm_pinctrl_configure() argument 518 cfgnode = OF_node_from_xref(cfgxref); in qcom_tlmm_pinctrl_configure()
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722_gpio.c | 258 int as3722_pinmux_configure(device_t dev, phandle_t cfgxref) in as3722_pinmux_configure() argument 265 cfgnode = OF_node_from_xref(cfgxref); in as3722_pinmux_configure()
|
H A D | as3722.h | 319 int as3722_pinmux_configure(device_t dev, phandle_t cfgxref);
|
H A D | tegra_pinmux.c | 699 static int pinmux_configure(device_t dev, phandle_t cfgxref) in pinmux_configure() argument 705 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620.h | 258 int max77620_pinmux_configure(device_t dev, phandle_t cfgxref);
|
H A D | max77620_gpio.c | 333 int max77620_pinmux_configure(device_t dev, phandle_t cfgxref) in max77620_pinmux_configure() argument 341 cfgnode = OF_node_from_xref(cfgxref); in max77620_pinmux_configure()
|
H A D | tegra210_pinmux.c | 666 static int pinmux_configure(device_t dev, phandle_t cfgxref) in pinmux_configure() argument 672 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_pinctrl.c | 1257 rk_pinctrl_configure_pins(device_t dev, phandle_t cfgxref) in rk_pinctrl_configure_pins() argument 1265 node = OF_node_from_xref(cfgxref); in rk_pinctrl_configure_pins()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_gpio.c | 1242 bcm_gpio_configure_pins(device_t dev, phandle_t cfgxref) in bcm_gpio_configure_pins() argument 1251 cfgnode = OF_node_from_xref(cfgxref); in bcm_gpio_configure_pins()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_gpio.c | 984 aw_fdt_configure_pins(device_t dev, phandle_t cfgxref) in aw_fdt_configure_pins() argument 995 node = OF_node_from_xref(cfgxref); in aw_fdt_configure_pins()
|