Searched refs:n2 (Results 76 - 100 of 105) sorted by relevance

12345

/linux-master/drivers/media/usb/gspca/
H A Dt613.c579 static const u8 n2[] = local
620 reg_w_buf(gspca_dev, n2, sizeof n2);
/linux-master/lib/zstd/compress/
H A Dhuf_compress.c627 int const n2 = (huffNode[lowS].count < huffNode[lowN].count) ? lowS-- : lowN++; local
628 huffNode[nodeNb].count = huffNode[n1].count + huffNode[n2].count;
629 huffNode[n1].parent = huffNode[n2].parent = (U16)nodeNb;
/linux-master/include/net/
H A Dax25.h244 unsigned char n2, n2count; member in struct:ax25_cb
/linux-master/drivers/clk/meson/
H A Da1-peripherals.c145 .n2 = 732,
158 .n2 = {
1622 .n2 = {
1729 .n2 = {
H A Daxg.c499 .n2 = {
550 .n2 = {
601 .n2 = {
657 .n2 = {
H A Dgxbb.c729 .n2 = {
758 .n2 = {
810 .n2 = {
853 .n2 = {
H A Ds4-peripherals.c40 .n2 = 732,
53 .n2 = {
289 .n2 = {
396 .n2 = {
H A Dg12a.c2217 .n2 = {
2271 .n2 = {
2325 .n2 = {
2379 .n2 = {
/linux-master/drivers/of/
H A Dunittest.c816 struct property *ppname_n2, pname_n2 = { .name = "name", .length = 3, .value = "n2" };
820 struct device_node *n1, *n2, *n21, *n22, *nchangeset, *nremove, *parent, *np; local
829 n2 = __of_node_dup(NULL, "n2");
830 unittest(n2, "testcase setup failure\n");
856 n2->parent = parent;
857 n21->parent = n2;
867 unittest(!of_changeset_attach_node(&chgset, n2), "fail attach n2\n");
868 unittest(!of_changeset_add_property(&chgset, n2, ppname_n
[all...]
/linux-master/tools/bpf/bpftool/
H A Dgen.c45 size_t i, n1 = strlen(str), n2 = strlen(suffix); local
47 if (n1 < n2)
50 for (i = 0; i < n2; i++) {
51 if (str[n1 - i - 1] != suffix[n2 - i - 1])
/linux-master/include/math-emu/
H A Dop-4.h341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \
347 umul_ppmm(p3,_t,m,n2); \
/linux-master/net/llc/
H A Dllc_c_ev.c665 return !(llc_sk(sk)->retry_count < llc_sk(sk)->n2);
670 return !(llc_sk(sk)->retry_count >= llc_sk(sk)->n2);
H A Daf_llc.c1110 llc->n2 = opt;
1191 val = llc->n2; break;
H A Dllc_conn.c911 llc->n2 = 2; /* max retransmit */
/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h402 #define ADSLPLLCTL_VAL(n1, n2, m1ref, m2ref, m1cpu, m1bus, m2bus) \
404 ((n2) << ADSLPLLCTL_N2_SHIFT) | \
/linux-master/net/ceph/
H A Dosdmap.c2974 struct rb_node *n2 = rb_first(locs2); local
2977 for ( ; n1 && n2; n1 = rb_next(n1), n2 = rb_next(n2)) {
2981 rb_entry(n2, struct crush_loc_node, cl_node);
2988 if (!n1 && n2)
2990 if (n1 && !n2)
/linux-master/net/core/
H A Dneighbour.c1443 struct neighbour *n2, *n1 = neigh; local
1455 n2 = NULL;
1457 n2 = dst_neigh_lookup_skb(dst, skb);
1458 if (n2)
1459 n1 = n2;
1462 if (n2)
1463 neigh_release(n2);
/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c251 pko_command.s.n2 = 1; /* Don't pollute L2 with the outgoing packet */
/linux-master/scripts/
H A Dsphinx-pre-install868 printf "\n2) As a package with:\n";
/linux-master/drivers/media/i2c/ccs/
H A Dccs-regs.h325 #define CCS_R_TGR_PREAMBLE_PROG_SEQUENCE(n2) CCI_REG8(0x0843 + (n2))
/linux-master/drivers/thunderbolt/
H A Dtest.c2757 int n1, n2, i; local
2771 n2 = 0;
2773 n2++;
2774 KUNIT_ASSERT_NE(test, n2, 0);
2776 KUNIT_ASSERT_EQ(test, n1, n2);
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c1497 const int n2 = count[coef_count_cxt_start + 2]; local
1502 { n0, n1 + n2 },
1503 { n1, n2 }
/linux-master/drivers/hid/
H A Dhid-core.c2588 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; local
2590 if (n1 != n2 || n1 <= 0 || n2 <= 0)
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x.c881 u8 n2 = buf[i * width + j + 1]; local
883 data_array[array_idx++] = (n2 << 4) | n1;
/linux-master/drivers/pinctrl/
H A Dcore.c1180 struct pinctrl_setting *setting, *n2; local
1184 list_for_each_entry_safe(setting, n2, &state->settings, node) {

Completed in 819 milliseconds

12345