button_output_buffer   33 drivers/char/nwbutton.c static char button_output_buffer[32];	/* Stores data to write out of device */
button_output_buffer  137 drivers/char/nwbutton.c 	bcount = sprintf (button_output_buffer, "%d\n", button_press_count);
button_output_buffer  175 drivers/char/nwbutton.c 	return (copy_to_user (buffer, &button_output_buffer, bcount))