Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtmrvl_main.c181 if (priv->surprise_removed) { in btmrvl_send_sync_cmd()
211 priv->surprise_removed, in btmrvl_send_sync_cmd()
215 if (priv->surprise_removed) in btmrvl_send_sync_cmd()
312 priv->surprise_removed, in btmrvl_enable_hs()
314 if (ret < 0 || priv->surprise_removed) { in btmrvl_enable_hs()
609 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread()
628 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread()
Dbtmrvl_drv.h117 bool surprise_removed; member
Dbtmrvl_sdio.c901 if (priv->surprise_removed) in btmrvl_sdio_interrupt()
1587 card->priv->surprise_removed = true; in btmrvl_sdio_remove()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dif_usb.h76 uint8_t surprise_removed; member
Dif_usb.c172 cardp->surprise_removed = 1; in if_usb_fw_timeo()
305 cardp->surprise_removed = 1; in if_usb_disconnect()
415 if (cardp->surprise_removed) { in usb_tx_block()
892 wait_event_interruptible(cardp->fw_wq, cardp->surprise_removed || cardp->fwdnldover); in if_usb_prog_firmware()