Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/surface/
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];
135 for (type = 0; type < SHPS_NUM_IRQS; type++) in shps_handle_irq()
140 if (WARN(type >= SHPS_NUM_IRQS, "invalid IRQ number: %d\n", irq)) in shps_handle_irq()
199 for (i = 0; i < SHPS_NUM_IRQS; i++) { in surface_hotplug_remove()
237 for (i = 0; i < SHPS_NUM_IRQS; i++) in surface_hotplug_probe()
241 for (i = 0; i < SHPS_NUM_IRQS; i++) { in surface_hotplug_probe()
252 for (i = 0; i < SHPS_NUM_IRQS; i++) in surface_hotplug_probe()