Home
last modified time | relevance | path

Searched refs:dev2 (Results 26 – 50 of 1221) sorted by relevance

12345678910>>...49

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/mouse/
H A Dalps.c231 dev = (dev2 && test_bit(BTN_LEFT, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
234 dev = (dev2 && test_bit(BTN_RIGHT, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
237 dev = (dev2 && test_bit(BTN_MIDDLE, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
244 if (dev2) in alps_report_buttons()
253 struct input_dev *dev2 = priv->dev2; in alps_process_packet_v1_v2() local
729 struct input_dev *dev2 = priv->dev2; in alps_process_touchpad_packet_v3_v5() local
828 struct input_dev *dev2 = priv->dev2; in alps_process_packet_v6() local
1092 struct input_dev *dev2 = priv->dev2; in alps_process_trackstick_packet_v7() local
1319 struct input_dev *dev2 = priv->dev2; in alps_process_packet_ss4_v2() local
3095 if (!dev2) { in alps_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/mouse/
H A Dalps.c231 dev = (dev2 && test_bit(BTN_LEFT, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
234 dev = (dev2 && test_bit(BTN_RIGHT, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
237 dev = (dev2 && test_bit(BTN_MIDDLE, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
244 if (dev2) in alps_report_buttons()
253 struct input_dev *dev2 = priv->dev2; in alps_process_packet_v1_v2() local
729 struct input_dev *dev2 = priv->dev2; in alps_process_touchpad_packet_v3_v5() local
828 struct input_dev *dev2 = priv->dev2; in alps_process_packet_v6() local
1092 struct input_dev *dev2 = priv->dev2; in alps_process_trackstick_packet_v7() local
1319 struct input_dev *dev2 = priv->dev2; in alps_process_packet_ss4_v2() local
3095 if (!dev2) { in alps_init()
[all …]
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A Dfmcomms5.c82 static struct iio_device *dev2, *dds2, *cap2; variable
573 iio_device_attr_write_bool(dev2, in filter_fir_enable()
717 dev = dev2; in fastlock_clicked()
1287 dev2, d2_ch0, "gain_control_mode", in fmcomms5_init()
1291 dev2, d2_ch1, "gain_control_mode", in fmcomms5_init()
1300 dev2, d2_ch0, "rf_port_select", in fmcomms5_init()
1314 dev2, d2_ch0, "hardwaregain", builder, in fmcomms5_init()
1356 dev2, d2_ch1, freq_name, builder, in fmcomms5_init()
1389 dev2, d2_ch1, "calibphase", in fmcomms5_init()
1418 dev2, d2_ch0, "rf_port_select", in fmcomms5_init()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/python/usrp_mpm/dboard_manager/
H A Dtest.py19 def __init__(self, dev1, dev2, dev3): argument
21 self.dev2 = fake_spi(dev2)
39 self.dev2 = "1"
44 self._device = test_device(self.dev1, self.dev2, self.dev3)
/dports/devel/m17n-db/m17n-db-1.8.0/FLT/
H A DDEV2-OTF.flt1 ;; DEV2-OTF.flt -- Font Layout Table for dev2 OpenType fonts
5 (font layouter dev2-otf nil
7 (font (nil nil unicode-bmp :otf=dev2)))
11 ;;; For dev2 OpenType fonts to draw the Devanagari script.
22 ;; mangal.ttf (dev2) requires the following orders.
128 ((font-facility 0x25CC) < 0x25CC :otf=dev2=blwf+ >)
129 (".+" [ :otf=dev2=blwf+ ])))
145 | (1 :otf=dev2=rphf+) (2 :otf=dev2=locl,nukt,akhn,rkrf,blwf,half,vatu,cjct+)
164 | (3 = *) (1 :otf=dev2=rphf+)
165 (2 :otf=dev2=locl,nukt,akhn,rkrf,blwf,half,vatu,cjct+)
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/
H A Ddevname.c96 if (!dev->bid_type || !dev2->bid_type || in blkid_get_dev()
97 strcmp(dev->bid_type, dev2->bid_type)) in blkid_get_dev()
99 if (dev->bid_label && dev2->bid_label && in blkid_get_dev()
102 if (dev->bid_uuid && dev2->bid_uuid && in blkid_get_dev()
103 strcmp(dev->bid_uuid, dev2->bid_uuid)) in blkid_get_dev()
105 if ((dev->bid_label && !dev2->bid_label) || in blkid_get_dev()
107 (dev->bid_uuid && !dev2->bid_uuid) || in blkid_get_dev()
108 (!dev->bid_uuid && dev2->bid_uuid)) in blkid_get_dev()
110 dev2 = blkid_verify(cache, dev2); in blkid_get_dev()
111 if (dev2 && !(dev2->bid_flags & BLKID_BID_FL_VERIFIED)) in blkid_get_dev()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_transform_worker_test.cpp154 dev2->convertFromQImage(image, 0); in testOffset()
175 dev2->convertFromQImage(image, 0); in testMirrorTransactionX()
178 KisTransformWorker::mirrorX(dev2); in testMirrorTransactionX()
199 dev2->convertFromQImage(image, 0); in testMirrorTransactionY()
202 KisTransformWorker::mirrorY(dev2); in testMirrorTransactionY()
784 dev2->convertFromQImage(image, 0); in rotate90Left()
786 QRect boundRect = dev2->exactBounds(); in rotate90Left()
811 dev2->convertFromQImage(image, 0); in rotate90Right()
813 QRect boundRect = dev2->exactBounds(); in rotate90Right()
839 dev2->convertFromQImage(image, 0); in rotate180()
[all …]
H A Dkis_image_animation_interface_test.cpp58 KisPaintDeviceSP dev2 = layer2->paintDevice(); in testFrameRegeneration() local
68 dev2->fill(rc2, KoColor(Qt::green, dev1->colorSpace())); in testFrameRegeneration()
69 QCOMPARE(dev2->exactBounds(), rc2); in testFrameRegeneration()
82 KisKeyframeChannel *channel2 = dev2->keyframeChannel(); in testFrameRegeneration()
89 QVERIFY(dev2->exactBounds().isEmpty()); in testFrameRegeneration()
91 dev1->fill(rc3, KoColor(Qt::red, dev2->colorSpace())); in testFrameRegeneration()
94 dev2->fill(rc4, KoColor(Qt::green, dev2->colorSpace())); in testFrameRegeneration()
95 QCOMPARE(dev2->exactBounds(), rc4); in testFrameRegeneration()
120 QCOMPARE(dev2->exactBounds(), rc2); in testFrameRegeneration()
151 KisPaintDeviceSP dev2 = layer2->paintDevice(); in testFramesChangedSignal() local
[all …]
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/Web/Plugin/AdminTask/
H A DTopology.pm23 my $dev2 = NetAddr::IP::Lite->new(param('dev2'));
24 return 0 unless ($dev2 and $dev2->addr ne '0.0.0.0');
30 (($dev1->addr eq $dev2->addr) and (param('port1') eq param('port2')));
42 dev2 => param('dev2'),
92 dev2 => param('dev2'),
/dports/devel/util-linux/util-linux-2.36/libblkid/src/
H A Ddevname.c120 if (dev2->bid_flags & BLKID_BID_FL_VERIFIED) in blkid_get_dev()
122 if (!dev->bid_type || !dev2->bid_type || in blkid_get_dev()
125 if (dev->bid_label && dev2->bid_label && in blkid_get_dev()
128 if (dev->bid_uuid && dev2->bid_uuid && in blkid_get_dev()
131 if ((dev->bid_label && !dev2->bid_label) || in blkid_get_dev()
132 (!dev->bid_label && dev2->bid_label) || in blkid_get_dev()
133 (dev->bid_uuid && !dev2->bid_uuid) || in blkid_get_dev()
134 (!dev->bid_uuid && dev2->bid_uuid)) in blkid_get_dev()
136 dev2 = blkid_verify(cache, dev2); in blkid_get_dev()
137 if (dev2 && !(dev2->bid_flags & BLKID_BID_FL_VERIFIED)) in blkid_get_dev()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkDraw_vertices.cpp226 const SkPoint dev2[]) { in fill_triangle_2() argument
228 dev2[state.f0], dev2[state.f1], dev2[state.f2] in fill_triangle_2()
249 const SkPoint dev2[], const SkPoint3 dev3[]) { in fill_triangle() argument
253 fill_triangle_2(state, blitter, rc, dev2); in fill_triangle()
341 fill_triangle(state, blitter, *fRC, dev2, dev3); in draw_fixed_vertices()
378 fill_triangle(state, blitter, *fRC, dev2, dev3); in draw_fixed_vertices()
404 fill_triangle(state, blitter, *fRC, dev2, dev3); in draw_fixed_vertices()
439 SkPoint* dev2 = nullptr; in drawVertices() local
450 dev2 = outerAlloc.makeArray<SkPoint>(vertexCount); in drawVertices()
451 ctm.mapPoints(dev2, info.positions(), vertexCount); in drawVertices()
[all …]
/dports/net/nanomsg/nanomsg-1.1.5/tests/
H A Ddevice7.c63 int dev2; in device6() local
66 dev2 = test_socket (AF_SP_RAW, NN_REP); in device6()
67 test_connect (dev2, SOCKET_ADDRESS_I); in device6()
72 rc = nn_device (dev2, dev3); in device6()
76 test_close (dev2); in device6()
H A Ddevice5.c60 int dev2; in device6() local
63 dev2 = test_socket (AF_SP_RAW, NN_REP); in device6()
64 test_connect (dev2, socket_address_i); in device6()
69 rc = nn_device (dev2, dev3); in device6()
73 test_close (dev2); in device6()
H A Ddevice6.c60 int dev2; in device6() local
63 dev2 = test_socket (AF_SP_RAW, NN_RESPONDENT); in device6()
64 test_connect (dev2, socket_address_i); in device6()
69 rc = nn_device (dev2, dev3); in device6()
73 test_close (dev2); in device6()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lr-wpan/test/
H A Dlr-wpan-collision-test.cc87 Ptr<LrWpanNetDevice> dev2 = CreateObject<LrWpanNetDevice> (); in DoRun() local
91 dev2->SetAddress (Mac16Address ("00:03")); in DoRun()
102 dev2->SetChannel (channel); in DoRun()
107 n2->AddDevice (dev2); in DoRun()
123 dev2->GetPhy ()->SetMobility (sender2Mobility); in DoRun()
131 dev2->GetCsmaCa ()->SetMacMinBE (0); in DoRun()
192 dev2->GetMac (), params, p2); in DoRun()
217 dev2->GetMac (), params, p1); in DoRun()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DSanitizeRenderer.cpp299 const auto dev2 = ChooseDeviceReplacement(dev); in SanitizeRenderer() local
300 return dev2; in SanitizeRenderer()
304 const auto dev2 = ChooseDeviceReplacement(dev); in SanitizeRenderer() local
305 return dev2 + m.str(2); in SanitizeRenderer()
309 const auto dev2 = ChooseDeviceReplacement(dev); in SanitizeRenderer() local
310 return dev2; in SanitizeRenderer()
314 const auto dev2 = ChooseDeviceReplacement(dev); in SanitizeRenderer() local
315 return dev2; in SanitizeRenderer()
/dports/devel/libevdev/libevdev-1.5.9/test/
H A Dtest-uinput.c36 struct libevdev *dev, *dev2; in START_TEST() local
64 rc = libevdev_new_from_fd(fd, &dev2); in START_TEST()
74 libevdev_has_event_code(dev2, type, code)); in START_TEST()
79 libevdev_free(dev2); in START_TEST()
116 struct libevdev *dev, *dev2; in START_TEST() local
145 rc = libevdev_new_from_fd(fd2, &dev2); in START_TEST()
155 libevdev_has_event_code(dev2, type, code)); in START_TEST()
160 libevdev_free(dev2); in START_TEST()
331 struct libevdev *dev, *dev2; in START_TEST() local
358 rc = libevdev_new_from_fd(fd, &dev2); in START_TEST()
[all …]
H A Dtest-kernel.c41 struct libevdev *dev, *dev2; in START_TEST() local
58 rc = libevdev_new_from_fd(fd, &dev2); in START_TEST()
67 rc = libevdev_next_event(dev2, LIBEVDEV_READ_FLAG_NORMAL, &ev2); in START_TEST()
87 rc = libevdev_next_event(dev2, LIBEVDEV_READ_FLAG_NORMAL, &ev2); in START_TEST()
93 libevdev_free(dev2); in START_TEST()
130 struct libevdev *dev, *dev2 = NULL; in START_TEST() local
153 rc = libevdev_new_from_fd(fd, &dev2); in START_TEST()
/dports/devel/libosinfo/libosinfo-1.9.0/tests/
H A Dtest-filter.c128 OsinfoDevice *dev2 = osinfo_device_new("ne2k"); in test_filter_combine() local
133 osinfo_entity_add_param(OSINFO_ENTITY(dev2), "bus", "isa"); in test_filter_combine()
134 osinfo_entity_add_param(OSINFO_ENTITY(dev2), "class", "network"); in test_filter_combine()
138 g_assert_true(osinfo_filter_matches(filter, OSINFO_ENTITY(dev2))); in test_filter_combine()
142 g_assert_true(osinfo_filter_matches(filter, OSINFO_ENTITY(dev2))); in test_filter_combine()
145 g_object_unref(dev2); in test_filter_combine()
/dports/net/nng/nng-1.5.2/tests/
H A Ddevice.c54 nng_socket dev2;
62 So(nng_pair1_open_raw(&dev2) == 0);
66 ddata.s2 = dev2;
71 nng_close(dev2);
76 So(nng_listen(dev2, addr2, NULL, 0) == 0);
/dports/net-im/p5-Net-Jabber/Net-Jabber-2.0/t/
H A Dquery_autoupdate.t55 my $dev2 = $query2->AddDev(desc=>"desc",
59 ok( defined($dev2), "new()" );
60 isa_ok( $dev2, "Net::Jabber::Stanza" );
61 isa_ok( $dev2, "Net::XMPP::Stanza" );
63 testPostScalar($dev2,"Desc","desc");
64 testPostScalar($dev2,"Priority","priority");
65 testPostScalar($dev2,"URL","url");
66 testPostScalar($dev2,"Version","version");
/dports/security/keybase/client-v5.7.1/go/systests/
H A Ddevice_test.go24 dev2 := set.provisionNewDevice("secondary", 1)
37 []tlfUser{{set.uid, []keybase1.KID{dev1.KID(), dev2.KID(), set.backupKeys[0].KID}}},
44 []tlfUser{{set.uid, []keybase1.KID{dev2.KID(), set.backupKeys[0].KID}}},
53 TargetDevice: dev2.deviceID,
91 runner.SetIDOrName(dev2.deviceName)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ide/
H A Dcy82c693.c180 struct pci_dev *dev2; in cy82c693_init_one() local
187 dev2 = pci_get_slot(dev->bus, dev->devfn + 1); in cy82c693_init_one()
188 ret = ide_pci_init_two(dev, dev2, &cy82c693_chipset, NULL); in cy82c693_init_one()
190 pci_dev_put(dev2); in cy82c693_init_one()
198 struct pci_dev *dev2 = host->dev[1] ? to_pci_dev(host->dev[1]) : NULL; in cy82c693_remove() local
201 pci_dev_put(dev2); in cy82c693_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ide/
H A Dcy82c693.c180 struct pci_dev *dev2; in cy82c693_init_one() local
187 dev2 = pci_get_slot(dev->bus, dev->devfn + 1); in cy82c693_init_one()
188 ret = ide_pci_init_two(dev, dev2, &cy82c693_chipset, NULL); in cy82c693_init_one()
190 pci_dev_put(dev2); in cy82c693_init_one()
198 struct pci_dev *dev2 = host->dev[1] ? to_pci_dev(host->dev[1]) : NULL; in cy82c693_remove() local
201 pci_dev_put(dev2); in cy82c693_remove()
/dports/net/wireguard-go/wireguard-go-0.0.20210424/device/
H A Dnoise_test.go61 dev2 := randDevice(t)
64 defer dev2.Close()
66 peer1, err := dev2.NewPeer(dev1.staticIdentity.privateKey.publicKey())
70 peer2, err := dev1.NewPeer(dev2.staticIdentity.privateKey.publicKey())
94 peer := dev2.ConsumeMessageInitiation(msg1)
115 msg2, err := dev2.CreateMessageResponse(peer1)

12345678910>>...49