Searched refs:VIA_TABLE_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | via82xx_modem.c | 203 #define VIA_TABLE_SIZE 255 macro 277 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table() 282 dev->idx_table = kmalloc_array(VIA_TABLE_SIZE, in build_via_table() 304 if (idx >= VIA_TABLE_SIZE) { in build_via_table() 720 .periods_max = VIA_TABLE_SIZE / 2,
|
H A D | via82xx.c | 307 #define VIA_TABLE_SIZE 255 macro 424 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table() 429 dev->idx_table = kmalloc_array(VIA_TABLE_SIZE, in build_via_table() 451 if (idx >= VIA_TABLE_SIZE) { in build_via_table() 1151 .periods_max = VIA_TABLE_SIZE / 2,
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | via82xx_modem.c | 202 #define VIA_TABLE_SIZE 255 macro 276 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table() 281 dev->idx_table = kmalloc_array(VIA_TABLE_SIZE, in build_via_table() 303 if (idx >= VIA_TABLE_SIZE) { in build_via_table() 720 .periods_max = VIA_TABLE_SIZE / 2,
|
H A D | via82xx.c | 306 #define VIA_TABLE_SIZE 255 macro 423 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table() 428 dev->idx_table = kmalloc_array(VIA_TABLE_SIZE, in build_via_table() 450 if (idx >= VIA_TABLE_SIZE) { in build_via_table() 1152 .periods_max = VIA_TABLE_SIZE / 2,
|
Completed in 13 milliseconds