Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_gpio.c68 __func__, gpiod->atv_val, gpiod->val); in vehicle_gpio_init_check()
70 if (gpiod->atv_val == gpiod->val) { in vehicle_gpio_init_check()
80 int val = gpiod->val ^ gpiod->atv_val; in vehicle_gpio_reverse_check()
118 gpiod->atv_val = !(flags & OF_GPIO_ACTIVE_LOW); in gpio_parse_dt()
126 __func__, gpiod->gpio, gpiod->atv_val, gpiod->mirror, gpiod->debounce_ms); in gpio_parse_dt()
H A Dvehicle_gpio.h14 int atv_val; member