Home
last modified time | relevance | path

Searched refs:mGPIOPin (Results 1 – 1 of 1) sorted by relevance

/device/google/felix/vibrator/cs40l26/
DVibMgrHwApi.h37 uint32_t mGPIOPin; variable
55 mGPIOPin = utils::getProperty(mPropertyPrefix + "gpio.num", DEBUG_GPI_PIN); in getGPIO()
56 if (mGPIOPin == DEBUG_GPI_PIN) { in getGPIO()
70 const auto gpio_dev = std::string() + "/dev/gpiochip" + std::to_string(mGPIOPin); in initGPIO()