Home
last modified time | relevance | path

Searched full:nu (Results 1 – 25 of 51) sorted by relevance

123

/linux/net/nfc/nci/
H A Duart.c39 static inline struct sk_buff *nci_uart_dequeue(struct nci_uart *nu) in nci_uart_dequeue() argument
41 struct sk_buff *skb = nu->tx_skb; in nci_uart_dequeue()
44 skb = skb_dequeue(&nu->tx_q); in nci_uart_dequeue()
46 nu->tx_skb = NULL; in nci_uart_dequeue()
51 static inline int nci_uart_queue_empty(struct nci_uart *nu) in nci_uart_queue_empty() argument
53 if (nu->tx_skb) in nci_uart_queue_empty()
56 return skb_queue_empty(&nu->tx_q); in nci_uart_queue_empty()
59 static int nci_uart_tx_wakeup(struct nci_uart *nu) in nci_uart_tx_wakeup() argument
61 if (test_and_set_bit(NCI_UART_SENDING, &nu->tx_state)) { in nci_uart_tx_wakeup()
62 set_bit(NCI_UART_TX_WAKEUP, &nu->tx_state); in nci_uart_tx_wakeup()
[all …]
/linux/drivers/nfc/nfcmrvl/
H A Duart.c37 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()
91 static int nfcmrvl_nci_uart_open(struct nci_uart *nu) in nfcmrvl_nci_uart_open() argument
96 struct device *dev = nu->tty->dev; in nfcmrvl_nci_uart_open()
117 priv = nfcmrvl_nci_register_dev(NFCMRVL_PHY_UART, nu, &uart_ops, in nfcmrvl_nci_uart_open()
124 nu->drv_data = priv; in nfcmrvl_nci_uart_open()
125 nu->ndev = priv->ndev; in nfcmrvl_nci_uart_open()
130 static void nfcmrvl_nci_uart_close(struct nci_uart *nu) in nfcmrvl_nci_uart_close() argument
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dlantiq,pef2256.yaml94 (nu) and used time-slots (XX) for TSi is
95 nu nu XX nu nu nu XX nu nu nu XX nu
99 nu XX nu nu nu XX nu nu nu XX nu nu
103 nu XX nu XX nu XX
/linux/arch/powerpc/include/asm/
H A Dvdso_datapage.h63 __u64 tb_orig_stamp; /* (NU) Timebase at boot 0x30 */
65 __u64 tb_to_xs; /* (NU) Inverse of TB to 2^20 0x40 */
66 __u64 stamp_xsec; /* (NU) 0x48 */
67 __u64 tb_update_count; /* (NU) Timebase atomicity ctr 0x50 */
68 __u32 tz_minuteswest; /* (NU) Min. west of Greenwich 0x58 */
69 __u32 tz_dsttime; /* (NU) Type of dst correction 0x5C */
/linux/arch/m68k/fpsp040/
H A Dbugfix.S53 | xu conflict and NOT an nu conflict */
100 | xu conflict and NOT an nu conflict */
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,
[all …]
/linux/net/netfilter/
H A Dnf_nat_tftp.c2 /* (C) 2001-2002 Magnus Boden <mb@ozaba.mine.nu>
15 MODULE_AUTHOR("Magnus Boden <mb@ozaba.mine.nu>");
H A Dnf_conntrack_tftp.c2 /* (C) 2001-2002 Magnus Boden <mb@ozaba.mine.nu>
23 MODULE_AUTHOR("Magnus Boden <mb@ozaba.mine.nu>");
/linux/scripts/package/
H A Dmkspec41 name=${KBUILD_BUILD_USER:-$(id -nu)}
46 builduser=${KBUILD_BUILD_USER:-$(id -nu)}
H A Dmkdebian128 user=${KBUILD_BUILD_USER:-$(id -nu)}
/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c55 /* 1G Ethernet NU SS defines */
361 u32 synce_count; /* NU */
362 u32 synce_mux; /* NU */
375 u32 ptype; /* NU */
377 u32 thru_rate; /* NU */
378 u32 gap_thresh; /* NU */
379 u32 tx_start_wds; /* NU */
381 u32 tx_g_oflow_thresh_set; /* NU */
382 u32 tx_g_oflow_thresh_clr; /* NU */
383 u32 tx_g_buf_thresh_set_l; /* NU */
[all …]
H A Dcpsw_ale.h20 /* NU Switch has specific handling as number of bits in ALE entries
93 /* These bits are different on NetCP NU Switch ALE */
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgt.rst58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
61 Pixels with a hue value included in the centre of an area (between nL and nU
64 n+1L and nU excluded) are attributed to both areas and given a weight for each
/linux/arch/sh/boards/
H A Dboard-magicpanelr2.c118 /* E7 (x); E6 GPI(nu); E5 GPI(nu); E4 LCD_M_DISP; in setup_port_multiplexing()
144 * K3 PINT7(/PWR2); K2 PINT6(/PWR1); K1 PINT5(nu); K0 PINT4(FLASH_READY) in setup_port_multiplexing()
171 * P4 GPO(nu); P3 IRQ3(LAN_IRQ); P2 IRQ2(CAN3_IRQ); in setup_port_multiplexing()
/linux/include/net/nfc/
H A Dnci_core.h461 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/drivers/media/rc/
H A Dir-sony-decoder.c4 * Copyright (C) 2010 by David Härdeman <david@hardeman.nu>
239 MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
H A Dir-jvc-decoder.c4 * Copyright (C) 2010 by David Härdeman <david@hardeman.nu>
228 MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
H A Drc-loopback.c5 * Copyright (c) 2010 David Härdeman <david@hardeman.nu>
272 MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
H A Dir-rc6-decoder.c4 * Copyright (C) 2010 by David Härdeman <david@hardeman.nu>
406 MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
/linux/Documentation/devicetree/bindings/sound/
H A Drealtek,alc5632.yaml29 - Leon Romanovsky <leon@leon.nu>
/linux/Documentation/driver-api/media/drivers/
H A Dpvrusb2.rst14 Danielsson <pvrusb2@dax.nu> whose web page can be found here:
15 http://pvrusb2.dax.nu/
/linux/tools/perf/trace/beauty/
H A Darch_errno_names.sh51 |sort -t, -k2 -nu \
/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h2 /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
/linux/Documentation/i2c/busses/
H A Di2c-parport.rst175 - http://struyve.mine.nu:8080/index.php?block=k8000
/linux/fs/hfsplus/
H A Dhfsplus_raw.h6 * Brad Boyer (flar@pants.nu)
/linux/sound/soc/codecs/
H A Dalc5632.h7 * Authors: Leon Romanovsky <leon@leon.nu>

123