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

/drivers/net/wireless/mwifiex/
H A Dpcie.c38 static struct semaphore add_remove_card_sem; variable in typeref:struct:semaphore
96 if (mwifiex_add_card(card, &add_remove_card_sem, &pcie_ops,
143 mwifiex_remove_card(card->adapter, &add_remove_card_sem);
1900 sema_init(&add_remove_card_sem, 1);
1925 if (!down_interruptible(&add_remove_card_sem))
1926 up(&add_remove_card_sem);
H A Dsdio.c51 static struct semaphore add_remove_card_sem; variable in typeref:struct:semaphore
92 if (mwifiex_add_card(card, &add_remove_card_sem, &sdio_ops,
145 mwifiex_remove_card(card->adapter, &add_remove_card_sem);
1769 sema_init(&add_remove_card_sem, 1);
1789 if (!down_interruptible(&add_remove_card_sem))
1790 up(&add_remove_card_sem);

Completed in 58 milliseconds