Lines Matching refs:mxc_gpio_port
61 struct mxc_gpio_port { struct
172 struct mxc_gpio_port *port = gc->private; in gpio_set_irq_type()
234 static void mxc_flip_edge(struct mxc_gpio_port *port, u32 gpio) in mxc_flip_edge()
260 static void mxc_gpio_irq_handler(struct mxc_gpio_port *port, u32 irq_stat) in mxc_gpio_irq_handler()
278 struct mxc_gpio_port *port = irq_desc_get_handler_data(desc); in mx3_gpio_irq_handler()
294 struct mxc_gpio_port *port; in mx2_gpio_irq_handler()
324 struct mxc_gpio_port *port = gc->private; in gpio_set_wake_irq()
342 static int mxc_gpio_init_gc(struct mxc_gpio_port *port, int irq_base) in mxc_gpio_init_gc()
402 struct mxc_gpio_port *port = in mxc_gpio_to_irq()
403 container_of(bgc, struct mxc_gpio_port, bgc); in mxc_gpio_to_irq()
411 struct mxc_gpio_port *port; in mxc_gpio_probe()