Searched refs:nc (Results 1 - 25 of 87) sorted by path

1234

/linux-master/drivers/crypto/cavium/zip/
H A Dzip_regs.h155 u64 nc : 1; member in struct:zip_zptr_ctl_s::__anon2013
159 u64 nc : 1;
308 u64 nc : 1; member in struct:zip_zptr_s::__anon2016
312 u64 nc : 1; member in struct:zip_zptr_s::__anon2016
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc277 bra nc #chsw_load_ctx_dma
445 bra nc #cmp_c0
457 bra nc #cmp_zero
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s156 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_queryfu
[all...]
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl396 my ($tc, $nc, $gc, $bc) = @_;
424 %{$nc} = %new_configs;
/linux-master/arch/sparc/kernel/
H A Dldc.c2081 u32 nc; member in struct:cookie_state
2105 sp->cookies[sp->nc - 1].cookie_size += tlen;
2107 sp->cookies[sp->nc].cookie_addr = this_cookie;
2108 sp->cookies[sp->nc].cookie_size = tlen;
2109 sp->nc++;
2182 state.nc = 0;
2189 return state.nc;
2224 state.nc = 0;
2226 BUG_ON(state.nc > ncookies);
2228 return state.nc;
[all...]
/linux-master/drivers/acpi/arm64/
H A Diort.c1270 struct acpi_iort_named_component *nc; local
1272 nc = (struct acpi_iort_named_component *)node->node_data;
1275 nc->node_flags));
1276 if (nc->node_flags & ACPI_IORT_NC_STALL_SUPPORTED)
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h2071 struct net_conf *nc; local
2075 nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
2076 mxb = nc ? nc->max_buffers : 1000000; /* arbitrary limit on open requests */
H A Ddrbd_main.c719 struct net_conf *nc; local
728 nc = rcu_dereference(peer_device->connection->net_conf);
732 + strlen(nc->verify_alg) + 1
759 strcpy(p->verify_alg, nc->verify_alg);
761 strcpy(p->csums_alg, nc->csums_alg);
771 struct net_conf *nc; local
780 nc = rcu_dereference(connection->net_conf);
782 if (nc->tentative && connection->agreed_pro_version < 92) {
790 size += strlen(nc->integrity_alg) + 1;
792 p->protocol = cpu_to_be32(nc
3688 struct net_conf *nc; local
[all...]
H A Ddrbd_nl.c621 struct net_conf *nc; local
691 nc = rcu_dereference(connection->net_conf);
692 timeo = nc ? (nc->ping_timeo + 1) * HZ / 10 : 1;
725 nc = connection->net_conf;
726 if (nc)
727 nc->discard_my_data = 0; /* without copy; single bit op is atomic */
1733 struct net_conf *nc; local
1806 nc = rcu_dereference(connection->net_conf);
1807 if (nc) {
3741 struct net_conf *nc; local
3931 struct net_conf *nc; local
[all...]
H A Ddrbd_proc.c220 struct net_conf *nc; local
269 nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
270 wp = nc ? nc->wire_protocol - DRBD_PROT_A + 'A' : ' ';
H A Ddrbd_receiver.c267 struct net_conf *nc; local
272 nc = rcu_dereference(peer_device->connection->net_conf);
273 mxb = nc ? nc->max_buffers : 1000000;
594 struct net_conf *nc; local
600 nc = rcu_dereference(connection->net_conf);
601 if (!nc) {
605 sndbuf_size = nc->sndbuf_size;
606 rcvbuf_size = nc->rcvbuf_size;
607 connect_int = nc
700 struct net_conf *nc; local
770 struct net_conf *nc; local
817 struct net_conf *nc; local
868 struct net_conf *nc; local
927 struct net_conf *nc; local
2558 struct net_conf *nc; local
3456 struct net_conf *nc; local
3634 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL; local
5374 struct net_conf *nc; local
5917 struct net_conf *nc; local
6103 struct net_conf *nc; local
[all...]
H A Ddrbd_req.c566 struct net_conf *nc; local
588 nc = rcu_dereference(connection->net_conf);
589 p = nc->wire_protocol;
701 nc = rcu_dereference(connection->net_conf);
702 p = nc->max_epoch_size;
987 struct net_conf *nc; local
992 nc = rcu_dereference(connection->net_conf);
993 on_congestion = nc ? nc->on_congestion : OC_BLOCK;
1009 if (nc
1705 struct net_conf *nc; local
[all...]
H A Ddrbd_state.c829 struct net_conf *nc; local
838 nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
839 if (nc) {
840 if (!nc->two_primaries && ns.role == R_PRIMARY) {
880 (nc->verify_alg[0] == 0))
974 is_valid_conn_transition(enum drbd_conns oc, enum drbd_conns nc) argument
977 if (oc == nc)
981 if (oc == C_STANDALONE && nc == C_DISCONNECTING)
985 if (oc == C_STANDALONE && nc != C_UNCONNECTED)
990 if (oc < C_WF_REPORT_PARAMS && nc >
[all...]
H A Ddrbd_worker.c1891 struct net_conf *nc; local
1895 nc = rcu_dereference(connection->net_conf);
1896 timeo = nc->ping_int * HZ + nc->ping_timeo * HZ / 9;
2088 struct net_conf *nc; local
2102 nc = rcu_dereference(connection->net_conf);
2103 uncork = nc ? nc->tcp_cork : 0;
2157 nc = rcu_dereference(connection->net_conf);
2158 cork = nc
[all...]
/linux-master/drivers/bus/
H A Dmoxtet.c204 of_register_moxtet_device(struct moxtet *moxtet, struct device_node *nc) argument
213 "Moxtet device alloc error for %pOF\n", nc);
217 ret = of_property_read_u32(nc, "reg", &val);
220 nc, ret);
228 nc, dev->idx);
236 dev_err(moxtet->dev, "%pOF Moxtet address 0x%x is empty\n", nc,
242 of_node_get(nc);
243 dev->dev.of_node = nc;
248 "Moxtet device register error for %pOF\n", nc);
249 of_node_put(nc);
263 struct device_node *nc; local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-moxtet.c119 struct device_node *nc = dev->of_node; local
126 nc, id);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c3721 unsigned long n, prime, nc; local
3752 for (nc = 0; nc < nctx; nc++) {
3756 rq = i915_request_create(ve[nc]);
3762 if (request[nc])
3763 i915_request_put(request[nc]);
3764 request[nc] = i915_request_get(rq);
3770 for (nc = 0; nc < nct
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c156 unsigned long no, nc; local
176 nc = 0;
178 for (; nc < num_ctx; nc++) {
192 __func__, no, nc))
/linux-master/drivers/input/
H A Dinput-mt.c388 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) argument
394 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu);
397 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu);
/linux-master/drivers/leds/
H A Dleds-bcm6328.c255 static int bcm6328_hwled(struct device *dev, struct device_node *nc, u32 reg, argument
271 cnt = of_property_count_elems_of_size(nc, "brcm,link-signal-sources",
282 of_property_read_u32_index(nc, "brcm,link-signal-sources", i,
297 cnt = of_property_count_elems_of_size(nc,
309 of_property_read_u32_index(nc, "brcm,activity-signal-sources",
327 static int bcm6328_led(struct device *dev, struct device_node *nc, u32 reg, argument
348 if (of_property_read_bool(nc, "active-low"))
351 init_data.fwnode = of_fwnode_handle(nc);
H A Dleds-bcm6358.c94 static int bcm6358_led(struct device *dev, struct device_node *nc, u32 reg, argument
111 if (of_property_read_bool(nc, "active-low"))
114 init_data.fwnode = of_fwnode_handle(nc);
/linux-master/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c629 struct device_node *nc, *np = pdev->dev.of_node; local
656 for_each_available_child_of_node(np, nc) {
658 ret = zynqmp_ipi_mbox_probe(mbox, nc);
660 of_node_put(nc);
/linux-master/drivers/md/
H A Draid10.c3815 int nc, fc, fo; local
3841 nc = layout & 255;
3845 geo->near_copies = nc;
3859 geo->far_set_size = fc * nc;
3866 return nc*fc;
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c71 .nc = -1,
80 .nc = 3,
94 .nc = 3,
108 .nc = 4,
122 .nc = 4,
136 .nc = 3,
149 .nc = 3,
162 .nc = 3,
175 .nc = 3,
188 .nc
[all...]
H A Dmxc-jpeg.h47 * @nc: number of color components
61 int nc; member in struct:mxc_jpeg_fmt

Completed in 389 milliseconds

1234