Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-msm-v2.c149 static int msm_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in msm_gpio_direction_input() function
402 msm_gpio.gpio_chip.direction_input = msm_gpio_direction_input; in msm_gpio_probe()
/linux-4.1.27/drivers/pinctrl/qcom/
Dpinctrl-msm.c380 static int msm_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in msm_gpio_direction_input() function
525 .direction_input = msm_gpio_direction_input,