Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-cs5535.c235 static int chip_gpio_set(struct gpio_chip *chip, unsigned int offset, int val) in chip_gpio_set() function
299 .set = chip_gpio_set,
/linux/sound/soc/codecs/
H A Dzl38060.c390 static int chip_gpio_set(struct gpio_chip *c, unsigned int offset, int val) in chip_gpio_set() function
427 ret = chip_gpio_set(c, offset, val); in chip_direction_output()
443 .set = chip_gpio_set,