Home
last modified time | relevance | path

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

/drivers/nfc/nfcmrvl/
Di2c.c92 if (test_bit(NFCMRVL_PHY_ERROR, &drv_data->priv->flags)) in nfcmrvl_i2c_int_irq_thread_fn()
99 set_bit(NFCMRVL_PHY_ERROR, &drv_data->priv->flags); in nfcmrvl_i2c_int_irq_thread_fn()
134 if (test_bit(NFCMRVL_PHY_ERROR, &priv->flags)) in nfcmrvl_i2c_nci_send()
Dmain.c37 clear_bit(NFCMRVL_PHY_ERROR, &priv->flags); in nfcmrvl_nci_open()
245 clear_bit(NFCMRVL_PHY_ERROR, &priv->flags); in nfcmrvl_chip_reset()
Dnfcmrvl.h28 #define NFCMRVL_PHY_ERROR 2 macro