Home
last modified time | relevance | path

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

/linux/drivers/nfc/pn544/
H A Di2c.c171 int run_mode; member
229 static void pn544_hci_i2c_enable_mode(struct pn544_i2c_phy *phy, int run_mode) in pn544_hci_i2c_enable_mode() argument
231 gpiod_set_value_cansleep(phy->gpiod_fw, run_mode == PN544_FW_MODE ? 1 : 0); in pn544_hci_i2c_enable_mode()
235 phy->run_mode = run_mode; in pn544_hci_i2c_enable_mode()
496 if (phy->run_mode == PN544_FW_MODE) { in pn544_hci_i2c_irq_thread_fn()