tag | line | file | source code |
instr | 289 | drivers/scsi/aic7xxx_asm.c | } instr[] = { |
instr | 487 | drivers/scsi/aic7xxx_asm.c | for (i = 0; instr[i].name; i++) { |
instr | 493 | drivers/scsi/aic7xxx_asm.c | if (!strcmp(instr[i].name, *a) && instr[i].n == n) |
instr | 496 | drivers/scsi/aic7xxx_asm.c | if (!instr[i].name) |
instr | 499 | drivers/scsi/aic7xxx_asm.c | I_op = eval_operand(a, instr[i].op); |
instr | 500 | drivers/scsi/aic7xxx_asm.c | I_src = eval_sdi(a, instr[i].src); |
instr | 501 | drivers/scsi/aic7xxx_asm.c | I_imm = eval_sdi(a, instr[i].imm); |
instr | 502 | drivers/scsi/aic7xxx_asm.c | I_dest = eval_sdi(a, instr[i].dest); |
instr | 503 | drivers/scsi/aic7xxx_asm.c | I_addr = eval_addr(a, instr[i].addr); |
instr | 508 | drivers/scsi/aic7xxx_asm.c | switch (instr[i].fmt) { |
instr | 199 | drivers/sound/dev_table.h | int (*set_instr) (int dev, int voice, int instr); |
instr | 1515 | drivers/sound/gus_wave.c | int instr; |
instr | 1549 | drivers/sound/gus_wave.c | instr = patch.instr_no; |
instr | 1551 | drivers/sound/gus_wave.c | if (instr < 0 || instr > MAX_PATCH) |
instr | 1553 | drivers/sound/gus_wave.c | printk ("GUS: Invalid patch number %d\n", instr); |
instr | 1631 | drivers/sound/gus_wave.c | samples[free_sample].key = patch_table[instr]; |
instr | 1632 | drivers/sound/gus_wave.c | patch_table[instr] = free_sample; |
instr | 1771 | drivers/sound/gus_wave.c | pmgr_inform (dev, PM_E_PATCH_LOADED, instr, free_sample, 0, 0); |
instr | 89 | drivers/sound/opl3.c | static int store_instr (int instr_no, struct sbi_instrument *instr); |
instr | 362 | drivers/sound/opl3.c | store_instr (int instr_no, struct sbi_instrument *instr) |
instr | 365 | drivers/sound/opl3.c | if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2)) |
instr | 366 | drivers/sound/opl3.c | printk ("FM warning: Invalid patch format field (key) 0x%x\n", instr->key); |
instr | 367 | drivers/sound/opl3.c | memcpy ((char *) &(devc->i_map[instr_no]), (char *) instr, sizeof (*instr)); |
instr | 437 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 445 | drivers/sound/opl3.c | instr = devc->act_i[voice]; |
instr | 447 | drivers/sound/opl3.c | if (!instr) |
instr | 448 | drivers/sound/opl3.c | instr = &devc->i_map[0]; |
instr | 450 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 459 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 460 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 462 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) |
instr | 481 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 482 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 483 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
instr | 484 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
instr | 491 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 530 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 573 | drivers/sound/opl3.c | instr = devc->act_i[voice]; |
instr | 575 | drivers/sound/opl3.c | if (!instr) |
instr | 576 | drivers/sound/opl3.c | instr = &devc->i_map[0]; |
instr | 578 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 586 | drivers/sound/opl3.c | if (map->voice_mode == 2 && instr->key == OPL3_PATCH) |
instr | 600 | drivers/sound/opl3.c | if (instr->key != OPL3_PATCH) /* |
instr | 618 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
instr | 619 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
instr | 624 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
instr | 625 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
instr | 630 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
instr | 631 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
instr | 636 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
instr | 637 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
instr | 642 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
instr | 660 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
instr | 661 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
instr | 666 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
instr | 667 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
instr | 672 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
instr | 673 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
instr | 678 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
instr | 679 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
instr | 684 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
instr | 916 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
instr | 925 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 942 | drivers/sound/opl3.c | instr = devc->act_i[voice]; |
instr | 944 | drivers/sound/opl3.c | if (!instr) |
instr | 945 | drivers/sound/opl3.c | instr = &devc->i_map[0]; |
instr | 949 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 982 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* |
instr | 1074 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 1083 | drivers/sound/opl3.c | instr = &devc->i_map[instr_no]; |
instr | 1084 | drivers/sound/opl3.c | if (instr->channel < 0 || /* Instrument not loaded */ |
instr | 1088 | drivers/sound/opl3.c | is4op = (instr->key == OPL3_PATCH); |
instr | 51 | scripts/lxdialog/inputbox.c | unsigned char *instr = dialog_input_result; |
instr | 97 | scripts/lxdialog/inputbox.c | instr[0] = '\0'; |
instr | 99 | scripts/lxdialog/inputbox.c | strcpy (instr, init); |
instr | 101 | scripts/lxdialog/inputbox.c | input_x = strlen (instr); |
instr | 107 | scripts/lxdialog/inputbox.c | waddch (dialog, instr[scroll + i]); |
instr | 109 | scripts/lxdialog/inputbox.c | waddstr (dialog, instr); |
instr | 137 | scripts/lxdialog/inputbox.c | waddch (dialog, instr[scroll + input_x + i] ? |
instr | 138 | scripts/lxdialog/inputbox.c | instr[scroll + input_x + i] : ' '); |
instr | 139 | scripts/lxdialog/inputbox.c | input_x = strlen (instr) - scroll; |
instr | 142 | scripts/lxdialog/inputbox.c | instr[scroll + input_x] = '\0'; |
instr | 152 | scripts/lxdialog/inputbox.c | instr[scroll + input_x] = key; |
instr | 153 | scripts/lxdialog/inputbox.c | instr[scroll + input_x + 1] = '\0'; |
instr | 158 | scripts/lxdialog/inputbox.c | waddch (dialog, instr[scroll + i]); |