Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/
H A Dewtsa.c250 gpio_direction_output(sensor->pdata->standby_pin, GPIO_HIGH); in ewtsa_disable()
263 gpio_direction_output(sensor->pdata->standby_pin, GPIO_LOW); in ewtsa_enable()
288 gpio_direction_output(sensor->pdata->standby_pin, GPIO_HIGH); in gyro_dev_reset()
290 gpio_direction_output(sensor->pdata->standby_pin, GPIO_LOW); in gyro_dev_reset()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsensor-dev.h213 int standby_pin; member