Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/pn544/
Di2c.c184 int run_mode; member
241 static void pn544_hci_i2c_enable_mode(struct pn544_i2c_phy *phy, int run_mode) in pn544_hci_i2c_enable_mode() argument
243 gpiod_set_value_cansleep(phy->gpiod_fw, run_mode == PN544_FW_MODE ? 1 : 0); in pn544_hci_i2c_enable_mode()
247 phy->run_mode = run_mode; in pn544_hci_i2c_enable_mode()
510 if (phy->run_mode == PN544_FW_MODE) { in pn544_hci_i2c_irq_thread_fn()
/Linux-v4.19/drivers/nfc/st21nfca/
Di2c.c80 int run_mode; member
151 phy->run_mode = ST21NFCA_HCI_MODE; in st21nfca_hci_i2c_enable()