Lines Matching refs:blzp1600_gpio
37 struct blzp1600_gpio { struct
43 static inline struct blzp1600_gpio *get_blzp1600_gpio_from_irq_data(struct irq_data *d) in get_blzp1600_gpio_from_irq_data() argument
48 static inline struct blzp1600_gpio *get_blzp1600_gpio_from_irq_desc(struct irq_desc *d) in get_blzp1600_gpio_from_irq_desc()
53 static inline u32 blzp1600_gpio_read(struct blzp1600_gpio *chip, unsigned int offset) in blzp1600_gpio_read()
58 static inline void blzp1600_gpio_write(struct blzp1600_gpio *chip, unsigned int offset, u32 val) in blzp1600_gpio_write()
77 struct blzp1600_gpio *chip = get_blzp1600_gpio_from_irq_data(d); in blzp1600_gpio_irq_mask()
85 struct blzp1600_gpio *chip = get_blzp1600_gpio_from_irq_data(d); in blzp1600_gpio_irq_unmask()
93 struct blzp1600_gpio *chip = get_blzp1600_gpio_from_irq_data(d); in blzp1600_gpio_irq_ack()
100 struct blzp1600_gpio *chip = get_blzp1600_gpio_from_irq_data(d); in blzp1600_gpio_irq_enable()
111 struct blzp1600_gpio *chip = get_blzp1600_gpio_from_irq_data(d); in blzp1600_gpio_irq_disable()
120 struct blzp1600_gpio *chip = get_blzp1600_gpio_from_irq_data(d); in blzp1600_gpio_irq_set_type()
182 struct blzp1600_gpio *gpio = get_blzp1600_gpio_from_irq_desc(desc); in blzp1600_gpio_irqhandler()
198 struct blzp1600_gpio *chip = gpiochip_get_data(gc); in blzp1600_gpio_set_debounce()
219 struct blzp1600_gpio *chip; in blzp1600_gpio_probe()