Lines Matching +full:gpio +full:- +full:fan
1 # Phosphor Fan Presence (PFP) example configuration file.
7 # and is the location where the fan inventory object will be
11 - name: Example Fan0
13 'Example fan with tach feedback detection method.
23 - type: tach
25 - fan0
27 - name: Example Fan1
29 'Example fan with gpio detection method.
31 Fans with dedicated gpios can use the gpio detection method. The gpio
32 detection uses Linux gpio-keys: the event number must be provided via the
36 - type: gpio
39 devpath: /dev/input/by-path/platform-gpio-keys-event
41 - name: Example Fan2
43 'Example fan with fallback redundancy policy.
45 Multiple detection methods for a single fan are allowed. When multiple
53 when the first method does not detect a fan and the second method does.'
56 - type: gpio
59 devpath: /dev/input/by-path/platform-gpio-keys-polled-event
60 - type: tach
62 - fan2
66 - name: Example Fan3
68 'Example fan with anyof redundancy policy.
74 - type: gpio
77 devpath: /dev/input/by-path/platform-gpio-keys-polled-event
78 - type: tach
80 - fan3