Searched full:pn532 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/nfc/pn533/ |
H A D | uart.c | 3 * Driver for NXP PN532 NFC Chip - UART transport layer 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() [all …]
|
H A D | Kconfig | 31 tristate "NFC PN532 device support (UART)" 35 This module adds support for the NXP pn532 UART interface.
|
H A D | i2c.c | 240 { .compatible = "nxp,pn532", }, 246 { .compatible = "nxp,pn532-i2c", },
|
/linux/Documentation/devicetree/bindings/net/nfc/ |
H A D | nxp,pn532.yaml | 4 $id: http://devicetree.org/schemas/net/nfc/nxp,pn532.yaml# 7 title: NXP Semiconductors PN532 NFC controller 15 - const: nxp,pn532 18 - nxp,pn532-i2c 39 # PN532 on I2C bus 48 compatible = "nxp,pn532"; 57 # PN532 connected via UART 63 compatible = "nxp,pn532";
|