Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-ljca.c58 struct ljca_gpio_dev { struct
77 static int ljca_gpio_config(struct ljca_gpio_dev *ljca_gpio, u8 gpio_id, in ljca_gpio_config() argument
96 static int ljca_gpio_read(struct ljca_gpio_dev *ljca_gpio, u8 gpio_id) in ljca_gpio_read()
122 static int ljca_gpio_write(struct ljca_gpio_dev *ljca_gpio, u8 gpio_id, int value) in ljca_gpio_write()
142 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_get_value()
150 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_set_value()
162 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_direction_input()
178 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_direction_output()
194 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_get_direction()
205 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_set_config()
[all …]