Home
last modified time | relevance | path

Searched full:dev2 (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/filters/
Dflower.json12 "$TC qdisc add dev $DEV2 ingress",
13 "./tdc_multibatch.py $DEV2 $BATCH_DIR 100000 10 add"
17 "verifyCmd": "$TC -s filter show dev $DEV2 ingress",
21 "$TC qdisc del dev $DEV2 ingress",
35 "$TC qdisc add dev $DEV2 ingress",
36 "./tdc_multibatch.py $DEV2 $BATCH_DIR 1000000 1 add",
38 "./tdc_multibatch.py $DEV2 $BATCH_DIR 100000 10 del"
42 "verifyCmd": "$TC -s filter show dev $DEV2 ingress",
46 "$TC qdisc del dev $DEV2 ingress",
60 "$TC qdisc add dev $DEV2 ingress",
[all …]
/linux-6.12.1/drivers/input/mouse/
Dlifebook.c23 struct input_dev *dev2; /* Relative device */ member
136 struct input_dev *dev2 = priv ? priv->dev2 : NULL; in lifebook_process_byte() local
169 if (!dev2) in lifebook_process_byte()
188 if (dev2) { in lifebook_process_byte()
190 psmouse_report_standard_motion(dev2, packet); in lifebook_process_byte()
192 psmouse_report_standard_buttons(dev2, packet[0]); in lifebook_process_byte()
193 input_sync(dev2); in lifebook_process_byte()
247 input_unregister_device(priv->dev2); in lifebook_disconnect()
272 struct input_dev *dev2; in lifebook_create_relative_device() local
277 dev2 = input_allocate_device(); in lifebook_create_relative_device()
[all …]
Dalps.c221 static void alps_report_buttons(struct input_dev *dev1, struct input_dev *dev2, in alps_report_buttons() argument
228 * other device (dev2) then this event should be also in alps_report_buttons()
231 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()
245 input_sync(dev2); in alps_report_buttons()
253 struct input_dev *dev2 = priv->dev2; in alps_process_packet_v1_v2() local
289 input_report_rel(dev2, REL_X, (x > 383 ? (x - 768) : x)); in alps_process_packet_v1_v2()
290 input_report_rel(dev2, REL_Y, -(y > 255 ? (y - 512) : y)); in alps_process_packet_v1_v2()
[all …]
Dalps.h256 * @dev2: Trackstick device (can be NULL).
288 struct input_dev *dev2; member
/linux-6.12.1/tools/testing/selftests/net/
Dnetns-name.sh8 DEV2=dummy-dev1
51 ip -netns $NS link set dev $DEV netns $test_ns name $DEV2 ||
53 ip -netns $test_ns link del $DEV2 || fail
61 ip -netns $NS link add name $DEV2 type dummy || fail
62 ip -netns $NS link property add dev $DEV2 altname $ALT_NAME || fail
64 ip -netns $NS link set dev $DEV2 netns $test_ns 2> /dev/null &&
68 ip -netns $NS link del $DEV2 || fail
/linux-6.12.1/tools/testing/selftests/drivers/net/virtio_net/
Dvirtio_net_common.sh12 # DEV2="$2"
15 # sudo tc qdisc add dev $DEV2 clsact
16 …c filter add dev $DEV1 ingress protocol all pref 1 matchall action mirred egress redirect dev $DEV2
17 # sudo tc filter add dev $DEV2 ingress protocol all pref 1 matchall action mirred egress redirect d…
19 # sudo ip link set $DEV2 up
/linux-6.12.1/tools/testing/selftests/drivers/net/hw/
Dethtool_lib.sh93 dev2=$1; shift
98 local -a dev2_speeds=($(dev_speeds_get $dev2 $with_mode $adver))
108 local dev2=$1; shift
114 speeds_arr=($(common_speeds_get $dev1 $dev2 $with_mode $adver))
Dethtool.sh133 local dev2=$1; shift
136 local -a speeds_arr=($(common_speeds_get $dev1 $dev2 0 $adver))
141 local -a speeds_mode_arr=($(common_speeds_get $dev1 $dev2 1 $adver))
/linux-6.12.1/drivers/thunderbolt/
Dtest.c555 struct tb_switch *host, *dev1, *dev2; in tb_test_path_daisy_chain_walk() local
560 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_daisy_chain_walk()
563 dst_port = &dev2->ports[13]; in tb_test_path_daisy_chain_walk()
694 struct tb_switch *host, *dev1, *dev2, *dev3, *dev5, *dev6, *dev7, *dev9; in tb_test_path_complex_tree_walk() local
700 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_complex_tree_walk()
701 dev3 = alloc_dev_with_dpin(test, dev2, 0x50301, true); in tb_test_path_complex_tree_walk()
741 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5, *dev6; in tb_test_path_max_length_walk() local
800 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_max_length_walk()
801 dev3 = alloc_dev_default(test, dev2, 0x30301, true); in tb_test_path_max_length_walk()
844 struct tb_switch *host, *dev1, *dev2; in tb_test_path_not_connected() local
[all …]
/linux-6.12.1/net/x25/
Dx25_forward.c65 new_frwd->dev2 = from->dev; in x25_forward_call()
103 peer = frwd->dev2; in x25_forward_data()
151 if ((fwd->dev1 == dev) || (fwd->dev2 == dev)){ in x25_clear_forward_by_dev()
Dx25_proc.c135 seq_printf(seq, "lci dev1 dev2\n"); in x25_seq_forward_show()
142 f->lci, f->dev1->name, f->dev2->name); in x25_seq_forward_show()
/linux-6.12.1/drivers/acpi/x86/
Dlpss.c570 struct device *dev2; in acpi_lpss_link_consumer() local
572 dev2 = acpi_lpss_find_device(link->consumer_hid, link->consumer_uid); in acpi_lpss_link_consumer()
573 if (!dev2) in acpi_lpss_link_consumer()
577 || acpi_device_dep(ACPI_HANDLE(dev2), ACPI_HANDLE(dev1))) in acpi_lpss_link_consumer()
578 device_link_add(dev2, dev1, link->flags); in acpi_lpss_link_consumer()
580 put_device(dev2); in acpi_lpss_link_consumer()
586 struct device *dev2; in acpi_lpss_link_supplier() local
588 dev2 = acpi_lpss_find_device(link->supplier_hid, link->supplier_uid); in acpi_lpss_link_supplier()
589 if (!dev2) in acpi_lpss_link_supplier()
593 || acpi_device_dep(ACPI_HANDLE(dev1), ACPI_HANDLE(dev2))) in acpi_lpss_link_supplier()
[all …]
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/
Dqos_dscp_router.sh162 local dev2=$1; shift
175 eval "local -A dev2_t0s=($(dscp_fetch_stats $dev2 0))"
183 eval "local -A dev2_t1s=($(dscp_fetch_stats $dev2 0))"
199 check_err $? "DSCP $dscpi@$dev2: Expected to capture $expect2 packets, got $delta."
/linux-6.12.1/drivers/ata/
Dpata_optidma.c206 int dev2 = 2 * adev->devno; in optiplus_mode_setup() local
218 udslave &= ~(0x03 << dev2); in optiplus_mode_setup()
219 udslave |= (udma << dev2); in optiplus_mode_setup()
222 udcfg &= ~(0x30 << dev2); in optiplus_mode_setup()
223 udcfg |= (udma << dev2); in optiplus_mode_setup()
/linux-6.12.1/drivers/s390/net/
Dctcm_main.h268 unsigned long dev1, dev2; in ctcm_less_than() local
274 dev2 = simple_strtoul(id2, &id2, 16); in ctcm_less_than()
276 return (dev1 < dev2); in ctcm_less_than()
/linux-6.12.1/drivers/input/joystick/
Ddb9.c36 module_param_array_named(dev2, db9_cfg[1].args, int, &db9_cfg[1].nargs, 0);
37 MODULE_PARM_DESC(dev2, "Describes second attached device (<parport#>,<type>)");
357 struct input_dev *dev2 = db9->dev[1]; in db9_timer() local
365 input_report_abs(dev2, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); in db9_timer()
366 input_report_abs(dev2, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer()
367 input_report_key(dev2, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer()
/linux-6.12.1/arch/x86/pci/
Dirq.c1402 struct pci_dev *dev2 = NULL; in pcibios_lookup_irq() local
1514 for_each_pci_dev(dev2) { in pcibios_lookup_irq()
1515 pci_read_config_byte(dev2, PCI_INTERRUPT_PIN, &dpin); in pcibios_lookup_irq()
1520 info = pirq_get_info(dev2, &pin); in pcibios_lookup_irq()
1528 if (dev2->irq && dev2->irq != irq && \ in pcibios_lookup_irq()
1530 ((1 << dev2->irq) & mask))) { in pcibios_lookup_irq()
1532 dev_info(&dev2->dev, "IRQ routing conflict: " in pcibios_lookup_irq()
1534 dev2->irq, irq); in pcibios_lookup_irq()
1538 dev2->irq = irq; in pcibios_lookup_irq()
1540 if (dev != dev2) in pcibios_lookup_irq()
[all …]
/linux-6.12.1/tools/testing/selftests/tc-testing/
Dtdc_config.py18 'DEV2': '',
/linux-6.12.1/net/batman-adv/
Dhard-interface.c107 * @dev2: 2nd net dev
116 const struct net_device *dev2, in batadv_mutual_parents() argument
120 int dev2_parent_iflink = dev_get_iflink(dev2); in batadv_mutual_parents()
125 dev2_parent_net = batadv_getlink_net(dev2, net2); in batadv_mutual_parents()
130 return (dev1_parent_iflink == dev2->ifindex) && in batadv_mutual_parents()
/linux-6.12.1/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py177 cmds.append(self._replace_keywords('link set $DEV2 netns {}'.format(ns)))
178 cmds.append(self._replace_keywords('netns exec {} $IP link set $DEV2 up'.format(ns)))
/linux-6.12.1/Documentation/devicetree/bindings/spi/
Dspi-orion.txt75 <MBUS_ID(0x01, 0x9a) 0 0 0xf1110000 0x10000>; /* SPI1-DEV2 */
/linux-6.12.1/Documentation/devicetree/bindings/pci/
Dmediatek,mt7621-pcie.yaml35 | DEV0 | | DEV1 | | DEV2 |
/linux-6.12.1/drivers/block/aoe/
Daoenet.c34 MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=dev1[,dev2...]");
/linux-6.12.1/include/net/
Dx25.h176 struct net_device *dev2; member
/linux-6.12.1/drivers/extcon/
Dextcon-fsa9480.c233 dev_info(usbsw->dev, "dev1: 0x%x, dev2: 0x%x\n", val1, val2); in fsa9480_detect_dev()

12