Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-cp2112.c175 static int gpio_push_pull = 0xFF; variable
176 module_param(gpio_push_pull, int, S_IRUGO | S_IWUSR);
177 MODULE_PARM_DESC(gpio_push_pull, "GPIO push-pull configuration bitmask");
199 buf[2] = gpio_push_pull; in cp2112_gpio_direction_input()
296 buf[2] = gpio_push_pull; in cp2112_gpio_direction_output()