tag | line | file | source code |
---|---|---|---|
status_ptr | 51 | drivers/sound/sound_switch.c | static int status_len, status_ptr; |
status_ptr | 112 | drivers/sound/sound_switch.c | status_ptr = 0; |
status_ptr | 228 | drivers/sound/sound_switch.c | c = status_len - status_ptr; |
status_ptr | 235 | drivers/sound/sound_switch.c | COPY_TO_USER (buf, 0, &status_buf[status_ptr], l); |
status_ptr | 236 | drivers/sound/sound_switch.c | status_ptr += l; |
status_ptr | 321 | drivers/sound/sound_switch.c | status_len = status_ptr = 0; |