Home
last modified time | relevance | path

Searched refs:SHPS_NUM_IRQS (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/surface/
H A Dsurface_hotplug.c60 SHPS_NUM_IRQS, enumerator
70 struct mutex lock[SHPS_NUM_IRQS]; /* Protects update in shps_dsm_notify_irq() */
71 struct gpio_desc *gpio[SHPS_NUM_IRQS];
72 unsigned int irq[SHPS_NUM_IRQS];
128 for (type = 0; type < SHPS_NUM_IRQS; type++) in shps_handle_irq()
133 if (WARN(type >= SHPS_NUM_IRQS, "invalid IRQ number: %d\n", irq)) in shps_handle_irq()
192 for (i = 0; i < SHPS_NUM_IRQS; i++) { in surface_hotplug_remove()
228 for (i = 0; i < SHPS_NUM_IRQS; i++) in surface_hotplug_probe()
232 for (i = 0; i < SHPS_NUM_IRQS; i++) { in surface_hotplug_probe()
243 for (i = 0; i < SHPS_NUM_IRQS; i++) in surface_hotplug_probe()