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) {
instr170drivers/sound/dev_table.hint (*set_instr) (int dev, int voice, int instr);
instr1511drivers/sound/gus_wave.cint             instr;
instr1545drivers/sound/gus_wave.cinstr = patch.instr_no;
instr1547drivers/sound/gus_wave.cif (instr < 0 || instr > MAX_PATCH)
instr1549drivers/sound/gus_wave.cprintk ("GUS: Invalid patch number %d\n", instr);
instr1627drivers/sound/gus_wave.csamples[free_sample].key = patch_table[instr];
instr1628drivers/sound/gus_wave.cpatch_table[instr] = free_sample;
instr1750drivers/sound/gus_wave.cpmgr_inform (dev, PM_E_PATCH_LOADED, instr, free_sample, 0, 0);
instr87drivers/sound/opl3.cstatic int      store_instr (int instr_no, struct sbi_instrument *instr);
instr344drivers/sound/opl3.cstore_instr (int instr_no, struct sbi_instrument *instr)
instr347drivers/sound/opl3.cif (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || !opl3_enabled))
instr348drivers/sound/opl3.cprintk ("FM warning: Invalid patch format field (key) 0x%x\n", instr->key);
instr349drivers/sound/opl3.cmemcpy ((char *) &(instrmap[instr_no]), (char *) instr, sizeof (*instr));
instr447drivers/sound/opl3.cstruct sbi_instrument *instr;
instr455drivers/sound/opl3.cinstr = active_instrument[voice];
instr457drivers/sound/opl3.cif (!instr)
instr458drivers/sound/opl3.cinstr = &instrmap[0];
instr460drivers/sound/opl3.cif (instr->channel < 0)
instr471drivers/sound/opl3.cvol1 = instr->operators[2];
instr472drivers/sound/opl3.cvol2 = instr->operators[3];
instr474drivers/sound/opl3.cif ((instr->operators[10] & 0x01))
instr503drivers/sound/opl3.cvol1 = instr->operators[2];
instr504drivers/sound/opl3.cvol2 = instr->operators[3];
instr505drivers/sound/opl3.cvol3 = instr->operators[OFFS_4OP + 2];
instr506drivers/sound/opl3.cvol4 = instr->operators[OFFS_4OP + 3];
instr513drivers/sound/opl3.cconnection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01);
instr556drivers/sound/opl3.cstruct sbi_instrument *instr;
instr599drivers/sound/opl3.cinstr = active_instrument[voice];
instr601drivers/sound/opl3.cif (!instr)
instr602drivers/sound/opl3.cinstr = &instrmap[0];
instr604drivers/sound/opl3.cif (instr->channel < 0)
instr612drivers/sound/opl3.cif (map->voice_mode == 2 && instr->key == OPL3_PATCH)
instr626drivers/sound/opl3.cif (instr->key != OPL3_PATCH)  /*
instr644drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]);
instr645drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]);
instr650drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]);
instr651drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]);
instr656drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]);
instr657drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]);
instr662drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]);
instr663drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]);
instr668drivers/sound/opl3.cfpc = instr->operators[10];
instr686drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]);
instr687drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]);
instr692drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]);
instr693drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]);
instr698drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]);
instr699drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]);
instr704drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]);
instr705drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]);
instr710drivers/sound/opl3.cfpc = instr->operators[OFFS_4OP + 10];
instr950drivers/sound/opl3.ctmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \
instr959drivers/sound/opl3.cstruct sbi_instrument *instr;
instr976drivers/sound/opl3.cinstr = active_instrument[voice];
instr978drivers/sound/opl3.cif (!instr)
instr979drivers/sound/opl3.cinstr = &instrmap[0];
instr983drivers/sound/opl3.cint             connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01);
instr1016drivers/sound/opl3.cif ((instr->operators[10] & 0x01))  /*
instr1104drivers/sound/opl3.cstruct sbi_instrument *instr;
instr1113drivers/sound/opl3.cinstr = &instrmap[instr_no];
instr1114drivers/sound/opl3.cif (instr->channel < 0 ||  /* Instrument not loaded */
instr1118drivers/sound/opl3.cis4op = (instr->key == OPL3_PATCH);