Lines Matching defs:bcm2835_pinctrl
78 struct bcm2835_pinctrl { struct
79 struct device *dev;
80 void __iomem *base;
81 int *wake_irq;
84 unsigned long enabled_irq_map[BCM2835_NUM_BANKS];
85 unsigned int irq_type[BCM2711_NUM_GPIOS];
87 struct pinctrl_dev *pctl_dev;
88 struct gpio_chip gpio_chip;
89 struct pinctrl_desc pctl_desc;
90 struct pinctrl_gpio_range gpio_range;
92 raw_spinlock_t irq_lock[BCM2835_NUM_BANKS];
94 spinlock_t fsel_lock;