Lines Matching defs:right
22 * @right: GPIO line for right value.
25 * @bright: GPIO line for right button.
36 struct gpio_desc *right;
61 x = gpiod_get_value(gpio->right) - gpiod_get_value(gpio->left);
97 gmouse->right = devm_gpiod_get(dev, "right", GPIOD_IN);
98 if (IS_ERR(gmouse->right))
99 return PTR_ERR(gmouse->right);
108 gmouse->bright = devm_gpiod_get_optional(dev, "button-right",
147 gmouse->bright ? "" : "right");