Lines Matching refs:wpcm450_gpio
49 struct wpcm450_gpio { struct
61 struct wpcm450_gpio gpio_bank[WPCM450_NUM_BANKS]; argument
99 static int wpcm450_gpio_irq_bitnum(struct wpcm450_gpio *gpio, struct irq_data *d) in wpcm450_gpio_irq_bitnum()
113 static int wpcm450_irq_bitnum_to_gpio(struct wpcm450_gpio *gpio, int bitnum) in wpcm450_irq_bitnum_to_gpio()
128 struct wpcm450_gpio *gpio = gpiochip_get_data(irq_data_get_irq_chip_data(d)); in wpcm450_gpio_irq_ack()
145 struct wpcm450_gpio *gpio = gpiochip_get_data(gc); in wpcm450_gpio_irq_mask()
167 struct wpcm450_gpio *gpio = gpiochip_get_data(gc); in wpcm450_gpio_irq_unmask()
193 static int wpcm450_gpio_get(struct wpcm450_gpio *gpio, int offset) in wpcm450_gpio_get()
213 static void wpcm450_gpio_fix_evpol(struct wpcm450_gpio *gpio, unsigned long all) in wpcm450_gpio_fix_evpol()
240 struct wpcm450_gpio *gpio = gpiochip_get_data(irq_data_get_irq_chip_data(d)); in wpcm450_gpio_set_irq_type()
307 struct wpcm450_gpio *gpio = gpiochip_get_data(irq_desc_get_handler_data(desc)); in wpcm450_gpio_irqhandler()
1021 struct wpcm450_gpio *gpio = gpiochip_get_data(chip); in wpcm450_gpio_set_config()
1028 struct wpcm450_gpio *gpio = gpiochip_get_data(chip); in wpcm450_gpio_add_pin_ranges()
1053 struct wpcm450_gpio *gpio; in wpcm450_gpio_register()