tag | line | file | source code |
inf | 15 | drivers/sound/hex2hex.h | int loadhex(FILE *inf, unsigned char *buf, char *source) |
inf | 19 | drivers/sound/hex2hex.h | while ((c=getc(inf))!=EOF) |
inf | 28 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &n) != 1) |
inf | 32 | drivers/sound/hex2hex.h | if (fscanf(inf, "%04x", &addr) != 1) |
inf | 37 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &linetype) != 1) |
inf | 46 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &c) != 1) |
inf | 56 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &check) != 1) |
inf | 70 | drivers/sound/hex2hex.h | FILE *inf, *outf; |
inf | 75 | drivers/sound/hex2hex.h | if ((inf=fopen(source, "r"))==NULL) |
inf | 84 | drivers/sound/hex2hex.h | fclose(inf); |
inf | 88 | drivers/sound/hex2hex.h | l=loadhex(inf, buf, source); |
inf | 91 | drivers/sound/hex2hex.h | fclose(inf); |
inf | 109 | drivers/sound/hex2hex.h | fclose(inf); |
inf | 1722 | drivers/sound/sequencer.c | struct synth_info inf; |
inf | 1725 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) &inf, &(((char *) arg)[0]), sizeof (inf)); |
inf | 1726 | drivers/sound/sequencer.c | dev = inf.device; |
inf | 1756 | drivers/sound/sequencer.c | struct midi_info inf; |
inf | 1759 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) &inf, &(((char *) arg)[0]), sizeof (inf)); |
inf | 1760 | drivers/sound/sequencer.c | dev = inf.device; |
inf | 1765 | drivers/sound/sequencer.c | memcpy_tofs ((&((char *) arg)[0]), (char *) &(midi_devs[dev]->info), sizeof (inf)); |
inf | 1772 | drivers/sound/sequencer.c | struct patmgr_info *inf; |
inf | 1775 | drivers/sound/sequencer.c | if ((inf = (struct patmgr_info *) kmalloc (sizeof (*inf), GFP_KERNEL)) == NULL) |
inf | 1781 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) inf, &(((char *) arg)[0]), sizeof (*inf)); |
inf | 1782 | drivers/sound/sequencer.c | dev = inf->device; |
inf | 1786 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1792 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1796 | drivers/sound/sequencer.c | if ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1) |
inf | 1798 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1802 | drivers/sound/sequencer.c | memcpy_tofs ((&((char *) arg)[0]), (char *) inf, sizeof (*inf)); |
inf | 1803 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1810 | drivers/sound/sequencer.c | struct patmgr_info *inf; |
inf | 1813 | drivers/sound/sequencer.c | if ((inf = (struct patmgr_info *) kmalloc (sizeof (*inf), GFP_KERNEL)) == NULL) |
inf | 1819 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) inf, &(((char *) arg)[0]), sizeof (*inf)); |
inf | 1820 | drivers/sound/sequencer.c | dev = inf->device; |
inf | 1824 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1830 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1834 | drivers/sound/sequencer.c | if ((err = pmgr_access (dev, inf)) < 0) |
inf | 1836 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1840 | drivers/sound/sequencer.c | memcpy_tofs ((&((char *) arg)[0]), (char *) inf, sizeof (*inf)); |
inf | 1841 | drivers/sound/sequencer.c | kfree (inf); |