Lines Matching refs:index
47 * @num: resource index
73 * @index: resource index
81 unsigned int index, struct resource **res)
85 r = platform_get_resource(pdev, IORESOURCE_MEM, index);
98 * @index: resource index
104 unsigned int index)
106 return devm_platform_get_and_ioremap_resource(pdev, index, NULL);
116 * @index: resource index
122 unsigned int index)
126 res = platform_get_resource(pdev, IORESOURCE_MEM, index);
157 * @num: IRQ number index
222 * For the index 0 interrupt, allow falling back to GpioInt
246 * @num: IRQ number index
266 dev_err(&dev->dev, "IRQ index %u not found\n", num);
343 * Get an IRQ like platform_get_irq(), but then by name rather then by index.