Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmvebu_pinctrl.c124 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 Dimx_iomux.c145 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 Dti_pinmux.c330 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 Dfdt_pinctrl_if.m69 # Set pins to the specified configuration. The cfgxref arg is an xref phandle
81 phandle_t cfgxref;
/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_var.h164 extern int qcom_tlmm_pinctrl_configure(device_t dev, phandle_t cfgxref);
H A Dqcom_tlmm_pinmux.c511 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 Das3722_gpio.c258 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 Das3722.h319 int as3722_pinmux_configure(device_t dev, phandle_t cfgxref);
H A Dtegra_pinmux.c699 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 Dmax77620.h258 int max77620_pinmux_configure(device_t dev, phandle_t cfgxref);
H A Dmax77620_gpio.c333 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 Dtegra210_pinmux.c666 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 Drk_pinctrl.c1257 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 Dbcm2835_gpio.c1242 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 Daw_gpio.c984 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()