Searched refs:current_line (Results 1 – 4 of 4) sorted by relevance
56 buffer->current_line = NULL; in sclp_make_buffer()122 buffer->current_line = (char *) (mto + 1); in sclp_initialize_mto()157 buffer->current_line = NULL; in sclp_finalize_mto()202 if (buffer->current_line == NULL) { in sclp_write()211 if (buffer->current_line == NULL) { in sclp_write()222 if (buffer->current_line == NULL) { in sclp_write()233 *buffer->current_line++ = 0x40; in sclp_write()241 if (buffer->current_line != NULL) { in sclp_write()248 memset(buffer->current_line, 0x40, spaces); in sclp_write()249 buffer->current_line += spaces; in sclp_write()[all …]
70 char *current_line; member
229 static int current_line; in rtas_progress() local278 current_line = 0; in rtas_progress()287 width = row_width[current_line]; in rtas_progress()299 current_line++; in rtas_progress()300 if (current_line > display_lines-1) in rtas_progress()301 current_line = display_lines-1; in rtas_progress()319 width = row_width[current_line]; in rtas_progress()
194 int current_line; member323 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt()325 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt()328 chip->current_line = DIV_ROUND_UP(irq_block * chip->lines, in snd_bt87x_interrupt()483 chip->current_line = 0; in snd_bt87x_start()524 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); in snd_bt87x_pointer()