Home
last modified time | relevance | path

Searched refs:patch_table (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/video/via/ !
Dviamode.h39 struct patch_table { struct
60 extern struct patch_table res_patch_table[]; argument
Dviamode.c242 struct patch_table res_patch_table[] = {
/linux-3.3/sound/drivers/opl3/ !
Dopl3_synth.c321 for (patch = opl3->patch_table[key]; patch; patch = patch->next) { in snd_opl3_find_patch()
333 patch->next = opl3->patch_table[key]; in snd_opl3_find_patch()
334 opl3->patch_table[key] = patch; in snd_opl3_find_patch()
347 for (patch = opl3->patch_table[i]; patch; patch = next) { in snd_opl3_clear_patches()
352 memset(opl3->patch_table, 0, sizeof(opl3->patch_table)); in snd_opl3_clear_patches()
/linux-3.3/include/sound/ !
Dopl3.h339 struct fm_patch *patch_table[OPL3_PATCH_HASH_SIZE]; member