Searched refs:nu (Results 1 – 14 of 14) sorted by relevance
/linux/net/nfc/nci/ |
A D | uart.c | 81 nu->ops.tx_start(nu); in nci_uart_write_work() 100 nu->ops.tx_done(nu); in nci_uart_write_work() 116 nu = kzalloc(sizeof(*nu), GFP_KERNEL); in nci_uart_set_driver() 127 ret = nu->ops.open(nu); in nci_uart_set_driver() 132 nu->ops.close(nu); in nci_uart_set_driver() 188 nu->ops.close(nu); in nci_uart_tty_close() 276 if (nu->ops.recv(nu, nu->rx_skb) != 0) in nci_uart_default_recv_buf() 303 if (!nu || tty != nu->tty) in nci_uart_tty_receive() 380 if (!nu || !nu->ops.open || in nci_uart_register() 381 !nu->ops.recv || !nu->ops.close) in nci_uart_register() [all …]
|
/linux/drivers/nfc/nfcmrvl/ |
A D | uart.c | 37 struct nci_uart *nu = priv->drv_data; in nfcmrvl_uart_nci_send() local 39 return nu->ops.send(nu, skb); in nfcmrvl_uart_nci_send() 45 struct nci_uart *nu = priv->drv_data; in nfcmrvl_uart_nci_update_config() local 48 nci_uart_set_config(nu, le32_to_cpu(config->baudrate), in nfcmrvl_uart_nci_update_config() 98 static int nfcmrvl_nci_uart_open(struct nci_uart *nu) in nfcmrvl_nci_uart_open() argument 103 struct device *dev = nu->tty->dev; in nfcmrvl_nci_uart_open() 131 nu->drv_data = priv; in nfcmrvl_nci_uart_open() 132 nu->ndev = priv->ndev; in nfcmrvl_nci_uart_open() 137 static void nfcmrvl_nci_uart_close(struct nci_uart *nu) in nfcmrvl_nci_uart_close() argument 157 nu->tty->ops->break_ctl(nu->tty, 0); in nfcmrvl_nci_uart_tx_start() [all …]
|
/linux/arch/m68k/fpsp040/ |
A D | bugfix.S | 170 | nu-generated ovfl, unfl, or inex exception. If the version 186 | cu src equal to xu dest or equal to nu dest. If so, go to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 197 | Check for cu and nu register conflict. If one exists, this takes 205 | Check for cu dest equal to nu dest. If so, go and fix the 249 | xu to complete. Remember, the instruction in the nu 356 | Check for cu dest equal to nu dest or equal to xu dest, with 357 | a cu and nu conflict taking priority an nu conflict. If either, 371 | xu to complete. Remember, the instruction in the nu
|
A D | util.S | 103 btstb #E3,E_BYTE(%a6) |check for nu exception
|
/linux/include/net/nfc/ |
A D | nci_core.h | 461 int nci_uart_register(struct nci_uart *nu); 462 void nci_uart_unregister(struct nci_uart *nu); 463 void nci_uart_set_config(struct nci_uart *nu, int baudrate, int flow_ctrl);
|
/linux/tools/perf/arch/arm64/entry/syscalls/ |
A D | mksyscalltbl | 61 |sort -t' ' -k2 -nu \
|
/linux/tools/perf/trace/beauty/ |
A D | arch_errno_names.sh | 63 |sort -t, -k2 -nu \
|
/linux/scripts/package/ |
A D | mkdebian | 114 user=${KBUILD_BUILD_USER-$(id -nu)}
|
/linux/Documentation/driver-api/media/drivers/ |
A D | pvrusb2.rst | 14 Danielsson <pvrusb2@dax.nu> whose web page can be found here: 15 http://pvrusb2.dax.nu/
|
/linux/Documentation/i2c/busses/ |
A D | i2c-parport.rst | 175 - http://struyve.mine.nu:8080/index.php?block=k8000
|
/linux/Documentation/usb/ |
A D | usb-serial.rst | 208 Blemings at hugh@misc.nu
|
/linux/ |
A D | .mailmap | 210 Leon Romanovsky <leon@kernel.org> <leon@leon.nu>
|
A D | CREDITS | 3205 E: tori@unhappy.mine.nu
|
A D | MAINTAINERS | 20536 M: David Härdeman <david@hardeman.nu>
|
Completed in 45 milliseconds