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
206 static int current_line; in rtas_progress() local255 current_line = 0; in rtas_progress()264 width = row_width[current_line]; in rtas_progress()276 current_line++; in rtas_progress()277 if (current_line > display_lines-1) in rtas_progress()278 current_line = display_lines-1; in rtas_progress()296 width = row_width[current_line]; in rtas_progress()
196 int current_line; member330 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt()332 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt()335 chip->current_line = (irq_block * chip->lines + 15) / 16; in snd_bt87x_interrupt()495 chip->current_line = 0; in snd_bt87x_start()536 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); in snd_bt87x_pointer()