Lines Matching refs:instance
994 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value)
997 if ((instance >= 0)
998 && (instance < ARRAY_SIZE(aic79xx_iocell_info))) {
1001 iocell_info = (uint8_t*)&aic79xx_iocell_info[instance];
1004 printk("iocell[%d:%ld] = %d\n", instance, index, value);
1024 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value)
1027 if ((instance >= 0) && (targ >= 0)
1028 && (instance < ARRAY_SIZE(aic79xx_tag_info))
1030 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF;
1032 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
1044 int instance;
1053 instance = -1;
1066 if (instance == -1) {
1067 instance = 0;
1083 else if (instance != -1)
1084 instance = -1;
1089 if (instance == -1)
1093 else if (instance >= 0)
1094 instance++;
1107 callback(callback_arg, instance, targ,