Lines Matching refs:instance
906 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value)
909 if ((instance >= 0) && (targ >= 0)
910 && (instance < ARRAY_SIZE(aic7xxx_tag_info))
912 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff;
914 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
926 int instance;
935 instance = -1;
948 if (instance == -1) {
949 instance = 0;
965 else if (instance != -1)
966 instance = -1;
971 if (instance == -1)
975 else if (instance >= 0)
976 instance++;
989 callback(callback_arg, instance, targ,