Home
last modified time | relevance | path

Searched defs:mxc_gpio_port (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpio/
Dgpio-mxc.c59 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;
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-mxc.c59 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 struct irq_domain *domain;
66 struct gpio_chip gc;
67 struct device *dev;
68 u32 both_edges;
[all …]