Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dgpio.c41 static struct sh_pfc_chip *gpio_to_pfc_chip(struct gpio_chip *gc) in gpio_to_pfc_chip() function
48 return gpio_to_pfc_chip(gc)->pfc; in gpio_to_pfc()
181 gpio_pin_set_value(gpio_to_pfc_chip(gc), offset, value); in gpio_pin_direction_output()
188 struct sh_pfc_chip *chip = gpio_to_pfc_chip(gc); in gpio_pin_get()
202 gpio_pin_set_value(gpio_to_pfc_chip(gc), offset, value); in gpio_pin_set()