Searched refs:pn532 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nfc/pn533/ |
| H A D | uart.c | 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 = dev->phy; in pn532_uart_send_ack() local 87 err = serdev_device_write(pn532->serdev, ack, sizeof(ack), in pn532_uart_send_ack() [all …]
|
| H A D | Kconfig | 35 This module adds support for the NXP pn532 UART interface.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/nfc/ |
| H A D | pn532.txt | 5 - "nxp,pn532" Place a node with this inside the devicetree node of the bus 8 - "nxp,pn532-i2c" (DEPRECATED) only works for the i2c binding. 25 pn532: nfc@24 { 27 compatible = "nxp,pn532"; 43 pn532: nfc { 44 compatible = "nxp,pn532";
|