Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-intel-mid.c107 static void intel_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in intel_gpio_set() function
149 intel_gpio_set(chip, offset, value); in intel_gpio_direction_output()
368 priv->chip.set = intel_gpio_set; in intel_gpio_probe()
/OK3568_Linux_fs/kernel/drivers/pinctrl/intel/
H A Dpinctrl-intel.c936 static void intel_gpio_set(struct gpio_chip *chip, unsigned int offset, in intel_gpio_set() function
999 intel_gpio_set(chip, offset, value); in intel_gpio_direction_output()
1011 .set = intel_gpio_set,