Home
last modified time | relevance | path

Searched refs:surprise_removed (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/bluetooth/
H A Dbtmrvl_main.c162 if (priv->surprise_removed) { in btmrvl_send_sync_cmd()
192 priv->surprise_removed, in btmrvl_send_sync_cmd()
196 if (priv->surprise_removed) in btmrvl_send_sync_cmd()
293 priv->surprise_removed, in btmrvl_enable_hs()
295 if (ret < 0 || priv->surprise_removed) { in btmrvl_enable_hs()
598 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread()
617 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread()
H A Dbtmrvl_drv.h101 bool surprise_removed; member
H A Dbtmrvl_sdio.c917 if (priv->surprise_removed) in btmrvl_sdio_interrupt()
1601 card->priv->surprise_removed = true; in btmrvl_sdio_remove()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.h76 uint8_t surprise_removed; member
H A Dif_usb.c174 cardp->surprise_removed = 1; in if_usb_fw_timeo()
312 cardp->surprise_removed = 1; in if_usb_disconnect()
423 if (cardp->surprise_removed) { in usb_tx_block()
900 wait_event_interruptible(cardp->fw_wq, cardp->surprise_removed || cardp->fwdnldover); in if_usb_prog_firmware()