tag | line | file | source code |
---|---|---|---|
status_ptr | 45 | drivers/sound/sound_switch.c | static int status_len, status_ptr; |
status_ptr | 104 | drivers/sound/sound_switch.c | status_ptr = 0; |
status_ptr | 322 | drivers/sound/sound_switch.c | c = status_len - status_ptr; |
status_ptr | 329 | drivers/sound/sound_switch.c | memcpy_tofs (&((buf)[0]), &status_buf[status_ptr], l); |
status_ptr | 330 | drivers/sound/sound_switch.c | status_ptr += l; |
status_ptr | 428 | drivers/sound/sound_switch.c | status_len = status_ptr = 0; |