Searched refs:getGpio (Results 1 – 5 of 5) sorted by relevance
158 std::unique_ptr<PresenceSensor> getGpio(size_t fanIndex, const json& method);
48 {"tach", method::getTach}, {"gpio", method::getGpio}};286 std::unique_ptr<PresenceSensor> getGpio(size_t fanIndex, const json& method) in getGpio() function
167 inline const gpioplus::HandleInterface* getGpio(void) const in getGpio() function in sensor::Sensor
144 auto locker = gpioUnlock(getGpio()); in addValue()
513 auto locker = sensor::gpioUnlock(sensor->getGpio()); in read()