Lines Matching defs:index
51 * @num: resource index
92 * @index: resource index
100 unsigned int index, struct resource **res)
104 r = platform_get_resource(pdev, IORESOURCE_MEM, index);
117 * @index: resource index
123 unsigned int index)
125 return devm_platform_get_and_ioremap_resource(pdev, index, NULL);
156 * @num: IRQ number index
219 * For the index 0 interrupt, allow falling back to GpioInt
245 * @num: IRQ number index
266 "IRQ index %u not found\n", num);
297 static void platform_disable_acpi_irq(struct platform_device *pdev, int index)
301 r = platform_get_resource(pdev, IORESOURCE_IRQ, index);
463 * Get an IRQ like platform_get_irq(), but then by name rather then by index.