Searched full:ntxec (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.1/drivers/mfd/ |
| D | ntxec.c | 18 #include <linux/mfd/ntxec.h> 132 .name = "ntxec", 140 { .name = "ntxec-rtc" }, 141 { .name = "ntxec-pwm" }, 145 { .name = "ntxec-pwm" }, 150 struct ntxec *ec; in ntxec_probe() 252 { .compatible = "netronix,ntxec", }, 259 .name = "ntxec",
|
| D | Makefile | 224 obj-$(CONFIG_MFD_NTXEC) += ntxec.o
|
| /Linux-v6.1/drivers/pwm/ |
| D | pwm-ntxec.c | 19 #include <linux/mfd/ntxec.h> 28 struct ntxec *ec; 140 struct ntxec *ec = dev_get_drvdata(pdev->dev.parent); in ntxec_pwm_probe() 163 .name = "ntxec-pwm", 172 MODULE_ALIAS("platform:ntxec-pwm");
|
| D | Makefile | 39 obj-$(CONFIG_PWM_NTXEC) += pwm-ntxec.o
|
| /Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
| D | netronix,ntxec.yaml | 4 $id: http://devicetree.org/schemas/mfd/netronix,ntxec.yaml# 18 const: netronix,ntxec 58 compatible = "netronix,ntxec";
|
| /Linux-v6.1/drivers/rtc/ |
| D | rtc-ntxec.c | 13 #include <linux/mfd/ntxec.h> 22 struct ntxec *ec; 136 .name = "ntxec-rtc", 145 MODULE_ALIAS("platform:ntxec-rtc");
|
| D | Makefile | 116 obj-$(CONFIG_RTC_DRV_NTXEC) += rtc-ntxec.o
|
| /Linux-v6.1/include/linux/mfd/ |
| D | ntxec.h | 17 struct ntxec { struct
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | imx50-kobo-aura.dts | 149 compatible = "netronix,ntxec";
|
| D | imx6sl-tolino-shine2hd.dts | 101 compatible = "netronix,ntxec";
|
| /Linux-v6.1/ |
| D | MAINTAINERS | 14262 F: Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml 14263 F: drivers/mfd/ntxec.c 14264 F: drivers/pwm/pwm-ntxec.c 14265 F: drivers/rtc/rtc-ntxec.c 14266 F: include/linux/mfd/ntxec.h
|