Home | History | Annotate | Download | only in ic

Lines Matching defs:instance

397 	int channel, instance, s, error;
400 instance = CD18XX_INSTANCE(dev);
402 /* ensure instance is valid */
403 if (instance >= clcd_cd.cd_ndevs)
407 sc = device_lookup_private(&clcd_cd, instance);
497 int channel, instance;
500 instance = CD18XX_INSTANCE(dev);
502 /* ensure instance is valid */
503 if (instance >= clcd_cd.cd_ndevs)
507 sc = device_lookup_private(&clcd_cd, instance);