Searched defs:card_lock (Results 1 - 3 of 3) sorted by relevance

/drivers/tty/
H A Disicom.c198 spinlock_t card_lock; /* Card wide lock 11/5/00 -sameer */ member in struct:isi_board
244 spin_lock_irqsave(&card->card_lock, card->flags);
250 spin_unlock_irqrestore(&card->card_lock, card->flags);
260 spin_unlock_irqrestore(&card->card_lock, card->flags);
427 spin_lock_irqsave(&isi_card[card].card_lock, flags);
506 spin_unlock_irqrestore(&isi_card[card].card_lock, flags);
535 spin_lock(&card->card_lock);
553 spin_unlock(&card->card_lock);
559 spin_unlock(&card->card_lock);
573 spin_unlock(&card->card_lock);
[all...]
/drivers/net/wan/
H A Dpc300.h365 spinlock_t card_lock; member in struct:pc300
H A Dfarsync.c457 spinlock_t card_lock; /* Lock for SMP access */ member in struct:fst_card_info
955 spin_lock_irqsave(&card->card_lock, flags);
961 spin_unlock_irqrestore(&card->card_lock, flags);
963 spin_lock_irqsave(&card->card_lock, flags);
987 spin_unlock_irqrestore(&card->card_lock, flags);
1026 spin_lock_irqsave(&card->card_lock, flags);
1037 spin_unlock_irqrestore(&card->card_lock, flags);
1054 spin_lock_irqsave(&card->card_lock, flags);
1066 spin_unlock_irqrestore(&card->card_lock, flags);
1359 spin_lock_irqsave(&card->card_lock, flag
[all...]

Completed in 35 milliseconds