tag | line | file | source code |
status_len | 53 | drivers/sound/sound_switch.c | static int status_len, status_ptr; |
status_len | 65 | drivers/sound/sound_switch.c | if (status_len + l >= 4000) |
status_len | 68 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], s, l); |
status_len | 69 | drivers/sound/sound_switch.c | status_len += l; |
status_len | 97 | drivers/sound/sound_switch.c | if (status_len + l >= 4000) |
status_len | 100 | drivers/sound/sound_switch.c | memcpy (&status_buf[status_len], &buf[10 - l], l); |
status_len | 101 | drivers/sound/sound_switch.c | status_len += l; |
status_len | 294 | drivers/sound/sound_switch.c | c = status_len - status_ptr; |
status_len | 394 | drivers/sound/sound_switch.c | status_len = status_ptr = 0; |