| /linux-6.15/drivers/pinctrl/ |
| H A D | pinctrl-at91-pio4.c | 72 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument 73 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument 74 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument 525 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc() argument 532 pin_id = ATMEL_GET_PIN_NO(pinfunc); in atmel_pctl_xlate_pinfunc() 533 func_id = ATMEL_GET_PIN_FUNC(pinfunc); in atmel_pctl_xlate_pinfunc() 546 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc() 565 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local 603 ret = of_property_read_u32_index(np, "pinmux", i, &pinfunc); in atmel_pctl_dt_subnode_to_map() 607 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group, in atmel_pctl_dt_subnode_to_map()
|
| H A D | pinctrl-apple-gpio.c | 109 u32 pinfunc, pin, func; in apple_gpio_dt_node_to_map() local 135 ret = of_property_read_u32_index(node, "pinmux", i, &pinfunc); in apple_gpio_dt_node_to_map() 139 pin = APPLE_PIN(pinfunc); in apple_gpio_dt_node_to_map() 140 func = APPLE_FUNC(pinfunc); in apple_gpio_dt_node_to_map()
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | fsl,imx7ulp-pinctrl.txt | 19 imx7ulp-pinfunc.h in the device tree source folder. 39 #include "imx7ulp-pinfunc.h"
|
| H A D | st,stm32-pinctrl.yaml | 60 More details in include/dt-bindings/pinctrl/stm32-pinfunc.h 150 defined in dt-bindings/pinctrl/<soc>-pinfunc.h directly. 165 - include/dt-bindings/pinctrl/stm32-pinfunc.h 219 #include <dt-bindings/pinctrl/stm32-pinfunc.h>
|
| H A D | atmel,at91-pio4-pinctrl.txt | 35 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the 50 #include <sama5d2-pinfunc.h>
|
| H A D | fsl,imx25-pinctrl.txt | 22 Refer to imx25-pinfunc.h in device tree source folder for all available
|
| H A D | fsl,mxs-pinctrl.txt | 125 arch/arm/boot/dts/imx28-pinfunc.h and arch/arm/boot/dts/imx23-pinfunc.h. 127 arch/arm/boot/dts/mxs-pinfunc.h.
|
| H A D | mediatek,mt8192-pinctrl.yaml | 75 defined as macros in dt-bindings/pinctrl/<soc>-pinfunc.h directly. 145 #include <dt-bindings/pinctrl/mt8192-pinfunc.h>
|
| H A D | fsl,vf610-pinctrl.txt | 40 Please refer to vf610-pinfunc.h in device tree source folder
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ull.dtsi | 6 #include "imx6ull-pinfunc.h" 7 #include "imx6ull-pinfunc-snvs.h"
|
| H A D | imxrt1050-evk.dts | 9 #include "imxrt1050-pinfunc.h"
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-phygate-tauri-l-rs232-rts-cts.dtso | 12 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-venice-gw72xx-0x-rs232-rts.dtso | 13 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-venice-gw73xx-0x-rs232-rts.dtso | 13 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-phyboard-polis-peb-eval-01.dtso | 12 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-venice-gw72xx-0x-rpidsi.dtso | 8 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-venice-gw72xx-0x-rs485.dtso | 16 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-venice-gw73xx-0x-rs422.dtso | 16 #include "imx8mm-pinfunc.h"
|
| H A D | imx93-9x9-qsb-i3c.dtso | 10 #include "imx93-pinfunc.h"
|
| H A D | imx8mm-venice-gw73xx-0x-rpidsi.dtso | 8 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-venice-gw73xx-0x-rs485.dtso | 16 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-venice-gw72xx-0x-rs422.dtso | 16 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-phygate-tauri-l-rs232-rs232.dtso | 12 #include "imx8mm-pinfunc.h"
|
| H A D | imx8mm-phygate-tauri-l-rs232-rs485.dtso | 13 #include "imx8mm-pinfunc.h"
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | stm32mp157c-phycore-stm32mp1-3.dts | 9 #include <dt-bindings/pinctrl/stm32-pinfunc.h>
|