Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/chipset/linear/
Dvibrator_linear_driver.c66 ret = GpioWrite(drvData->linearCfgData->vibratorBus.GpioNum, GPIO_VAL_LOW); in StopLinearVibrator()
69 drvData->linearCfgData->vibratorBus.GpioNum, GPIO_VAL_LOW); in StopLinearVibrator()
/drivers/hdf_core/framework/include/platform/
Dgpio_if.h47 GPIO_VAL_LOW = 0, /**< Low GPIO level */ enumerator
/drivers/hdf_core/framework/model/display/driver/panel/
Dssp_st7789.c134 ret = GpioWrite(RESET_GPIO, GPIO_VAL_LOW); in LcdResetOn()
160 ret = GpioWrite(RESET_GPIO, GPIO_VAL_LOW); in LcdResetOff()
Dili9881c_boe.c511 …ret = SetGpioState(ili9881cBoeDev->avddGpio, GPIO_DIR_OUT, GPIO_VAL_LOW, SET_GPIO_DELAY_5MS); /* d… in Ili9881cBoeUnprepare()
516 ret = SetGpioState(ili9881cBoeDev->aveeGpio, GPIO_DIR_OUT, GPIO_VAL_LOW, SET_GPIO_DELAY_5MS); in Ili9881cBoeUnprepare()
521 ret = SetGpioState(ili9881cBoeDev->vghlGpio, GPIO_DIR_OUT, GPIO_VAL_LOW, SET_GPIO_DELAY_5MS); in Ili9881cBoeUnprepare()
526 ret = SetGpioState(ili9881cBoeDev->tsrstGpio, GPIO_DIR_OUT, GPIO_VAL_LOW, SET_GPIO_DELAY_5MS); in Ili9881cBoeUnprepare()
Dmipi_icn9700.c130 ret = GpioWrite(icn9700->reset_gpio, GPIO_VAL_LOW); in LcdResetOff()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dgpio_test.c227 valWrite = GPIO_VAL_LOW; in GpioTestWriteRead()
246 valRead = GPIO_VAL_LOW; in GpioTestWriteRead()
282 (void)GpioWrite(gpio, (valRead == GPIO_VAL_LOW) ? GPIO_VAL_HIGH : GPIO_VAL_LOW); in GpioTestHelperInversePin()
/drivers/hdf_core/adapter/platform/gpio/
Dgpio_gr5xx.c121 if (val == GPIO_VAL_LOW) { in GpioDevWrite()
149 *val = GPIO_VAL_LOW; in GpioDevRead()
/drivers/hdf_core/framework/model/input/driver/
Dhdf_key.c50 if (gpioValue == GPIO_VAL_LOW) { in KeyIrqHandle()
Dhdf_touch.c57 if ((level == GPIO_VAL_LOW) || (level == GPIO_VAL_HIGH)) { in SetGpioDirAndLevel()
/drivers/hdf_core/framework/model/sensor/driver/hall/
Dsensor_hall_driver.c125 if (valRead == GPIO_VAL_LOW) { in HallNorthPolarityIrqFunc()
151 if (valRead == GPIO_VAL_LOW) { in HallSouthPolarityIrqFunc()
/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
Dgpio_adapter.c53 *val = (gpio_get_value_cansleep(cntlr->start + local) == 0) ? GPIO_VAL_LOW : GPIO_VAL_HIGH; in LinuxGpioRead()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/display_template/
Drk3568_display_driver_source.template48 ret = GpioWrite(${driver_lower_case}->reset_gpio, GPIO_VAL_LOW);
Dhi35xx_display_driver_source.template48 ret = GpioWrite(${driver_lower_case}->reset_gpio, GPIO_VAL_LOW);
/drivers/hdf_core/framework/model/misc/light/driver/src/
Dlight_driver.c92 level = GPIO_VAL_LOW; in WriteGpio()