Home
last modified time | relevance | path

Searched refs:xway_stp_set (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-stp-xway.c108 * xway_stp_set() - gpio_chip->set - set gpios.
115 static void xway_stp_set(struct gpio_chip *gc, unsigned gpio, int val) in xway_stp_set() function
134 * Same as xway_stp_set, always returns 0.
138 xway_stp_set(gc, gpio, val); in xway_stp_dir_out()
251 chip->gc.set = xway_stp_set; in xway_stp_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-stp-xway.c109 * xway_stp_set() - gpio_chip->set - set gpios.
116 static void xway_stp_set(struct gpio_chip *gc, unsigned gpio, int val) in xway_stp_set() function
135 * Same as xway_stp_set, always returns 0.
139 xway_stp_set(gc, gpio, val); in xway_stp_dir_out()
252 chip->gc.set = xway_stp_set; in xway_stp_probe()

Completed in 2 milliseconds