/linux-6.3-rc2/drivers/input/mouse/ |
A D | lifebook.c | 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() 193 input_sync(dev2); in lifebook_process_byte() 272 struct input_dev *dev2; in lifebook_create_relative_device() local 278 if (!priv || !dev2) in lifebook_create_relative_device() 281 priv->dev2 = dev2; in lifebook_create_relative_device() 285 dev2->phys = priv->phys; in lifebook_create_relative_device() 288 dev2->id.vendor = 0x0002; in lifebook_create_relative_device() 290 dev2->id.version = 0x0000; in lifebook_create_relative_device() [all …]
|
A D | alps.c | 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() 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 …]
|
A D | alps.h | 288 struct input_dev *dev2; member
|
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A D | ethtool_lib.sh | 93 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))
|
A D | ethtool.sh | 134 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.3-rc2/drivers/ata/ |
A D | pata_optidma.c | 206 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.3-rc2/net/x25/ |
A D | x25_forward.c | 65 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()
|
A D | x25_proc.c | 142 f->lci, f->dev1->name, f->dev2->name); in x25_seq_forward_show()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/ |
A D | qos_dscp_router.sh | 162 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.3-rc2/drivers/thunderbolt/ |
A D | test.c | 538 struct tb_switch *host, *dev1, *dev2; in tb_test_path_daisy_chain_walk() local 546 dst_port = &dev2->ports[13]; in tb_test_path_daisy_chain_walk() 827 struct tb_switch *host, *dev1, *dev2; in tb_test_path_not_connected() local 837 up = &dev2->ports[9]; in tb_test_path_not_connected() 1354 up = &dev2->ports[9]; in tb_test_tunnel_pcie() 1485 in = &dev2->ports[13]; in tb_test_tunnel_dp_tree() 1623 up = &dev2->ports[16]; in tb_test_tunnel_usb3() 1668 in = &dev2->ports[13]; in tb_test_tunnel_port_on_path() 1853 port = &dev2->ports[3]; in tb_test_tunnel_dma_chain() 1865 &dev2->ports[1]); in tb_test_tunnel_dma_chain() [all …]
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | ctcm_main.h | 267 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-6.3-rc2/drivers/acpi/ |
A D | acpi_lpss.c | 589 struct device *dev2; in acpi_lpss_link_consumer() local 591 dev2 = acpi_lpss_find_device(link->consumer_hid, link->consumer_uid); in acpi_lpss_link_consumer() 592 if (!dev2) in acpi_lpss_link_consumer() 596 || acpi_lpss_dep(ACPI_COMPANION(dev2), ACPI_HANDLE(dev1))) in acpi_lpss_link_consumer() 597 device_link_add(dev2, dev1, link->flags); in acpi_lpss_link_consumer() 599 put_device(dev2); in acpi_lpss_link_consumer() 605 struct device *dev2; in acpi_lpss_link_supplier() local 608 if (!dev2) in acpi_lpss_link_supplier() 612 || acpi_lpss_dep(ACPI_COMPANION(dev1), ACPI_HANDLE(dev2))) in acpi_lpss_link_supplier() 613 device_link_add(dev1, dev2, link->flags); in acpi_lpss_link_supplier() [all …]
|
/linux-6.3-rc2/arch/x86/pci/ |
A D | irq.c | 1402 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.3-rc2/drivers/input/joystick/ |
A D | db9.c | 36 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.3-rc2/net/batman-adv/ |
A D | hard-interface.c | 115 const struct net_device *dev2, in batadv_mutual_parents() argument 119 int dev2_parent_iflink = dev_get_iflink(dev2); in batadv_mutual_parents() 124 dev2_parent_net = batadv_getlink_net(dev2, net2); in batadv_mutual_parents() 129 return (dev1_parent_iflink == dev2->ifindex) && in batadv_mutual_parents()
|
/linux-6.3-rc2/include/net/ |
A D | x25.h | 176 struct net_device *dev2; member
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ehci-sched.c | 302 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.3-rc2/drivers/scsi/ |
A D | hpsa.c | 1494 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() 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() 1531 if (dev1->queue_depth != dev2->queue_depth) in device_updated() [all …]
|
/linux-6.3-rc2/drivers/pci/ |
A D | pci.c | 6430 bool pci_devs_are_dma_aliases(struct pci_dev *dev1, struct pci_dev *dev2) in pci_devs_are_dma_aliases() argument 6433 test_bit(dev2->devfn, dev1->dma_alias_mask)) || in pci_devs_are_dma_aliases() 6434 (dev2->dma_alias_mask && in pci_devs_are_dma_aliases() 6435 test_bit(dev1->devfn, dev2->dma_alias_mask)) || in pci_devs_are_dma_aliases() 6436 pci_real_dma_dev(dev1) == dev2 || in pci_devs_are_dma_aliases() 6437 pci_real_dma_dev(dev2) == dev1; in pci_devs_are_dma_aliases()
|
/linux-6.3-rc2/include/linux/ |
A D | device.h | 968 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
|
/linux-6.3-rc2/drivers/usb/fotg210/ |
A D | fotg210-hcd.c | 3381 static int same_tt(struct usb_device *dev1, struct usb_device *dev2) in same_tt() argument 3383 if (!dev1->tt || !dev2->tt) in same_tt() 3385 if (dev1->tt != dev2->tt) in same_tt() 3388 return dev1->ttport == dev2->ttport; in same_tt()
|
/linux-6.3-rc2/Documentation/input/devices/ |
A D | joystick-parport.rst | 565 can use db9.dev2 and db9.dev3 as additional command line parameters for two
|
/linux-6.3-rc2/fs/btrfs/ |
A D | volumes.c | 1247 const struct btrfs_device *dev1, *dev2; in devid_cmp() local 1250 dev2 = list_entry(b, struct btrfs_device, dev_list); in devid_cmp() 1252 if (dev1->devid < dev2->devid) in devid_cmp() 1254 else if (dev1->devid > dev2->devid) in devid_cmp()
|
/linux-6.3-rc2/drivers/base/ |
A D | core.c | 5007 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() argument 5010 dev->of_node = of_node_get(dev2->of_node); in device_set_of_node_from_dev()
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
A D | smartpqi_init.c | 1959 static inline bool pqi_device_equal(struct pqi_scsi_dev *dev1, struct pqi_scsi_dev *dev2) in pqi_device_equal() argument 1961 if (dev1->is_physical_device != dev2->is_physical_device) in pqi_device_equal() 1965 return memcmp(dev1->wwid, dev2->wwid, sizeof(dev1->wwid)) == 0; in pqi_device_equal() 1967 return memcmp(dev1->volume_id, dev2->volume_id, sizeof(dev1->volume_id)) == 0; in pqi_device_equal()
|