Searched refs:nci_uart (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | uart.c | 49 static struct nci_uart *nci_uart_drivers[NCI_UART_DRIVER_MAX]; 51 static inline struct sk_buff *nci_uart_dequeue(struct nci_uart *nu) in nci_uart_dequeue() 63 static inline int nci_uart_queue_empty(struct nci_uart *nu) in nci_uart_queue_empty() 71 static int nci_uart_tx_wakeup(struct nci_uart *nu) in nci_uart_tx_wakeup() 85 struct nci_uart *nu = container_of(work, struct nci_uart, write_work); in nci_uart_write_work() 119 struct nci_uart *nu = NULL; in nci_uart_set_driver() 132 memcpy(nu, nci_uart_drivers[driver], sizeof(struct nci_uart)); in nci_uart_set_driver() 187 struct nci_uart *nu = (void *)tty->disc_data; in nci_uart_tty_close() 219 struct nci_uart *n in nci_uart_tty_wakeup() [all...] |
H A D | Makefile | 13 nci_uart-y += uart.o 14 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | uart.c | 37 static struct nci_uart *nci_uart_drivers[NCI_UART_DRIVER_MAX]; 39 static inline struct sk_buff *nci_uart_dequeue(struct nci_uart *nu) in nci_uart_dequeue() 51 static inline int nci_uart_queue_empty(struct nci_uart *nu) in nci_uart_queue_empty() 59 static int nci_uart_tx_wakeup(struct nci_uart *nu) in nci_uart_tx_wakeup() 73 struct nci_uart *nu = container_of(work, struct nci_uart, write_work); in nci_uart_write_work() 107 struct nci_uart *nu = NULL; in nci_uart_set_driver() 120 memcpy(nu, nci_uart_drivers[driver], sizeof(struct nci_uart)); in nci_uart_set_driver() 175 struct nci_uart *nu = tty->disc_data; in nci_uart_tty_close() 207 struct nci_uart *n in nci_uart_tty_wakeup() [all...] |
H A D | Makefile | 13 nci_uart-y += uart.o 14 obj-$(CONFIG_NFC_NCI_UART) += nci_uart.o
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 429 struct nci_uart; 432 int (*open)(struct nci_uart *nci_uart); 433 void (*close)(struct nci_uart *nci_uart); 434 int (*recv)(struct nci_uart *nci_uart, struct sk_buff *skb); 435 int (*recv_buf)(struct nci_uart *nci_uart, const u8 *data, char *flags, 437 int (*send)(struct nci_uart *nci_uar 442 struct nci_uart { global() struct [all...] |
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | uart.c | 48 struct nci_uart *nu = priv->drv_data; in nfcmrvl_uart_nci_send() 56 struct nci_uart *nu = priv->drv_data; in nfcmrvl_uart_nci_update_config() 109 static int nfcmrvl_nci_uart_open(struct nci_uart *nu) in nfcmrvl_nci_uart_open() 148 static void nfcmrvl_nci_uart_close(struct nci_uart *nu) in nfcmrvl_nci_uart_close() 153 static int nfcmrvl_nci_uart_recv(struct nci_uart *nu, struct sk_buff *skb) in nfcmrvl_nci_uart_recv() 159 static void nfcmrvl_nci_uart_tx_start(struct nci_uart *nu) in nfcmrvl_nci_uart_tx_start() 173 static void nfcmrvl_nci_uart_tx_done(struct nci_uart *nu) in nfcmrvl_nci_uart_tx_done() 191 static struct nci_uart nfcmrvl_nci_uart = {
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | uart.c | 37 struct nci_uart *nu = priv->drv_data; in nfcmrvl_uart_nci_send() 45 struct nci_uart *nu = priv->drv_data; in nfcmrvl_uart_nci_update_config() 91 static int nfcmrvl_nci_uart_open(struct nci_uart *nu) in nfcmrvl_nci_uart_open() 130 static void nfcmrvl_nci_uart_close(struct nci_uart *nu) in nfcmrvl_nci_uart_close() 135 static int nfcmrvl_nci_uart_recv(struct nci_uart *nu, struct sk_buff *skb) in nfcmrvl_nci_uart_recv() 141 static void nfcmrvl_nci_uart_tx_start(struct nci_uart *nu) in nfcmrvl_nci_uart_tx_start() 155 static void nfcmrvl_nci_uart_tx_done(struct nci_uart *nu) in nfcmrvl_nci_uart_tx_done() 173 static struct nci_uart nfcmrvl_nci_uart = {
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 431 struct nci_uart; 434 int (*open)(struct nci_uart *nci_uart); 435 void (*close)(struct nci_uart *nci_uart); 436 int (*recv)(struct nci_uart *nci_uart, struct sk_buff *skb); 437 int (*send)(struct nci_uart *nci_uart, struct sk_buff *skb); 438 void (*tx_start)(struct nci_uart *nci_uar 442 struct nci_uart { global() struct [all...] |
Completed in 6 milliseconds