current_line      206 arch/powerpc/kernel/rtas.c 	static int current_line;
current_line      255 arch/powerpc/kernel/rtas.c 		current_line = 0;
current_line      264 arch/powerpc/kernel/rtas.c 		width = row_width[current_line];
current_line      276 arch/powerpc/kernel/rtas.c 				current_line++;
current_line      277 arch/powerpc/kernel/rtas.c 				if (current_line > display_lines-1)
current_line      278 arch/powerpc/kernel/rtas.c 					current_line = display_lines-1;
current_line      296 arch/powerpc/kernel/rtas.c 				width = row_width[current_line];
current_line       63 drivers/s390/char/sclp_rw.c 	buffer->current_line = NULL;
current_line      129 drivers/s390/char/sclp_rw.c 	buffer->current_line = (char *) (mto + 1);
current_line      164 drivers/s390/char/sclp_rw.c 	buffer->current_line = NULL;
current_line      209 drivers/s390/char/sclp_rw.c 			if (buffer->current_line == NULL) {
current_line      218 drivers/s390/char/sclp_rw.c 			if (buffer->current_line == NULL) {
current_line      229 drivers/s390/char/sclp_rw.c 			if (buffer->current_line == NULL) {
current_line      240 drivers/s390/char/sclp_rw.c 				*buffer->current_line++ = 0x40;
current_line      248 drivers/s390/char/sclp_rw.c 			if (buffer->current_line != NULL) {
current_line      255 drivers/s390/char/sclp_rw.c 				memset(buffer->current_line, 0x40, spaces);
current_line      256 drivers/s390/char/sclp_rw.c 				buffer->current_line += spaces;
current_line      271 drivers/s390/char/sclp_rw.c 			if (buffer->current_line != NULL &&
current_line      274 drivers/s390/char/sclp_rw.c 				buffer->current_line--;
current_line      279 drivers/s390/char/sclp_rw.c 			if (buffer->current_line != NULL)
current_line      289 drivers/s390/char/sclp_rw.c 			if (buffer->current_line == NULL) {
current_line      295 drivers/s390/char/sclp_rw.c 			*buffer->current_line++ = sclp_ascebc(msg[i_msg]);
current_line      300 drivers/s390/char/sclp_rw.c 		if (buffer->current_line != NULL &&
current_line      320 drivers/s390/char/sclp_rw.c 	if (buffer->current_line != NULL)
current_line      334 drivers/s390/char/sclp_rw.c 	if (buffer->current_line != NULL)
current_line      346 drivers/s390/char/sclp_rw.c 	if (buffer->current_line != NULL &&
current_line      454 drivers/s390/char/sclp_rw.c 	if (buffer->current_line != NULL)
current_line       70 drivers/s390/char/sclp_rw.h 	char *current_line;
current_line      196 sound/pci/bt87x.c 	int current_line;
current_line      330 sound/pci/bt87x.c 		chip->current_line = (chip->current_line + 1) % chip->lines;
current_line      332 sound/pci/bt87x.c 		current_block = chip->current_line * 16 / chip->lines;
current_line      335 sound/pci/bt87x.c 			chip->current_line = (irq_block * chip->lines + 15) / 16;
current_line      495 sound/pci/bt87x.c 	chip->current_line = 0;
current_line      536 sound/pci/bt87x.c 	return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes);