/linux-4.4.14/drivers/mtd/nand/ |
D | orion_nand.c | 28 struct nand_chip *nc = mtd->priv; in orion_nand_cmd_ctrl() local 29 struct orion_nand_data *board = nc->priv; in orion_nand_cmd_ctrl() 42 if (nc->options & NAND_BUSWIDTH_16) in orion_nand_cmd_ctrl() 45 writeb(cmd, nc->IO_ADDR_W + offs); in orion_nand_cmd_ctrl() 80 struct nand_chip *nc; in orion_nand_probe() local 88 nc = devm_kzalloc(&pdev->dev, in orion_nand_probe() 91 if (!nc) in orion_nand_probe() 93 mtd = (struct mtd_info *)(nc + 1); in orion_nand_probe() 126 mtd->priv = nc; in orion_nand_probe() 129 nc->priv = board; in orion_nand_probe() [all …]
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | ppc4xx_ocm.c | 68 struct ocm_region nc; /* non-cached region */ member 160 ocm->nc.phys = ocm->phys; in ocm_init_node() 161 ocm->nc.memtotal = ocm->memtotal - ocm->cache_size; in ocm_init_node() 162 ocm->nc.memfree = ocm->nc.memtotal; in ocm_init_node() 164 ocm->c.phys = ocm->phys + ocm->nc.memtotal; in ocm_init_node() 168 if (ocm->nc.memtotal == 0) in ocm_init_node() 169 ocm->nc.phys = 0; in ocm_init_node() 175 ocm->index, ocm->nc.memtotal); in ocm_init_node() 181 if (ocm->nc.memtotal) { in ocm_init_node() 183 ocm->nc.virt = __ioremap(ocm->nc.phys, ocm->nc.memtotal, in ocm_init_node() [all …]
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_scu_ipc.c | 217 int nc; in pwr_reg_rdwr() local 232 for (nc = 0; nc < count; nc++, offset += 2) { in pwr_reg_rdwr() 233 cbuf[offset] = addr[nc]; in pwr_reg_rdwr() 234 cbuf[offset + 1] = addr[nc] >> 8; in pwr_reg_rdwr() 238 for (nc = 0, offset = 0; nc < count; nc++, offset += 4) in pwr_reg_rdwr() 239 ipc_data_writel(scu, wbuf[nc], offset); in pwr_reg_rdwr() 242 for (nc = 0; nc < count; nc++, offset += 1) in pwr_reg_rdwr() 243 cbuf[offset] = data[nc]; in pwr_reg_rdwr() 244 for (nc = 0, offset = 0; nc < count; nc++, offset += 4) in pwr_reg_rdwr() 245 ipc_data_writel(scu, wbuf[nc], offset); in pwr_reg_rdwr() [all …]
|
/linux-4.4.14/include/linux/ |
D | nls.h | 63 unsigned char nc = t->charset2lower[c]; in nls_tolower() local 65 return nc ? nc : c; in nls_tolower() 70 unsigned char nc = t->charset2upper[c]; in nls_toupper() local 72 return nc ? nc : c; in nls_toupper()
|
D | gfp.h | 495 extern void *__alloc_page_frag(struct page_frag_cache *nc,
|
/linux-4.4.14/Documentation/video4linux/ |
D | lifeview.txt | 24 /* nc MDT2005 PA3 pin 2 */ 27 /* nc MDT2005 PA0 pin 17 strap low */ 34 /* GP15 nc */ 35 /* GP14 nc */ 36 /* GP13 nc */ 42 /* GP07.00 nc */
|
/linux-4.4.14/net/batman-adv/ |
D | network-coding.c | 85 queue_delayed_work(batadv_event_workqueue, &bat_priv->nc.work, in batadv_nc_start_timer() 148 bat_priv->nc.timestamp_fwd_flush = jiffies; in batadv_nc_mesh_init() 149 bat_priv->nc.timestamp_sniffed_purge = jiffies; in batadv_nc_mesh_init() 151 if (bat_priv->nc.coding_hash || bat_priv->nc.decoding_hash) in batadv_nc_mesh_init() 154 bat_priv->nc.coding_hash = batadv_hash_new(128); in batadv_nc_mesh_init() 155 if (!bat_priv->nc.coding_hash) in batadv_nc_mesh_init() 158 batadv_hash_set_lock_class(bat_priv->nc.coding_hash, in batadv_nc_mesh_init() 161 bat_priv->nc.decoding_hash = batadv_hash_new(128); in batadv_nc_mesh_init() 162 if (!bat_priv->nc.decoding_hash) in batadv_nc_mesh_init() 165 batadv_hash_set_lock_class(bat_priv->nc.decoding_hash, in batadv_nc_mesh_init() [all …]
|
D | types.h | 840 struct batadv_priv_nc nc; member
|
/linux-4.4.14/fs/nls/ |
D | nls_base.c | 58 int c0, c, nc; in utf8_to_utf32() local 61 nc = 0; in utf8_to_utf32() 65 nc++; in utf8_to_utf32() 72 return nc; in utf8_to_utf32() 74 if (inlen <= nc) in utf8_to_utf32() 89 int c, nc; in utf32_to_utf8() local 99 nc = 0; in utf32_to_utf8() 101 nc++; in utf32_to_utf8() 110 return nc; in utf32_to_utf8()
|
/linux-4.4.14/drivers/leds/ |
D | leds-bcm6328.c | 190 static int bcm6328_hwled(struct device *dev, struct device_node *nc, u32 reg, in bcm6328_hwled() argument 206 cnt = of_property_count_elems_of_size(nc, "brcm,link-signal-sources", in bcm6328_hwled() 217 of_property_read_u32_index(nc, "brcm,link-signal-sources", i, in bcm6328_hwled() 232 cnt = of_property_count_elems_of_size(nc, in bcm6328_hwled() 244 of_property_read_u32_index(nc, "brcm,activity-signal-sources", in bcm6328_hwled() 262 static int bcm6328_led(struct device *dev, struct device_node *nc, u32 reg, in bcm6328_led() argument 281 if (of_property_read_bool(nc, "active-low")) in bcm6328_led() 284 led->cdev.name = of_get_property(nc, "label", NULL) ? : nc->name; in bcm6328_led() 285 led->cdev.default_trigger = of_get_property(nc, in bcm6328_led() 290 if (!of_property_read_string(nc, "default-state", &state)) { in bcm6328_led()
|
D | leds-bcm6358.c | 98 static int bcm6358_led(struct device *dev, struct device_node *nc, u32 reg, in bcm6358_led() argument 114 if (of_property_read_bool(nc, "active-low")) in bcm6358_led() 117 led->cdev.name = of_get_property(nc, "label", NULL) ? : nc->name; in bcm6358_led() 118 led->cdev.default_trigger = of_get_property(nc, in bcm6358_led() 123 if (!of_property_read_string(nc, "default-state", &state)) { in bcm6358_led()
|
/linux-4.4.14/net/netfilter/ |
D | nfnetlink.c | 156 const struct nfnl_callback *nc; in nfnetlink_rcv_msg() local 182 nc = nfnetlink_find_client(type, ss); in nfnetlink_rcv_msg() 183 if (!nc) { in nfnetlink_rcv_msg() 203 if (nc->call_rcu) { in nfnetlink_rcv_msg() 204 err = nc->call_rcu(net->nfnl, skb, nlh, in nfnetlink_rcv_msg() 212 nfnetlink_find_client(type, ss) != nc) in nfnetlink_rcv_msg() 214 else if (nc->call) in nfnetlink_rcv_msg() 215 err = nc->call(net->nfnl, skb, nlh, in nfnetlink_rcv_msg() 284 const struct nfnl_callback *nc; in nfnetlink_rcv_batch() local 363 nc = nfnetlink_find_client(type, ss); in nfnetlink_rcv_batch() [all …]
|
D | nf_tables_api.c | 751 struct nft_chain *chain, *nc; in nft_flush_table() local 772 list_for_each_entry_safe(chain, nc, &ctx->table->chains, list) { in nft_flush_table()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_req.c | 584 struct net_conf *nc; in __req_mod() local 606 nc = rcu_dereference(connection->net_conf); in __req_mod() 607 p = nc->wire_protocol; in __req_mod() 719 nc = rcu_dereference(connection->net_conf); in __req_mod() 720 p = nc->max_epoch_size; in __req_mod() 1002 struct net_conf *nc; in maybe_pull_ahead() local 1007 nc = rcu_dereference(connection->net_conf); in maybe_pull_ahead() 1008 on_congestion = nc ? nc->on_congestion : OC_BLOCK; in maybe_pull_ahead() 1024 if (nc->cong_fill && in maybe_pull_ahead() 1025 atomic_read(&device->ap_in_flight) >= nc->cong_fill) { in maybe_pull_ahead() [all …]
|
D | drbd_receiver.c | 256 struct net_conf *nc; in drbd_alloc_pages() local 261 nc = rcu_dereference(peer_device->connection->net_conf); in drbd_alloc_pages() 262 mxb = nc ? nc->max_buffers : 1000000; in drbd_alloc_pages() 574 struct net_conf *nc; in drbd_try_connect() local 580 nc = rcu_dereference(connection->net_conf); in drbd_try_connect() 581 if (!nc) { in drbd_try_connect() 585 sndbuf_size = nc->sndbuf_size; in drbd_try_connect() 586 rcvbuf_size = nc->rcvbuf_size; in drbd_try_connect() 587 connect_int = nc->connect_int; in drbd_try_connect() 680 struct net_conf *nc; in prepare_listen_socket() local [all …]
|
D | drbd_proc.c | 243 struct net_conf *nc; in drbd_seq_show() local 293 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in drbd_seq_show() 294 wp = nc ? nc->wire_protocol - DRBD_PROT_A + 'A' : ' '; in drbd_seq_show()
|
D | drbd_main.c | 731 struct net_conf *nc; in drbd_send_sync_param() local 740 nc = rcu_dereference(peer_device->connection->net_conf); in drbd_send_sync_param() 744 + strlen(nc->verify_alg) + 1 in drbd_send_sync_param() 770 strcpy(p->verify_alg, nc->verify_alg); in drbd_send_sync_param() 772 strcpy(p->csums_alg, nc->csums_alg); in drbd_send_sync_param() 782 struct net_conf *nc; in __drbd_send_protocol() local 791 nc = rcu_dereference(connection->net_conf); in __drbd_send_protocol() 793 if (nc->tentative && connection->agreed_pro_version < 92) { in __drbd_send_protocol() 802 size += strlen(nc->integrity_alg) + 1; in __drbd_send_protocol() 804 p->protocol = cpu_to_be32(nc->wire_protocol); in __drbd_send_protocol() [all …]
|
D | drbd_state.c | 555 struct net_conf *nc; in is_valid_state() local 564 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in is_valid_state() 565 if (nc) { in is_valid_state() 566 if (!nc->two_primaries && ns.role == R_PRIMARY) { in is_valid_state() 606 (nc->verify_alg[0] == 0)) in is_valid_state() 690 is_valid_conn_transition(enum drbd_conns oc, enum drbd_conns nc) in is_valid_conn_transition() argument 693 if (oc == nc) in is_valid_conn_transition() 697 if (oc == C_STANDALONE && nc == C_DISCONNECTING) in is_valid_conn_transition() 701 if (oc == C_STANDALONE && nc != C_UNCONNECTED) in is_valid_conn_transition() 706 if (oc < C_WF_REPORT_PARAMS && nc >= C_CONNECTED) in is_valid_conn_transition() [all …]
|
D | drbd_worker.c | 1787 struct net_conf *nc; in drbd_start_resync() local 1791 nc = rcu_dereference(connection->net_conf); in drbd_start_resync() 1792 timeo = nc->ping_int * HZ + nc->ping_timeo * HZ / 9; in drbd_start_resync() 1981 struct net_conf *nc; in wait_for_work() local 1995 nc = rcu_dereference(connection->net_conf); in wait_for_work() 1996 uncork = nc ? nc->tcp_cork : 0; in wait_for_work() 2050 nc = rcu_dereference(connection->net_conf); in wait_for_work() 2051 cork = nc ? nc->tcp_cork : 0; in wait_for_work()
|
D | drbd_nl.c | 569 struct net_conf *nc; in drbd_set_role() local 637 nc = rcu_dereference(connection->net_conf); in drbd_set_role() 638 timeo = nc ? (nc->ping_timeo + 1) * HZ / 10 : 1; in drbd_set_role() 672 nc = connection->net_conf; in drbd_set_role() 673 if (nc) in drbd_set_role() 674 nc->discard_my_data = 0; /* without copy; single bit op is atomic */ in drbd_set_role() 1470 struct net_conf *nc; in drbd_adm_attach() local 1549 nc = rcu_dereference(connection->net_conf); in drbd_adm_attach() 1550 if (nc) { in drbd_adm_attach() 1551 if (new_disk_conf->fencing == FP_STONITH && nc->wire_protocol == DRBD_PROT_A) { in drbd_adm_attach() [all …]
|
D | drbd_int.h | 2139 struct net_conf *nc; in drbd_get_max_buffers() local 2143 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in drbd_get_max_buffers() 2144 mxb = nc ? nc->max_buffers : 1000000; /* arbitrary limit on open requests */ in drbd_get_max_buffers()
|
/linux-4.4.14/fs/fat/ |
D | namei_vfat.c | 502 unsigned char nc; in xlate_to_uni() local 526 nc = ip[k]; in xlate_to_uni() 528 if (nc >= '0' && nc <= '9') { in xlate_to_uni() 529 ec |= nc - '0'; in xlate_to_uni() 532 if (nc >= 'a' && nc <= 'f') { in xlate_to_uni() 533 ec |= nc - ('a' - 10); in xlate_to_uni() 536 if (nc >= 'A' && nc <= 'F') { in xlate_to_uni() 537 ec |= nc - ('A' - 10); in xlate_to_uni()
|
D | dir.c | 217 unsigned char nc = t->charset2lower[*c]; in fat_short2lower_uni() local 219 if (!nc) in fat_short2lower_uni() 220 nc = *c; in fat_short2lower_uni() 222 charlen = t->char2uni(&nc, 1, uni); in fat_short2lower_uni()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 1425 of_register_spi_device(struct spi_master *master, struct device_node *nc) in of_register_spi_device() argument 1435 nc->full_name); in of_register_spi_device() 1441 rc = of_modalias_node(nc, spi->modalias, in of_register_spi_device() 1445 nc->full_name); in of_register_spi_device() 1450 rc = of_property_read_u32(nc, "reg", &value); in of_register_spi_device() 1453 nc->full_name, rc); in of_register_spi_device() 1459 if (of_find_property(nc, "spi-cpha", NULL)) in of_register_spi_device() 1461 if (of_find_property(nc, "spi-cpol", NULL)) in of_register_spi_device() 1463 if (of_find_property(nc, "spi-cs-high", NULL)) in of_register_spi_device() 1465 if (of_find_property(nc, "spi-3wire", NULL)) in of_register_spi_device() [all …]
|
D | spi-fsl-espi.c | 653 struct device_node *nc; in fsl_espi_probe() local 702 for_each_available_child_of_node(master->dev.of_node, nc) { in fsl_espi_probe() 704 prop = of_get_property(nc, "reg", &len); in fsl_espi_probe() 713 prop = of_get_property(nc, "fsl,csbef", &len); in fsl_espi_probe() 719 prop = of_get_property(nc, "fsl,csaft", &len); in fsl_espi_probe()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 156 bra nc #ctxload 177 bra nc #dummyload 190 bra nc #ctxload_dma_loop 219 bra nc #dtable_cmd 223 bra nc #dtable_cmd 225 bra nc #dma_cmd 239 bra nc #illegal_mthd 251 bra nc #illegal_mthd 344 bra nc #return 351 bra nc #cmd_cond_mode_queryful [all …]
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 1198 struct sk_buff *nc; in SYSCALL_DEFINE2() local 1208 nc = NULL; in SYSCALL_DEFINE2() 1223 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in SYSCALL_DEFINE2() 1224 if (!nc) { in SYSCALL_DEFINE2() 1228 if (copy_from_user(nc->data, in SYSCALL_DEFINE2() 1236 skb_put(nc, NOTIFY_COOKIE_LEN); in SYSCALL_DEFINE2() 1253 ret = netlink_attachskb(sock, nc, &timeo, NULL); in SYSCALL_DEFINE2() 1258 nc = NULL; in SYSCALL_DEFINE2() 1293 info->notify_cookie = nc; in SYSCALL_DEFINE2() 1295 nc = NULL; in SYSCALL_DEFINE2() [all …]
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 2773 static int gsm_create_network(struct gsm_dlci *dlci, struct gsm_netconfig *nc) in gsm_create_network() argument 2787 if (nc->protocol != htons(ETH_P_IP)) in gsm_create_network() 2790 if (nc->adaption != 3 && nc->adaption != 4) in gsm_create_network() 2796 if (nc->if_name[0] != '\0') in gsm_create_network() 2797 netname = nc->if_name; in gsm_create_network() 2808 strncpy(nc->if_name, net->name, IFNAMSIZ); /* return net name */ in gsm_create_network() 2813 dlci->adaption = nc->adaption; in gsm_create_network() 3090 struct gsm_netconfig nc; in gsmtty_ioctl() local 3097 if (copy_from_user(&nc, (void __user *)arg, sizeof(nc))) in gsmtty_ioctl() 3099 nc.if_name[IFNAMSIZ-1] = '\0'; in gsmtty_ioctl() [all …]
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_intr.c | 501 unsigned long nc; in handle_frequent_errors() local 510 nc = jiffies; in handle_frequent_errors() 512 if (time_before(nc, nextmsg_time)) { in handle_frequent_errors() 515 nextmsg_time = nc + HZ * 3; in handle_frequent_errors() 521 } else if (!nmsgs++ || time_after(nc, nextmsg_time)) { in handle_frequent_errors() 522 nextmsg_time = nc + HZ / 2; in handle_frequent_errors()
|
/linux-4.4.14/drivers/input/ |
D | input-mt.c | 329 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) in find_reduced_matrix() argument 335 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu); in find_reduced_matrix() 338 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu); in find_reduced_matrix()
|
/linux-4.4.14/fs/ncpfs/ |
D | ncplib_kernel.c | 1141 unsigned char nc; in ncp__io2vol() local 1143 nc = iname[k] - '0'; in ncp__io2vol() 1144 if (nc >= 10) { in ncp__io2vol() 1145 nc -= 'A' - '0' - 10; in ncp__io2vol() 1146 if ((nc < 10) || (nc > 15)) { in ncp__io2vol() 1150 ec = (ec << 4) | nc; in ncp__io2vol()
|
/linux-4.4.14/fs/nilfs2/ |
D | page.c | 448 unsigned nc = 0; in nilfs_page_count_clean_buffers() local 455 nc++; in nilfs_page_count_clean_buffers() 457 return nc; in nilfs_page_count_clean_buffers()
|
D | sufile.c | 661 ssize_t n, nc; in nilfs_sufile_truncate_range() local 705 nc = 0; in nilfs_sufile_truncate_range() 709 nc++; in nilfs_sufile_truncate_range() 713 if (nc > 0) { in nilfs_sufile_truncate_range() 715 ncleaned += nc; in nilfs_sufile_truncate_range()
|
/linux-4.4.14/sound/oss/ |
D | audio.c | 547 unsigned sr, nc, sz, bsz; in reorganize_buffers() local 550 nc = dsp_dev->d->set_channels(dev, 0); in reorganize_buffers() 558 if (sr < 1 || nc < 1 || sz < 1) in reorganize_buffers() 562 nc = 1; in reorganize_buffers() 566 sz = sr * nc * sz; in reorganize_buffers()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ldc.c | 2013 u32 nc; member 2037 sp->cookies[sp->nc - 1].cookie_size += tlen; in fill_cookies() 2039 sp->cookies[sp->nc].cookie_addr = this_cookie; in fill_cookies() 2040 sp->cookies[sp->nc].cookie_size = tlen; in fill_cookies() 2041 sp->nc++; in fill_cookies() 2114 state.nc = 0; in ldc_map_sg() 2121 return state.nc; in ldc_map_sg() 2156 state.nc = 0; in ldc_map_single() 2158 BUG_ON(state.nc > ncookies); in ldc_map_single() 2160 return state.nc; in ldc_map_single()
|
/linux-4.4.14/mm/ |
D | page_alloc.c | 3336 static struct page *__page_frag_refill(struct page_frag_cache *nc, in __page_frag_refill() argument 3347 nc->size = page ? PAGE_FRAG_CACHE_MAX_SIZE : PAGE_SIZE; in __page_frag_refill() 3352 nc->va = page ? page_address(page) : NULL; in __page_frag_refill() 3357 void *__alloc_page_frag(struct page_frag_cache *nc, in __alloc_page_frag() argument 3364 if (unlikely(!nc->va)) { in __alloc_page_frag() 3366 page = __page_frag_refill(nc, gfp_mask); in __alloc_page_frag() 3372 size = nc->size; in __alloc_page_frag() 3380 nc->pfmemalloc = page_is_pfmemalloc(page); in __alloc_page_frag() 3381 nc->pagecnt_bias = size; in __alloc_page_frag() 3382 nc->offset = size; in __alloc_page_frag() [all …]
|
D | slab.c | 1104 struct array_cache *nc; in cpuup_canceled() local 1119 nc = per_cpu_ptr(cachep->cpu_cache, cpu); in cpuup_canceled() 1120 if (nc) { in cpuup_canceled() 1121 free_block(cachep, nc->entry, nc->avail, node, &list); in cpuup_canceled() 1122 nc->avail = 0; in cpuup_canceled()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1005 int i, nc, err, blen; in vnet_skb_map() local 1018 nc = err; in vnet_skb_map() 1024 if (nc < ncookies) { in vnet_skb_map() 1029 blen, cookies + nc, ncookies - nc, in vnet_skb_map() 1037 ldc_unmap(lp, cookies, nc); in vnet_skb_map() 1040 nc += err; in vnet_skb_map() 1042 return nc; in vnet_skb_map()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 357 struct page_frag_cache *nc; in __netdev_alloc_frag() local 362 nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_frag() 363 data = __alloc_page_frag(nc, fragsz, gfp_mask); in __netdev_alloc_frag() 383 struct page_frag_cache *nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_frag() local 385 return __alloc_page_frag(nc, fragsz, gfp_mask); in __napi_alloc_frag() 410 struct page_frag_cache *nc; in __netdev_alloc_skb() local 434 nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_skb() 435 data = __alloc_page_frag(nc, len, gfp_mask); in __netdev_alloc_skb() 436 pfmemalloc = nc->pfmemalloc; in __netdev_alloc_skb() 479 struct page_frag_cache *nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_skb() local [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | netconsole.txt | 72 'nc -u -l -p <port>' / 'nc -u -l <port>' or
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,dove-pinctrl.txt | 64 pmu-nc Pin not driven by any PM function
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 277 bra nc #chsw_load_ctx_dma 445 bra nc #cmp_c0 457 bra nc #cmp_zero
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 323 API-snd-soc-dapm-nc-pin-unlocked 324 API-snd-soc-dapm-nc-pin
|
/linux-4.4.14/tools/perf/util/ |
D | probe-event.c | 1153 char c, nc = 0; in parse_perf_probe_point() local 1204 nc = *ptr; in parse_perf_probe_point() 1242 c = nc; in parse_perf_probe_point() 1251 nc = *ptr; in parse_perf_probe_point()
|
/linux-4.4.14/arch/tile/include/hv/ |
D | hypervisor.h | 2402 _HV_BIT(nc, NC) in _HV_BIT()
|
/linux-4.4.14/drivers/md/ |
D | raid10.c | 3386 int nc, fc, fo; in setup_geo() local 3412 nc = layout & 255; in setup_geo() 3416 geo->near_copies = nc; in setup_geo() 3430 geo->far_set_size = fc * nc; in setup_geo() 3437 return nc*fc; in setup_geo()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 306 bra nc #main_not_ctx_xfer
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 3143 my ($tc, $nc, $gc, $bc) = @_; 3171 %{$nc} = %new_configs;
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 2292 struct vmcb_control_area *nc = &nested_vmcb->control; in nested_svm_vmexit() local 2294 nc->exit_int_info = vmcb->control.event_inj; in nested_svm_vmexit() 2295 nc->exit_int_info_err = vmcb->control.event_inj_err; in nested_svm_vmexit()
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 1203 44..2211.. ffssyynncc 1426 55.. TThhee mmiinniiccaacchhee aanndd ddoowwnnccaallllss
|