Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-xilinx.c60 struct xgpio_instance { struct
76 static inline int xgpio_from_bit(struct xgpio_instance *chip, int bit) in xgpio_from_bit() argument
81 static inline int xgpio_to_bit(struct xgpio_instance *chip, int gpio) in xgpio_to_bit()
103 static inline int xgpio_regoffset(struct xgpio_instance *chip, int ch) in xgpio_regoffset()
115 static void xgpio_read_ch(struct xgpio_instance *chip, int reg, int bit, unsigned long *a) in xgpio_read_ch()
122 static void xgpio_write_ch(struct xgpio_instance *chip, int reg, int bit, unsigned long *a) in xgpio_write_ch()
129 static void xgpio_read_ch_all(struct xgpio_instance *chip, int reg, unsigned long *a) in xgpio_read_ch_all()
137 static void xgpio_write_ch_all(struct xgpio_instance *chip, int reg, unsigned long *a) in xgpio_write_ch_all()
158 struct xgpio_instance *chip = gpiochip_get_data(gc); in xgpio_get()
179 struct xgpio_instance *chip = gpiochip_get_data(gc); in xgpio_set()
[all …]