Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/nci/
H A Duart.c37 static struct nci_uart *nci_uart_drivers[NCI_UART_DRIVER_MAX]; variable
113 if (!nci_uart_drivers[driver]) in nci_uart_set_driver()
120 memcpy(nu, nci_uart_drivers[driver], sizeof(struct nci_uart)); in nci_uart_set_driver()
381 if (nci_uart_drivers[nu->driver]) { in nci_uart_register()
385 nci_uart_drivers[nu->driver] = nu; in nci_uart_register()
399 nci_uart_drivers[nu->driver] = NULL; in nci_uart_unregister()