Home
last modified time | relevance | path

Searched full:mfd (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmaxim,max77686.txt4 multi-function device. More information can be found in MFD DT binding
6 bindings/mfd/max77686.txt for MAX77686 and
7 bindings/mfd/max77802.txt for MAX77802 and
8 bindings/mfd/max77620.txt for MAX77620.
23 Following properties should be presend in main device node of the MFD chip.
48 Node of the MFD chip
73 Node of the MFD chip
99 Node of the MFD chip
H A Doxnas,stdclk.txt14 "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
16 "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd"
21 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,realview.yaml
H A Dsyna.txt71 "simple-mfd", "syscon"
84 "simple-mfd", "syscon"
90 compatible = "simple-mfd", "syscon";
97 compatible = "simple-mfd", "syscon";
/freebsd/tools/test/stress2/misc/
H A Dmmap42.sh35 int mfd, fd;
38 mfd = open(FILE, O_RDONLY);
39 assert(mfd >= 0);
41 assert(fstat(mfd, &sb) == 0);
43 buf = obuf = mmap(NULL, bufsz, PROT_READ, MAP_SHARED, mfd, 0);
71 close(mfd);
H A Dzfs18.sh37 int mfd, fd;
40 mfd = open(FILE, O_RDONLY);
41 assert(mfd >= 0);
43 assert(fstat(mfd, &sb) == 0);
45 buf = obuf = mmap(NULL, bufsz, PROT_READ, MAP_SHARED, mfd, 0);
73 close(mfd);
H A Dmmap43.sh34 int mfd, fd;
37 mfd = open(FILE, O_RDONLY);
38 assert(mfd >= 0);
40 assert(fstat(mfd, &sb) == 0);
42 buf = obuf = mmap(NULL, bufsz, PROT_READ, MAP_SHARED, mfd, 0);
70 close(mfd);
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmfd.txt1 Multi-Function Devices (MFD)
6 A typical MFD can be:
20 - compatible : "simple-mfd" - this signifies that the operating system should
21 consider all subnodes of the MFD device as separate devices akin to how
41 compatible = "syscon", "simple-mfd";
H A Dbrcm,twd.yaml4 $id: http://devicetree.org/schemas/mfd/brcm,twd.yaml#
24 - const: simple-mfd
52 timer-mfd@ff800400 {
53 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
H A Dsprd,ums512-glbreg.yaml5 $id: http://devicetree.org/schemas/mfd/sprd,ums512-glbreg.yaml#
26 - const: simple-mfd
56 compatible = "sprd,ums512-glbregs", "syscon", "simple-mfd";
71 compatible = "sprd,ums512-glbregs", "syscon", "simple-mfd";
H A Dti,nspire-misc.yaml5 $id: http://devicetree.org/schemas/mfd/ti,nspire-misc.yaml#
25 - const: simple-mfd
43 compatible = "ti,nspire-misc", "syscon", "simple-mfd";
H A Dxylon,logicvc.yaml5 $id: http://devicetree.org/schemas/mfd/xylon,logicvc.yaml#
24 - const: simple-mfd
61 compatible = "xylon,logicvc-3.02.a", "syscon", "simple-mfd";
H A Daspeed-scu.txt6 "aspeed,ast2400-scu", "syscon", "simple-mfd"
7 "aspeed,ast2500-scu", "syscon", "simple-mfd"
18 compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsharkl3.dtsi21 "simple-mfd";
36 "simple-mfd";
53 "simple-mfd";
68 "simple-mfd";
85 "simple-mfd";
100 "simple-mfd";
117 "simple-mfd";
132 "simple-mfd";
147 "simple-mfd";
H A Dums512.dtsi173 "simple-mfd";
190 "simple-mfd";
196 "simple-mfd";
202 "simple-mfd";
208 "simple-mfd";
214 "simple-mfd";
220 "simple-mfd";
226 "simple-mfd";
232 "simple-mfd";
238 "simple-mfd";
[all...]
/freebsd/sys/contrib/device-tree/Bindings/mips/
H A Dmscc.txt19 - compatible: Should be "mscc,ocelot-chip-regs", "simple-mfd", "syscon"
24 compatible = "mscc,ocelot-chip-regs", "simple-mfd", "syscon";
52 - compatible: Should be "mscc,ocelot-hsio", "syscon", "simple-mfd"
57 compatible = "mscc,ocelot-hsio", "syscon", "simple-mfd";
/freebsd/usr.sbin/moused/
H A Dmoused.c394 int mfd; /* mouse file descriptor */ member
421 .mfd = -1,
869 rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK); in main()
870 if (rodent.mfd == -1) in main()
874 close(rodent.mfd); in main()
875 rodent.mfd = -1; in main()
899 if (rodent.mfd == -1) { in main()
914 if (rodent.mfd != -1) in main()
915 close(rodent.mfd); in main()
918 rodent.mfd in main()
[all...]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-mt6397.txt4 as a type of multi-function device (MFD). The RTC can be configured and set up
8 For MediaTek PMIC MFD bindings, see:
9 ../mfd/mt6397.txt
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Doxnas,reset.txt14 "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
16 "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd"
25 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dmtk-pmic-keys.txt6 of Muti-Function Device (MFD)
8 For MT6397/MT6323 MFD bindings see:
9 Documentation/devicetree/bindings/mfd/mt6397.txt
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dbrcm,avs-ro-thermal.yaml17 "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd"
20 Documentation/devicetree/bindings/mfd/syscon.yaml
40 "syscon", "simple-mfd";
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dsiliconmitus,sm5703-regulator.yaml13 SM5703 regulators node should be a sub node of the SM5703 MFD node. See SM5703 MFD
14 bindings at Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Daspeed,ast2500-pinctrl.yaml17 "aspeed,ast2500-scu", "syscon", "simple-mfd"
18 "aspeed,g5-scu", "syscon", "simple-mfd"
21 Documentation/devicetree/bindings/mfd/syscon.yaml
80 compatible = "aspeed,ast2500-scu", "syscon", "simple-mfd";
/freebsd/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd129x.dtsi67 compatible = "syscon", "simple-mfd";
76 compatible = "syscon", "simple-mfd";
85 compatible = "syscon", "simple-mfd";
94 compatible = "syscon", "simple-mfd";
103 compatible = "syscon", "simple-mfd";
H A Drtd139x.dtsi65 compatible = "syscon", "simple-mfd";
74 compatible = "syscon", "simple-mfd";
83 compatible = "syscon", "simple-mfd";
92 compatible = "syscon", "simple-mfd";
101 compatible = "syscon", "simple-mfd";

12345678910>>...24