Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dmsm_gpio.c34 static int msm_gpio_direction_input(struct udevice *dev, unsigned int gpio) in msm_gpio_direction_input() function
89 .direction_input = msm_gpio_direction_input,
/OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c497 static int msm_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in msm_gpio_direction_input() function
714 .direction_input = msm_gpio_direction_input,
1120 msm_gpio_direction_input(gc, d->hwirq); in msm_gpio_irq_reqres()