Home
last modified time | relevance | path

Searched refs:surprise_removed (Results 1 – 3 of 3) 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
/linux/drivers/net/wireless/marvell/libertas/
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()
910 wait_event_interruptible(cardp->fw_wq, cardp->surprise_removed || cardp->fwdnldover); in if_usb_prog_firmware()