Searched refs:patchx (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | soundcard.h | 1292 # define SEQ_WRPATCH(patchx, len) \ argument 1293 OSS_write_patch(seqfd, (char*)(patchx), len) 1294 # define SEQ_WRPATCH2(patchx, len) \ argument 1295 OSS_write_patch2(seqfd, (char*)(patchx), len) 1297 # define SEQ_WRPATCH(patchx, len) \ argument 1299 if (write(seqfd, (char*)(patchx), len)==-1) \ 1301 # define SEQ_WRPATCH2(patchx, len) \ argument 1302 (SEQ_DUMPBUF(), write(seqfd, (char*)(patchx), len))
|