Home
last modified time | relevance | path

Searched refs:dev2 (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.15/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
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()
292 alps_report_buttons(dev2, dev, left, right, middle); in alps_process_packet_v1_v2()
[all …]
Dalps.h288 struct input_dev *dev2; member
/Linux-v5.15/tools/testing/selftests/net/forwarding/
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.sh134 local dev2=$1; shift
137 local -a speeds_arr=($(common_speeds_get $dev1 $dev2 0 $adver))
142 local -a speeds_mode_arr=($(common_speeds_get $dev1 $dev2 1 $adver))
/Linux-v5.15/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-v5.15/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.c143 f->lci, f->dev1->name, f->dev2->name); in x25_seq_forward_show()
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dqos_dscp_router.sh175 local dev2=$1; shift
188 eval "local -A dev2_t0s=($(dscp_fetch_stats $dev2 0))"
196 eval "local -A dev2_t1s=($(dscp_fetch_stats $dev2 0))"
212 check_err $? "DSCP $dscpi@$dev2: Expected to capture $expect2 packets, got $delta."
/Linux-v5.15/drivers/thunderbolt/
Dtest.c497 struct tb_switch *host, *dev1, *dev2; in tb_test_path_daisy_chain_walk() local
502 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_daisy_chain_walk()
505 dst_port = &dev2->ports[13]; in tb_test_path_daisy_chain_walk()
636 struct tb_switch *host, *dev1, *dev2, *dev3, *dev5, *dev6, *dev7, *dev9; in tb_test_path_complex_tree_walk() local
642 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_complex_tree_walk()
643 dev3 = alloc_dev_with_dpin(test, dev2, 0x50301, true); in tb_test_path_complex_tree_walk()
683 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5, *dev6; in tb_test_path_max_length_walk() local
742 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_max_length_walk()
743 dev3 = alloc_dev_default(test, dev2, 0x30301, true); in tb_test_path_max_length_walk()
786 struct tb_switch *host, *dev1, *dev2; in tb_test_path_not_connected() local
[all …]
/Linux-v5.15/drivers/s390/net/
Dctcm_main.h267 unsigned long dev1, dev2; in ctcm_less_than() local
273 dev2 = simple_strtoul(id2, &id2, 16); in ctcm_less_than()
275 return (dev1 < dev2); in ctcm_less_than()
/Linux-v5.15/arch/x86/pci/
Dirq.c1156 struct pci_dev *dev2 = NULL; in pcibios_lookup_irq() local
1266 for_each_pci_dev(dev2) { in pcibios_lookup_irq()
1267 pci_read_config_byte(dev2, PCI_INTERRUPT_PIN, &pin); in pcibios_lookup_irq()
1271 info = pirq_get_info(dev2); in pcibios_lookup_irq()
1279 if (dev2->irq && dev2->irq != irq && \ in pcibios_lookup_irq()
1281 ((1 << dev2->irq) & mask))) { in pcibios_lookup_irq()
1283 dev_info(&dev2->dev, "IRQ routing conflict: " in pcibios_lookup_irq()
1285 dev2->irq, irq); in pcibios_lookup_irq()
1289 dev2->irq = irq; in pcibios_lookup_irq()
1291 if (dev != dev2) in pcibios_lookup_irq()
[all …]
/Linux-v5.15/drivers/acpi/
Dacpi_lpss.c575 struct device *dev2; in acpi_lpss_link_consumer() local
577 dev2 = acpi_lpss_find_device(link->consumer_hid, link->consumer_uid); in acpi_lpss_link_consumer()
578 if (!dev2) in acpi_lpss_link_consumer()
582 || acpi_lpss_dep(ACPI_COMPANION(dev2), ACPI_HANDLE(dev1))) in acpi_lpss_link_consumer()
583 device_link_add(dev2, dev1, link->flags); in acpi_lpss_link_consumer()
585 put_device(dev2); in acpi_lpss_link_consumer()
591 struct device *dev2; in acpi_lpss_link_supplier() local
593 dev2 = acpi_lpss_find_device(link->supplier_hid, link->supplier_uid); in acpi_lpss_link_supplier()
594 if (!dev2) in acpi_lpss_link_supplier()
598 || acpi_lpss_dep(ACPI_COMPANION(dev1), ACPI_HANDLE(dev2))) in acpi_lpss_link_supplier()
[all …]
/Linux-v5.15/drivers/input/joystick/
Ddb9.c39 module_param_array_named(dev2, db9_cfg[1].args, int, &db9_cfg[1].nargs, 0);
40 MODULE_PARM_DESC(dev2, "Describes second attached device (<parport#>,<type>)");
360 struct input_dev *dev2 = db9->dev[1]; in db9_timer() local
368 input_report_abs(dev2, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); in db9_timer()
369 input_report_abs(dev2, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer()
370 input_report_key(dev2, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer()
/Linux-v5.15/net/batman-adv/
Dhard-interface.c114 const struct net_device *dev2, in batadv_mutual_parents() argument
118 int dev2_parent_iflink = dev_get_iflink(dev2); in batadv_mutual_parents()
123 dev2_parent_net = batadv_getlink_net(dev2, net2); in batadv_mutual_parents()
128 return (dev1_parent_iflink == dev2->ifindex) && in batadv_mutual_parents()
/Linux-v5.15/include/net/
Dx25.h176 struct net_device *dev2; member
/Linux-v5.15/drivers/staging/unisys/Documentation/
Doverview.txt149 vbus1:dev2 -> ../../../devices/visorbus1/vbus1:dev2
153 vbus2:dev2 -> ../../../devices/visorbus2/vbus2:dev2
/Linux-v5.15/drivers/usb/host/
Dehci-sched.c302 struct usb_device *dev2) in same_tt() argument
304 if (!dev1->tt || !dev2->tt) in same_tt()
306 if (dev1->tt != dev2->tt) in same_tt()
309 return dev1->ttport == dev2->ttport; in same_tt()
Dfotg210-hcd.c3383 static int same_tt(struct usb_device *dev1, struct usb_device *dev2) in same_tt() argument
3385 if (!dev1->tt || !dev2->tt) in same_tt()
3387 if (dev1->tt != dev2->tt) in same_tt()
3390 return dev1->ttport == dev2->ttport; in same_tt()
/Linux-v5.15/drivers/scsi/
Dhpsa.c1490 struct hpsa_scsi_dev_t *dev2) in device_is_the_same() argument
1496 if (memcmp(dev1->scsi3addr, dev2->scsi3addr, in device_is_the_same()
1499 if (memcmp(dev1->device_id, dev2->device_id, in device_is_the_same()
1502 if (memcmp(dev1->model, dev2->model, sizeof(dev1->model)) != 0) in device_is_the_same()
1504 if (memcmp(dev1->vendor, dev2->vendor, sizeof(dev1->vendor)) != 0) in device_is_the_same()
1506 if (dev1->devtype != dev2->devtype) in device_is_the_same()
1508 if (dev1->bus != dev2->bus) in device_is_the_same()
1514 struct hpsa_scsi_dev_t *dev2) in device_updated() argument
1520 if (dev1->raid_level != dev2->raid_level) in device_updated()
1522 if (dev1->offload_config != dev2->offload_config) in device_updated()
[all …]
/Linux-v5.15/drivers/pci/
Dpci.c6352 bool pci_devs_are_dma_aliases(struct pci_dev *dev1, struct pci_dev *dev2) in pci_devs_are_dma_aliases() argument
6355 test_bit(dev2->devfn, dev1->dma_alias_mask)) || in pci_devs_are_dma_aliases()
6356 (dev2->dma_alias_mask && in pci_devs_are_dma_aliases()
6357 test_bit(dev1->devfn, dev2->dma_alias_mask)) || in pci_devs_are_dma_aliases()
6358 pci_real_dma_dev(dev1) == dev2 || in pci_devs_are_dma_aliases()
6359 pci_real_dma_dev(dev2) == dev1; in pci_devs_are_dma_aliases()
/Linux-v5.15/include/linux/
Ddevice.h853 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
/Linux-v5.15/Documentation/input/devices/
Djoystick-parport.rst565 can use db9.dev2 and db9.dev3 as additional command line parameters for two
/Linux-v5.15/drivers/base/
Dcore.c4793 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() argument
4796 dev->of_node = of_node_get(dev2->of_node); in device_set_of_node_from_dev()
/Linux-v5.15/fs/btrfs/
Dvolumes.c1236 const struct btrfs_device *dev1, *dev2; in devid_cmp() local
1239 dev2 = list_entry(b, struct btrfs_device, dev_list); in devid_cmp()
1241 if (dev1->devid < dev2->devid) in devid_cmp()
1243 else if (dev1->devid > dev2->devid) in devid_cmp()

12