Searched refs:atv_val (Results 1 – 2 of 2) sorted by relevance
68 __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()
14 int atv_val; member