Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dwavfront.c2497 char section_length; /* yes, just a char; max value is WF_SECTION_MAX */ in wavefront_download_firmware() local
2526 if ((x = read (fd, &section_length, sizeof (section_length))) != in wavefront_download_firmware()
2527 sizeof (section_length)) { in wavefront_download_firmware()
2532 if (section_length == 0) { in wavefront_download_firmware()
2536 if (read (fd, section, section_length) != section_length) { in wavefront_download_firmware()
2548 for (i = 0; i < section_length; i++) { in wavefront_download_firmware()