Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dlp.c167 static void lp_claim_parport_or_block(struct lp_struct *this_lp) in lp_claim_parport_or_block() argument
169 if (!test_and_set_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) { in lp_claim_parport_or_block()
170 parport_claim_or_block (this_lp->dev); in lp_claim_parport_or_block()
175 static void lp_release_parport(struct lp_struct *this_lp) in lp_release_parport() argument
177 if (test_and_clear_bit(LP_PARPORT_CLAIMED, &this_lp->bits)) { in lp_release_parport()
178 parport_release (this_lp->dev); in lp_release_parport()
186 struct lp_struct *this_lp = (struct lp_struct *)handle; in lp_preempt() local
187 set_bit(LP_PREEMPT_REQUEST, &this_lp->bits); in lp_preempt()
/linux-2.6.39/drivers/net/
Diseries_veth.c216 static HvLpIndex this_lp; variable
822 if ( (rlp == this_lp) || in veth_init_connection()
823 ! HvLpConfig_doLpsCommunicateOnVirtualLan(this_lp, rlp) ) in veth_init_connection()
1051 if (i == this_lp) in veth_probe_one()
1675 this_lp = HvLpConfig_getLpIndex_outline(); in veth_module_init()