Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-cp2112.c179 static int gpio_push_pull = CP2112_GPIO_ALL_GPIO_MASK; variable
180 module_param(gpio_push_pull, int, 0644);
181 MODULE_PARM_DESC(gpio_push_pull, "GPIO push-pull configuration bitmask");
203 buf[2] = gpio_push_pull; in cp2112_gpio_direction_input()
298 buf[2] = gpio_push_pull; in cp2112_gpio_direction_output()