Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/nfcmrvl/
Dusb.c34 #define NFCMRVL_USB_BULK_RUNNING 1 macro
94 if (!test_bit(NFCMRVL_USB_BULK_RUNNING, &drv_data->flags)) in nfcmrvl_bulk_complete()
190 set_bit(NFCMRVL_USB_BULK_RUNNING, &drv_data->flags); in nfcmrvl_usb_nci_open()
213 clear_bit(NFCMRVL_USB_BULK_RUNNING, &drv_data->flags); in nfcmrvl_usb_nci_close()
426 if (test_bit(NFCMRVL_USB_BULK_RUNNING, &drv_data->flags)) { in nfcmrvl_resume()
429 clear_bit(NFCMRVL_USB_BULK_RUNNING, &drv_data->flags); in nfcmrvl_resume()