Lines Matching refs:instance
95 /* Device instance number, incremented each time a device is probed. */
96 static int instance;
825 * @instance Pointer to the driver data structure.
831 static irqreturn_t mtip_irq_handler(int irq, void *instance)
833 struct driver_data *dd = instance;
4052 dd->instance = instance;
4060 snprintf(dd->workq_name, 31, "mtipq%d", dd->instance);
4064 dev_warn(&pdev->dev, "Can't create wq %d\n", dd->instance);
4142 * Increment the instance count so that each device has a unique
4143 * instance number.
4145 instance++;