Home
last modified time | relevance | path

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

12

/linux-6.6.21/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-6.6.21/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-6.6.21/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.6.21/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.c142 f->lci, f->dev1->name, f->dev2->name); in x25_seq_forward_show()
/linux-6.6.21/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.6.21/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.6.21/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.6.21/drivers/acpi/
Dacpi_lpss.c605 struct device *dev2; in acpi_lpss_link_consumer() local
607 dev2 = acpi_lpss_find_device(link->consumer_hid, link->consumer_uid); in acpi_lpss_link_consumer()
608 if (!dev2) in acpi_lpss_link_consumer()
612 || acpi_lpss_dep(ACPI_COMPANION(dev2), ACPI_HANDLE(dev1))) in acpi_lpss_link_consumer()
613 device_link_add(dev2, dev1, link->flags); in acpi_lpss_link_consumer()
615 put_device(dev2); in acpi_lpss_link_consumer()
621 struct device *dev2; in acpi_lpss_link_supplier() local
623 dev2 = acpi_lpss_find_device(link->supplier_hid, link->supplier_uid); in acpi_lpss_link_supplier()
624 if (!dev2) in acpi_lpss_link_supplier()
628 || acpi_lpss_dep(ACPI_COMPANION(dev1), ACPI_HANDLE(dev2))) in acpi_lpss_link_supplier()
[all …]
/linux-6.6.21/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.6.21/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.6.21/net/batman-adv/
Dhard-interface.c116 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.6.21/include/net/
Dx25.h176 struct net_device *dev2; member
/linux-6.6.21/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()
/linux-6.6.21/drivers/scsi/
Dhpsa.c1494 struct hpsa_scsi_dev_t *dev2) in device_is_the_same() argument
1500 if (memcmp(dev1->scsi3addr, dev2->scsi3addr, in device_is_the_same()
1503 if (memcmp(dev1->device_id, dev2->device_id, in device_is_the_same()
1506 if (memcmp(dev1->model, dev2->model, sizeof(dev1->model)) != 0) in device_is_the_same()
1508 if (memcmp(dev1->vendor, dev2->vendor, sizeof(dev1->vendor)) != 0) in device_is_the_same()
1510 if (dev1->devtype != dev2->devtype) in device_is_the_same()
1512 if (dev1->bus != dev2->bus) in device_is_the_same()
1518 struct hpsa_scsi_dev_t *dev2) in device_updated() argument
1524 if (dev1->raid_level != dev2->raid_level) in device_updated()
1526 if (dev1->offload_config != dev2->offload_config) in device_updated()
[all …]
/linux-6.6.21/drivers/pci/
Dpci.c6572 bool pci_devs_are_dma_aliases(struct pci_dev *dev1, struct pci_dev *dev2) in pci_devs_are_dma_aliases() argument
6575 test_bit(dev2->devfn, dev1->dma_alias_mask)) || in pci_devs_are_dma_aliases()
6576 (dev2->dma_alias_mask && in pci_devs_are_dma_aliases()
6577 test_bit(dev1->devfn, dev2->dma_alias_mask)) || in pci_devs_are_dma_aliases()
6578 pci_real_dma_dev(dev1) == dev2 || in pci_devs_are_dma_aliases()
6579 pci_real_dma_dev(dev2) == dev1; in pci_devs_are_dma_aliases()
/linux-6.6.21/include/linux/
Ddevice.h1133 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
/linux-6.6.21/drivers/usb/fotg210/
Dfotg210-hcd.c3378 static int same_tt(struct usb_device *dev1, struct usb_device *dev2) in same_tt() argument
3380 if (!dev1->tt || !dev2->tt) in same_tt()
3382 if (dev1->tt != dev2->tt) in same_tt()
3385 return dev1->ttport == dev2->ttport; in same_tt()
/linux-6.6.21/Documentation/input/devices/
Djoystick-parport.rst565 can use db9.dev2 and db9.dev3 as additional command line parameters for two
/linux-6.6.21/fs/btrfs/
Dvolumes.c1257 const struct btrfs_device *dev1, *dev2; in devid_cmp() local
1260 dev2 = list_entry(b, struct btrfs_device, dev_list); in devid_cmp()
1262 if (dev1->devid < dev2->devid) in devid_cmp()
1264 else if (dev1->devid > dev2->devid) in devid_cmp()
/linux-6.6.21/drivers/base/
Dcore.c5062 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() argument
5065 dev->of_node = of_node_get(dev2->of_node); in device_set_of_node_from_dev()
/linux-6.6.21/drivers/scsi/smartpqi/
Dsmartpqi_init.c1942 static inline bool pqi_device_equal(struct pqi_scsi_dev *dev1, struct pqi_scsi_dev *dev2) in pqi_device_equal() argument
1944 if (dev1->is_physical_device != dev2->is_physical_device) in pqi_device_equal()
1948 return memcmp(dev1->wwid, dev2->wwid, sizeof(dev1->wwid)) == 0; in pqi_device_equal()
1950 return memcmp(dev1->volume_id, dev2->volume_id, sizeof(dev1->volume_id)) == 0; in pqi_device_equal()

12