Searched refs:current_line (Results 1 – 4 of 4) sorted by relevance
62 buffer->current_line = NULL; in sclp_make_buffer()128 buffer->current_line = (char *) (mto + 1); in sclp_initialize_mto()163 buffer->current_line = NULL; in sclp_finalize_mto()208 if (buffer->current_line == NULL) { in sclp_write()217 if (buffer->current_line == NULL) { in sclp_write()228 if (buffer->current_line == NULL) { in sclp_write()239 *buffer->current_line++ = 0x40; in sclp_write()247 if (buffer->current_line != NULL) { in sclp_write()254 memset(buffer->current_line, 0x40, spaces); in sclp_write()255 buffer->current_line += spaces; in sclp_write()[all …]
69 char *current_line; member
213 static int current_line; in rtas_progress() local262 current_line = 0; in rtas_progress()271 width = row_width[current_line]; in rtas_progress()283 current_line++; in rtas_progress()284 if (current_line > display_lines-1) in rtas_progress()285 current_line = display_lines-1; in rtas_progress()303 width = row_width[current_line]; in rtas_progress()
210 int current_line; member344 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt()346 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt()349 chip->current_line = (irq_block * chip->lines + 15) / 16; in snd_bt87x_interrupt()509 chip->current_line = 0; in snd_bt87x_start()550 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); in snd_bt87x_pointer()