Searched refs:pn532 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/pn533/ |
H A D | uart.c | 34 * request to the pn532 chip prior to our actual command. There is a 52 struct pn532_uart_phy *pn532 = dev->phy; in pn532_uart_send_frame() local 58 pn532->cur_out_buf = out; in pn532_uart_send_frame() 59 if (pn532->send_wakeup) { in pn532_uart_send_frame() 60 err = serdev_device_write(pn532->serdev, in pn532_uart_send_frame() 67 if (pn532->send_wakeup == PN532_SEND_LAST_WAKEUP) in pn532_uart_send_frame() 68 pn532->send_wakeup = PN532_SEND_NO_WAKEUP; in pn532_uart_send_frame() 70 err = serdev_device_write(pn532->serdev, out->data, out->len, in pn532_uart_send_frame() 75 mod_timer(&pn532->cmd_timeout, HZ / 40 + jiffies); in pn532_uart_send_frame() 84 struct pn532_uart_phy *pn532 in pn532_uart_send_ack() local 105 struct pn532_uart_phy *pn532 = dev->phy; pn532_dev_up() local 118 struct pn532_uart_phy *pn532 = dev->phy; pn532_dev_down() local 240 struct pn532_uart_phy *pn532; pn532_uart_probe() local 308 struct pn532_uart_phy *pn532 = serdev_device_get_drvdata(serdev); pn532_uart_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/nfc/pn533/ |
H A D | uart.c | 34 * request to the pn532 chip prior to our actual command. There is a 52 struct pn532_uart_phy *pn532 = dev->phy; in pn532_uart_send_frame() local 58 pn532->cur_out_buf = out; in pn532_uart_send_frame() 59 if (pn532->send_wakeup) { in pn532_uart_send_frame() 60 err = serdev_device_write(pn532->serdev, in pn532_uart_send_frame() 67 if (pn532->send_wakeup == PN532_SEND_LAST_WAKEUP) in pn532_uart_send_frame() 68 pn532->send_wakeup = PN532_SEND_NO_WAKEUP; in pn532_uart_send_frame() 70 err = serdev_device_write(pn532->serdev, out->data, out->len, in pn532_uart_send_frame() 75 mod_timer(&pn532->cmd_timeout, HZ / 40 + jiffies); in pn532_uart_send_frame() 84 struct pn532_uart_phy *pn532 in pn532_uart_send_ack() local 105 struct pn532_uart_phy *pn532 = dev->phy; pn532_dev_up() local 118 struct pn532_uart_phy *pn532 = dev->phy; pn532_dev_down() local 240 struct pn532_uart_phy *pn532; pn532_uart_probe() local 308 struct pn532_uart_phy *pn532 = serdev_device_get_drvdata(serdev); pn532_uart_remove() local [all...] |
Completed in 1 milliseconds