17 #include <linux/module.h>
28 unsigned long irq_flags;
39 if (suspended & GPIOMUX_VALID)
43 if (setting & GPIOMUX_VALID)
46 spin_unlock_irqrestore(&gpiomux_lock, irq_flags);
54 unsigned long irq_flags;
62 spin_unlock_irqrestore(&gpiomux_lock, irq_flags);
70 unsigned long irq_flags;
79 spin_unlock_irqrestore(&gpiomux_lock, irq_flags);
84 static int __init gpiomux_init(
void)