Lines Matching defs:instance
1000 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value)
1003 if ((instance >= 0)
1004 && (instance < ARRAY_SIZE(aic79xx_iocell_info))) {
1007 iocell_info = (uint8_t*)&aic79xx_iocell_info[instance];
1010 printk("iocell[%d:%ld] = %d\n", instance, index, value);
1030 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value)
1033 if ((instance >= 0) && (targ >= 0)
1034 && (instance < ARRAY_SIZE(aic79xx_tag_info))
1036 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF;
1038 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
1050 int instance;
1059 instance = -1;
1072 if (instance == -1) {
1073 instance = 0;
1089 else if (instance != -1)
1090 instance = -1;
1095 if (instance == -1)
1099 else if (instance >= 0)
1100 instance++;
1113 callback(callback_arg, instance, targ,