Searched refs:current_line (Results 1 – 4 of 4) sorted by relevance
63 buffer->current_line = NULL; in sclp_make_buffer()129 buffer->current_line = (char *) (mto + 1); in sclp_initialize_mto()164 buffer->current_line = NULL; in sclp_finalize_mto()209 if (buffer->current_line == NULL) { in sclp_write()218 if (buffer->current_line == NULL) { in sclp_write()229 if (buffer->current_line == NULL) { in sclp_write()240 *buffer->current_line++ = 0x40; in sclp_write()248 if (buffer->current_line != NULL) { in sclp_write()255 memset(buffer->current_line, 0x40, spaces); in sclp_write()256 buffer->current_line += spaces; in sclp_write()[all …]
70 char *current_line; member
196 int current_line; member325 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt()327 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt()330 chip->current_line = (irq_block * chip->lines + 15) / 16; in snd_bt87x_interrupt()484 chip->current_line = 0; in snd_bt87x_start()525 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); in snd_bt87x_pointer()
207 static int current_line; in rtas_progress() local256 current_line = 0; in rtas_progress()265 width = row_width[current_line]; in rtas_progress()277 current_line++; in rtas_progress()278 if (current_line > display_lines-1) in rtas_progress()279 current_line = display_lines-1; in rtas_progress()297 width = row_width[current_line]; in rtas_progress()