Searched refs:LP_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dlp.h31 #define LP_BUFFER_SIZE PAGE_SIZE macro
/linux-master/drivers/char/
H A Dlp.c321 if (copy_size > LP_BUFFER_SIZE)
322 copy_size = LP_BUFFER_SIZE;
391 if (copy_size > LP_BUFFER_SIZE)
392 copy_size = LP_BUFFER_SIZE;
430 if (count > LP_BUFFER_SIZE)
431 count = LP_BUFFER_SIZE;
543 lp_table[minor].lp_buffer = kmalloc(LP_BUFFER_SIZE, GFP_KERNEL);

Completed in 131 milliseconds