Lines Matching refs:instance
905 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value)
908 if ((instance >= 0) && (targ >= 0)
909 && (instance < ARRAY_SIZE(aic7xxx_tag_info))
911 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff;
913 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
925 int instance;
934 instance = -1;
947 if (instance == -1) {
948 instance = 0;
964 else if (instance != -1)
965 instance = -1;
970 if (instance == -1)
974 else if (instance >= 0)
975 instance++;
988 callback(callback_arg, instance, targ,