Lines Matching defs:mxc_gpio_port
59 struct mxc_gpio_port { struct
60 struct list_head node;
61 void __iomem *base;
62 struct clk *clk;
63 int irq;
64 int irq_high;
65 void (*mx_irq_handler)(struct irq_desc *desc);
66 struct irq_domain *domain;
67 struct gpio_chip gc;
68 struct device *dev;
69 u32 both_edges;
70 struct mxc_gpio_reg_saved gpio_saved_reg;
71 bool power_off;
72 u32 wakeup_pads;
73 bool is_pad_wakeup;
74 u32 pad_type[32];
75 const struct mxc_gpio_hwdata *hwdata;