taglinefilesource code
instr272drivers/scsi/aic7xxx_asm.c} instr[] = {
instr470drivers/scsi/aic7xxx_asm.cfor (i = 0; instr[i].name; i++) {
instr476drivers/scsi/aic7xxx_asm.cif (!strcmp(instr[i].name, *a) && instr[i].n == n)
instr479drivers/scsi/aic7xxx_asm.cif (!instr[i].name)
instr482drivers/scsi/aic7xxx_asm.cI_op  = eval_operand(a, instr[i].op);
instr483drivers/scsi/aic7xxx_asm.cI_src  = eval_sdi(a, instr[i].src);
instr484drivers/scsi/aic7xxx_asm.cI_imm  = eval_sdi(a, instr[i].imm);
instr485drivers/scsi/aic7xxx_asm.cI_dest  = eval_sdi(a, instr[i].dest);
instr486drivers/scsi/aic7xxx_asm.cI_addr  = eval_addr(a, instr[i].addr);
instr491drivers/scsi/aic7xxx_asm.cswitch (instr[i].fmt) {
instr191drivers/sound/dev_table.hint (*set_instr) (int dev, int voice, int instr);
instr1512drivers/sound/gus_wave.cint             instr;
instr1546drivers/sound/gus_wave.cinstr = patch.instr_no;
instr1548drivers/sound/gus_wave.cif (instr < 0 || instr > MAX_PATCH)
instr1550drivers/sound/gus_wave.cprintk ("GUS: Invalid patch number %d\n", instr);
instr1628drivers/sound/gus_wave.csamples[free_sample].key = patch_table[instr];
instr1629drivers/sound/gus_wave.cpatch_table[instr] = free_sample;
instr1768drivers/sound/gus_wave.cpmgr_inform (dev, PM_E_PATCH_LOADED, instr, free_sample, 0, 0);
instr86drivers/sound/opl3.cstatic int      store_instr (int instr_no, struct sbi_instrument *instr);
instr359drivers/sound/opl3.cstore_instr (int instr_no, struct sbi_instrument *instr)
instr362drivers/sound/opl3.cif (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2))
instr363drivers/sound/opl3.cprintk ("FM warning: Invalid patch format field (key) 0x%x\n", instr->key);
instr364drivers/sound/opl3.cmemcpy ((char *) &(devc->i_map[instr_no]), (char *) instr, sizeof (*instr));
instr434drivers/sound/opl3.cstruct sbi_instrument *instr;
instr442drivers/sound/opl3.cinstr = devc->act_i[voice];
instr444drivers/sound/opl3.cif (!instr)
instr445drivers/sound/opl3.cinstr = &devc->i_map[0];
instr447drivers/sound/opl3.cif (instr->channel < 0)
instr456drivers/sound/opl3.cvol1 = instr->operators[2];
instr457drivers/sound/opl3.cvol2 = instr->operators[3];
instr459drivers/sound/opl3.cif ((instr->operators[10] & 0x01))
instr478drivers/sound/opl3.cvol1 = instr->operators[2];
instr479drivers/sound/opl3.cvol2 = instr->operators[3];
instr480drivers/sound/opl3.cvol3 = instr->operators[OFFS_4OP + 2];
instr481drivers/sound/opl3.cvol4 = instr->operators[OFFS_4OP + 3];
instr488drivers/sound/opl3.cconnection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01);
instr527drivers/sound/opl3.cstruct sbi_instrument *instr;
instr570drivers/sound/opl3.cinstr = devc->act_i[voice];
instr572drivers/sound/opl3.cif (!instr)
instr573drivers/sound/opl3.cinstr = &devc->i_map[0];
instr575drivers/sound/opl3.cif (instr->channel < 0)
instr583drivers/sound/opl3.cif (map->voice_mode == 2 && instr->key == OPL3_PATCH)
instr597drivers/sound/opl3.cif (instr->key != OPL3_PATCH)  /*
instr615drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]);
instr616drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]);
instr621drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]);
instr622drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]);
instr627drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]);
instr628drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]);
instr633drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]);
instr634drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]);
instr639drivers/sound/opl3.cfpc = instr->operators[10];
instr657drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]);
instr658drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]);
instr663drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]);
instr664drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]);
instr669drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]);
instr670drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]);
instr675drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]);
instr676drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]);
instr681drivers/sound/opl3.cfpc = instr->operators[OFFS_4OP + 10];
instr913drivers/sound/opl3.ctmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \
instr922drivers/sound/opl3.cstruct sbi_instrument *instr;
instr939drivers/sound/opl3.cinstr = devc->act_i[voice];
instr941drivers/sound/opl3.cif (!instr)
instr942drivers/sound/opl3.cinstr = &devc->i_map[0];
instr946drivers/sound/opl3.cint             connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01);
instr979drivers/sound/opl3.cif ((instr->operators[10] & 0x01))  /*
instr1071drivers/sound/opl3.cstruct sbi_instrument *instr;
instr1080drivers/sound/opl3.cinstr = &devc->i_map[instr_no];
instr1081drivers/sound/opl3.cif (instr->channel < 0 ||  /* Instrument not loaded */
instr1085drivers/sound/opl3.cis4op = (instr->key == OPL3_PATCH);