Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlp.h46 struct lp_struct { struct
/Linux-v5.4/drivers/char/
Dlp.c144 static struct lp_struct lp_table[LP_NO];
168 static void lp_claim_parport_or_block(struct lp_struct *this_lp) in lp_claim_parport_or_block()
176 static void lp_release_parport(struct lp_struct *this_lp) in lp_release_parport()
187 struct lp_struct *this_lp = (struct lp_struct *)handle; in lp_preempt()