/drivers/staging/tidspbridge/include/dspbridge/ |
D | ntfy.h | 88 struct ntfy_event *ne; in ntfy_delete() local 94 ne = container_of(nb, struct ntfy_event, noti_block); in ntfy_delete() 96 kfree(ne); in ntfy_delete() 131 struct ntfy_event *ne; in ntfy_event_create() local 132 ne = kmalloc(sizeof(struct ntfy_event), GFP_KERNEL); in ntfy_event_create() 133 if (ne) { in ntfy_event_create() 134 sync_init_event(&ne->sync_obj); in ntfy_event_create() 135 ne->noti_block.notifier_call = dsp_notifier_event; in ntfy_event_create() 136 ne->event = event; in ntfy_event_create() 137 ne->type = type; in ntfy_event_create() [all …]
|
/drivers/net/fddi/skfp/ |
D | pcmplc.c | 1435 int type,ne ; in pc_tcode_actions() local 1439 ne = mib->fddiPORTNeighborType ; in pc_tcode_actions() 1446 ((policy & POLICY_AA) && ne == TA) || in pc_tcode_actions() 1447 ((policy & POLICY_AB) && ne == TB) || in pc_tcode_actions() 1448 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions() 1449 ((policy & POLICY_AM) && ne == TM) ) in pc_tcode_actions() 1454 ((policy & POLICY_BA) && ne == TA) || in pc_tcode_actions() 1455 ((policy & POLICY_BB) && ne == TB) || in pc_tcode_actions() 1456 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions() 1457 ((policy & POLICY_BM) && ne == TM) ) in pc_tcode_actions() [all …]
|
/drivers/staging/tidspbridge/core/ |
D | sync.c | 116 struct ntfy_event *ne = container_of(this, struct ntfy_event, in dsp_notifier_event() local 118 if (ne->event & event) in dsp_notifier_event() 119 sync_set_event(&ne->sync_obj); in dsp_notifier_event()
|
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/ |
D | nvc0.fuc | 74 bra ne #queue_put_next 138 bra ne #nv_rd32_wait 160 bra ne #nv_wr32_wait 200 wait_done(wait_donez, ne) 219 bra ne #nv_mmctx_size_loop 275 bra ne #mmctx_exec_loop 278 bra ne #mmctx_stop 284 bra ne #mmctx_fini_wait 298 bra ne #mmctx_stop_wait 394 bra ne #ctx_init_strand_loop
|
D | nve0.fuc | 74 bra ne #queue_put_next 138 bra ne #nv_rd32_wait 160 bra ne #nv_wr32_wait 200 wait_done(wait_donez, ne) 219 bra ne #nv_mmctx_size_loop 275 bra ne #mmctx_exec_loop 278 bra ne #mmctx_stop 284 bra ne #mmctx_fini_wait 298 bra ne #mmctx_stop_wait 394 bra ne #ctx_init_strand_loop
|
D | hubnvc0.fuc | 278 bra ne #init_find_chipset 355 bra ne #init_gpc 379 bra ne #main_not_ctx_switch 433 bra ne #main_not_ctx_chan 441 bra ne #main_not_ctx_save 564 bra ne #ctx_4170w 581 bra ne #ctx_redswitch_delay 627 bra ne #ctx_chan_wait_0 697 bra ne #ctx_chan_wait 721 bra ne #ctx_mmio_pull [all …]
|
D | hubnve0.fuc | 228 bra ne #init_find_chipset 305 bra ne #init_gpc 329 bra ne #main_not_ctx_switch 383 bra ne #main_not_ctx_chan 391 bra ne #main_not_ctx_save 492 bra ne #ctx_4170w 509 bra ne #ctx_redswitch_delay 555 bra ne #ctx_chan_wait_0 624 bra ne #ctx_chan_wait 647 bra ne #ctx_mmio_pull [all …]
|
D | gpcnve0.fuc | 206 bra ne #init_find_chipset 374 bra ne #ctx_redswitch_delay
|
D | gpcnvc0.fuc | 294 bra ne #init_find_chipset 462 bra ne #ctx_redswitch_delay
|
/drivers/mtd/ |
D | ftl.c | 655 static int ne = 0; in reclaim_block() local 656 if (++ne < 5) in reclaim_block() 685 static int ne = 0; in reclaim_block() local 686 if (++ne < 5) in reclaim_block() 769 static int ne = 0; in find_free() local 770 if (++ne == 1) in find_free() 865 static int ne = 0; in set_bam_entry() local 866 if (++ne < 5) { in set_bam_entry() 878 static int ne = 0; in set_bam_entry() local 879 if (++ne < 5) { in set_bam_entry() [all …]
|
/drivers/net/ethernet/8390/ |
D | Makefile | 11 obj-$(CONFIG_NE2000) += ne.o 8390p.o 13 obj-$(CONFIG_NE_H8300) += ne-h8300.o 8390.o
|
D | Kconfig | 106 will be called ne.
|
/drivers/block/aoe/ |
D | aoeblk.c | 61 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local 68 ne = nd + ARRAY_SIZE(nds); in aoedisk_show_netif() 78 if (nnd == nd && nd != ne) in aoedisk_show_netif() 83 ne = nd; in aoedisk_show_netif() 87 for (p = page; nd < ne; nd++) in aoedisk_show_netif()
|
/drivers/atm/ |
D | firestream.c | 1477 struct FS_BPENTRY *qe, *ne; in top_off_fp() local 1490 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags); in top_off_fp() 1491 fs_dprintk (FS_DEBUG_ALLOC, "Alloc rec-d: %p(%Zd)\n", ne, sizeof (struct FS_BPENTRY)); in top_off_fp() 1492 if (!ne) { in top_off_fp() 1499 skb, ne, skb->data, skb->head); in top_off_fp() 1501 ne->flags = FP_FLAGS_EPI | fp->bufsize; in top_off_fp() 1502 ne->next = virt_to_bus (NULL); in top_off_fp() 1503 ne->bsa = virt_to_bus (skb->data); in top_off_fp() 1504 ne->aal_bufsize = fp->bufsize; in top_off_fp() 1505 ne->skb = skb; in top_off_fp() [all …]
|
/drivers/gpu/drm/nouveau/core/engine/crypt/fuc/ |
D | nv98.fuc | 227 bra ne #illegal_mthd 257 bra ne #invalid_bitfield 289 bra ne #im_loop 315 bra ne #ptimer_retry 376 bra ne #cmd_cond_mode_double 653 bra ne #crypt_do_in_loop 672 bra ne #crypt_do_out_loop 695 bra ne #crypt_do_inout_loop
|
/drivers/gpu/drm/nouveau/core/engine/copy/fuc/ |
D | nva3.fuc | 327 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
|
/drivers/usb/gadget/ |
D | amd5536udc.c | 382 tmp = readl(&dev->csr->ne[ep->num - UDC_CSR_EP_OUT_IX_OFS]); in udc_ep_enable() 385 writel(tmp, &dev->csr->ne[ep->num - UDC_CSR_EP_OUT_IX_OFS]); in udc_ep_enable() 398 tmp = readl(&dev->csr->ne[udc_csr_epix]); in udc_ep_enable() 414 writel(tmp, &dev->csr->ne[udc_csr_epix]); in udc_ep_enable() 1852 tmp = readl(&dev->csr->ne[0]); in activate_control_endpoints() 1859 writel(tmp, &dev->csr->ne[0]); in activate_control_endpoints() 2776 tmp = readl(&dev->csr->ne[udc_csr_epix]); in udc_dev_isr() 2781 writel(tmp, &dev->csr->ne[udc_csr_epix]); in udc_dev_isr() 2831 tmp = readl(&dev->csr->ne[udc_csr_epix]); in udc_dev_isr() 2840 writel(tmp, &dev->csr->ne[udc_csr_epix]); in udc_dev_isr()
|
D | amd5536udc.h | 387 u32 ne[UDC_USED_EP_NUM]; member
|
/drivers/infiniband/core/ |
D | uverbs_cmd.c | 1397 while (resp.count < cmd.ne) { in ib_uverbs_poll_cq()
|