Home
last modified time | relevance | path

Searched refs:LP_TIME (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dlp.h24 #define LP_TIME(minor) lp_table[(minor)].time /* wait time */ macro
/openbmc/linux/drivers/char/
H A Dlp.c314 if (time_after(jiffies, lp_table[minor].lastcall + LP_TIME(minor))) in lp_write()
599 LP_TIME(minor) = arg * HZ/100; in lp_do_ioctl()