Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/chipset/linear/
Dvibrator_linear_driver.c39 ret = GpioWrite(drvData->linearCfgData->vibratorBus.GpioNum, GPIO_VAL_HIGH); in StartLinearVibrator()
42 drvData->linearCfgData->vibratorBus.GpioNum, GPIO_VAL_HIGH); in StartLinearVibrator()
/drivers/hdf_core/framework/include/platform/
Dgpio_if.h48 GPIO_VAL_HIGH = 1, /**< High GPIO level */ enumerator
/drivers/hdf_core/framework/model/display/driver/panel/
Dssp_st7789.c129 ret = GpioWrite(RESET_GPIO, GPIO_VAL_HIGH); in LcdResetOn()
141 ret = GpioWrite(RESET_GPIO, GPIO_VAL_HIGH); in LcdResetOn()
Dili9881c_boe.c469 …ret = SetGpioState(ili9881cBoeDev->avddGpio, GPIO_DIR_OUT, GPIO_VAL_HIGH, SET_GPIO_DELAY_5MS); /* … in Ili9881cBoePrepare()
474 ret = SetGpioState(ili9881cBoeDev->aveeGpio, GPIO_DIR_OUT, GPIO_VAL_HIGH, SET_GPIO_DELAY_5MS); in Ili9881cBoePrepare()
479 ret = SetGpioState(ili9881cBoeDev->vghlGpio, GPIO_DIR_OUT, GPIO_VAL_HIGH, SET_GPIO_DELAY_5MS); in Ili9881cBoePrepare()
484 ret = SetGpioState(ili9881cBoeDev->tsrstGpio, GPIO_DIR_OUT, GPIO_VAL_HIGH, SET_GPIO_DELAY_5MS); in Ili9881cBoePrepare()
Dmipi_icn9700.c111 ret = GpioWrite(icn9700->reset_gpio, GPIO_VAL_HIGH); in LcdResetOn()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dgpio_test.c228 valRead = GPIO_VAL_HIGH; in GpioTestWriteRead()
245 valWrite = GPIO_VAL_HIGH; in GpioTestWriteRead()
282 (void)GpioWrite(gpio, (valRead == GPIO_VAL_LOW) ? GPIO_VAL_HIGH : GPIO_VAL_LOW); in GpioTestHelperInversePin()
/drivers/hdf_core/framework/model/input/driver/
Dhdf_infrared.c60 while (gpioValue == GPIO_VAL_HIGH) { in TimeCounter()
108 if (gpioValue == GPIO_VAL_HIGH) { in EventHandle()
Dhdf_key.c53 } else if (gpioValue == GPIO_VAL_HIGH) { in KeyIrqHandle()
Dhdf_touch.c57 if ((level == GPIO_VAL_LOW) || (level == GPIO_VAL_HIGH)) { in SetGpioDirAndLevel()
/drivers/hdf_core/adapter/platform/gpio/
Dgpio_gr5xx.c123 } else if (val == GPIO_VAL_HIGH) { in GpioDevWrite()
151 *val = GPIO_VAL_HIGH; in GpioDevRead()
/drivers/hdf_core/framework/model/sensor/driver/hall/
Dsensor_hall_driver.c127 } else if (valRead == GPIO_VAL_HIGH) { in HallNorthPolarityIrqFunc()
153 } else if (valRead == GPIO_VAL_HIGH) { 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.template29 ret = GpioWrite(${driver_lower_case}->reset_gpio, GPIO_VAL_HIGH);
Dhi35xx_display_driver_source.template29 ret = GpioWrite(${driver_lower_case}->reset_gpio, GPIO_VAL_HIGH);
/drivers/hdf_core/framework/model/misc/light/driver/src/
Dlight_driver.c90 level = GPIO_VAL_HIGH; in WriteGpio()