Searched refs:current_line (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/s390/char/
H A Dsclp_rw.c56 buffer->current_line = NULL;
122 buffer->current_line = (char *) (mto + 1);
157 buffer->current_line = NULL;
202 if (buffer->current_line == NULL) {
211 if (buffer->current_line == NULL) {
222 if (buffer->current_line == NULL) {
233 *buffer->current_line++ = 0x40;
241 if (buffer->current_line != NULL) {
248 memset(buffer->current_line, 0x40, spaces);
249 buffer->current_line
[all...]
H A Dsclp_rw.h70 char *current_line; member in struct:sclp_buffer
/linux-master/sound/pci/
H A Dbt87x.c194 int current_line; member in struct:snd_bt87x
323 chip->current_line = (chip->current_line + 1) % chip->lines;
325 current_block = chip->current_line * 16 / chip->lines;
328 chip->current_line = DIV_ROUND_UP(irq_block * chip->lines,
483 chip->current_line = 0;
524 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes);
/linux-master/arch/powerpc/kernel/
H A Drtas.c870 static int current_line; local
919 current_line = 0;
928 width = row_width[current_line];
940 current_line++;
941 if (current_line > display_lines-1)
942 current_line = display_lines-1;
960 width = row_width[current_line];

Completed in 94 milliseconds