Lines Matching defs:instance
94 /* Device instance number, incremented each time a device is probed. */
95 static int instance;
813 * @instance Pointer to the driver data structure.
819 static irqreturn_t mtip_irq_handler(int irq, void *instance)
821 struct driver_data *dd = instance;
3744 dd->instance = instance;
3749 snprintf(dd->workq_name, 31, "mtipq%d", dd->instance);
3753 dev_warn(&pdev->dev, "Can't create wq %d\n", dd->instance);
3831 * Increment the instance count so that each device has a unique
3832 * instance number.
3834 instance++;