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

/drivers/char/
H A Dlp.c166 static void lp_claim_parport_or_block(struct lp_struct *this_lp) argument
168 if (!test_and_set_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) {
169 parport_claim_or_block (this_lp->dev);
174 static void lp_release_parport(struct lp_struct *this_lp) argument
176 if (test_and_clear_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) {
177 parport_release (this_lp->dev);
185 struct lp_struct *this_lp = (struct lp_struct *)handle; local
186 set_bit(LP_PREEMPT_REQUEST, &this_lp->bits);

Completed in 63 milliseconds