Searched refs:ne (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Dntfy.h88 struct ntfy_event *ne; local
94 ne = container_of(nb, struct ntfy_event, noti_block);
96 kfree(ne);
131 struct ntfy_event *ne; local
132 ne = kmalloc(sizeof(struct ntfy_event), GFP_KERNEL);
133 if (ne) {
134 sync_init_event(&ne->sync_obj);
135 ne->noti_block.notifier_call = dsp_notifier_event;
136 ne->event = event;
137 ne
159 struct ntfy_event *ne; local
199 struct ntfy_event *ne; local
[all...]
/drivers/staging/tidspbridge/core/
H A Dsync.c116 struct ntfy_event *ne = container_of(this, struct ntfy_event, local
118 if (ne->event & event)
119 sync_set_event(&ne->sync_obj);
/drivers/net/ethernet/8390/
H A DMakefile17 obj-$(CONFIG_NE2000) += ne.o 8390p.o
21 obj-$(CONFIG_NE_H8300) += ne-h8300.o 8390.o
/drivers/gpu/drm/nouveau/
H A Dnvc0_grhub.fuc275 bra ne #init_find_chipset
352 bra ne #init_gpc
376 bra ne #main_not_ctx_switch
430 bra ne #main_not_ctx_chan
438 bra ne #main_not_ctx_save
561 bra ne #ctx_4170w
578 bra ne #ctx_redswitch_delay
624 bra ne #ctx_chan_wait_0
694 bra ne #ctx_chan_wait
718 bra ne #ctx_mmio_pul
[all...]
H A Dnva3_copy.fuc327 bra ne #dispatch_invalid_bitfield
333 bra ne #dispatch_cmd
358 bra ne #hostirq_wait
459 bra ne #cmp_c1
558 bra ne #xtile64
702 bra ne #loop
710 bra ne #query_counter
H A Dnvc0_grgpc.fuc289 bra ne #init_find_chipset
457 bra ne #ctx_redswitch_delay
/drivers/block/aoe/
H A Daoeblk.c53 struct net_device *nds[8], **nd, **nnd, **ne; local
60 ne = nd + ARRAY_SIZE(nds);
70 if (nnd == nd && nd != ne)
75 ne = nd;
79 for (p = page; nd < ne; nd++)
/drivers/net/fddi/skfp/
H A Dpcmplc.c1435 int type,ne ; local
1439 ne = mib->fddiPORTNeighborType ;
1446 ((policy & POLICY_AA) && ne == TA) ||
1447 ((policy & POLICY_AB) && ne == TB) ||
1448 ((policy & POLICY_AS) && ne == TS) ||
1449 ((policy & POLICY_AM) && ne == TM) )
1454 ((policy & POLICY_BA) && ne == TA) ||
1455 ((policy & POLICY_BB) && ne == TB) ||
1456 ((policy & POLICY_BS) && ne == TS) ||
1457 ((policy & POLICY_BM) && ne
[all...]
/drivers/mtd/
H A Dftl.c655 static int ne = 0; local
656 if (++ne < 5)
685 static int ne = 0; local
686 if (++ne < 5)
769 static int ne = 0; local
770 if (++ne == 1)
865 static int ne = 0; local
866 if (++ne < 5) {
878 static int ne = 0; local
879 if (++ne <
935 static int ne = 0; local
[all...]
/drivers/atm/
H A Dfirestream.c1477 struct FS_BPENTRY *qe, *ne; local
1490 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags);
1491 fs_dprintk (FS_DEBUG_ALLOC, "Alloc rec-d: %p(%Zd)\n", ne, sizeof (struct FS_BPENTRY));
1492 if (!ne) {
1499 skb, ne, skb->data, skb->head);
1501 ne->flags = FP_FLAGS_EPI | fp->bufsize;
1502 ne->next = virt_to_bus (NULL);
1503 ne->bsa = virt_to_bus (skb->data);
1504 ne->aal_bufsize = fp->bufsize;
1505 ne
[all...]
/drivers/usb/gadget/
H A Damd5536udc.h386 /* ep ne's */
387 u32 ne[UDC_USED_EP_NUM]; member in struct:udc_csrs
H A Damd5536udc.c382 tmp = readl(&dev->csr->ne[ep->num - UDC_CSR_EP_OUT_IX_OFS]);
385 writel(tmp, &dev->csr->ne[ep->num - UDC_CSR_EP_OUT_IX_OFS]);
398 tmp = readl(&dev->csr->ne[udc_csr_epix]);
414 writel(tmp, &dev->csr->ne[udc_csr_epix]);
1852 tmp = readl(&dev->csr->ne[0]);
1859 writel(tmp, &dev->csr->ne[0]);
2810 tmp = readl(&dev->csr->ne[udc_csr_epix]);
2815 writel(tmp, &dev->csr->ne[udc_csr_epix]);
2865 tmp = readl(&dev->csr->ne[udc_csr_epix]);
2874 writel(tmp, &dev->csr->ne[udc_csr_epi
[all...]
/drivers/infiniband/core/
H A Duverbs_cmd.c1277 while (resp.count < cmd.ne) {

Completed in 6328 milliseconds