Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dlp.c158 #define LP_PARPORT_CLAIMED 2 macro
170 if (!test_and_set_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) { in lp_claim_parport_or_block()
178 if (test_and_clear_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) { in lp_release_parport()
/kernel/linux/linux-6.6/drivers/char/
H A Dlp.c160 #define LP_PARPORT_CLAIMED 2 macro
172 if (!test_and_set_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) { in lp_claim_parport_or_block()
180 if (test_and_clear_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) { in lp_release_parport()

Completed in 4 milliseconds