Searched refs:NFCMRVL_PHY_ERROR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | i2c.c | 92 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()
|
H A D | main.c | 37 clear_bit(NFCMRVL_PHY_ERROR, &priv->flags); in nfcmrvl_nci_open() 245 clear_bit(NFCMRVL_PHY_ERROR, &priv->flags); in nfcmrvl_chip_reset()
|
H A D | nfcmrvl.h | 28 #define NFCMRVL_PHY_ERROR 2 macro
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | i2c.c | 73 if (test_bit(NFCMRVL_PHY_ERROR, &drv_data->priv->flags)) in nfcmrvl_i2c_int_irq_thread_fn() 80 set_bit(NFCMRVL_PHY_ERROR, &drv_data->priv->flags); in nfcmrvl_i2c_int_irq_thread_fn() 115 if (test_bit(NFCMRVL_PHY_ERROR, &priv->flags)) { in nfcmrvl_i2c_nci_send()
|
H A D | main.c | 26 clear_bit(NFCMRVL_PHY_ERROR, &priv->flags); in nfcmrvl_nci_open() 234 clear_bit(NFCMRVL_PHY_ERROR, &priv->flags); in nfcmrvl_chip_reset()
|
H A D | nfcmrvl.h | 15 #define NFCMRVL_PHY_ERROR 2 macro
|
Completed in 3 milliseconds