Home
last modified time | relevance | path

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

12

/linux/drivers/input/mouse/
A Dlifebook.c136 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 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 …]
A Dalps.h288 struct input_dev *dev2; member
/linux/tools/testing/selftests/net/forwarding/
A 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))
A 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/drivers/thunderbolt/
A Dtest.c497 struct tb_switch *host, *dev1, *dev2; in tb_test_path_daisy_chain_walk() local
505 dst_port = &dev2->ports[13]; in tb_test_path_daisy_chain_walk()
786 struct tb_switch *host, *dev1, *dev2; in tb_test_path_not_connected() local
796 up = &dev2->ports[9]; in tb_test_path_not_connected()
1313 up = &dev2->ports[9]; in tb_test_tunnel_pcie()
1444 in = &dev2->ports[13]; in tb_test_tunnel_dp_tree()
1582 up = &dev2->ports[16]; in tb_test_tunnel_usb3()
1627 in = &dev2->ports[13]; in tb_test_tunnel_port_on_path()
1812 port = &dev2->ports[3]; in tb_test_tunnel_dma_chain()
1824 &dev2->ports[1]); in tb_test_tunnel_dma_chain()
[all …]
/linux/drivers/ata/
A 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/tools/testing/selftests/drivers/net/mlxsw/
A 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/net/x25/
A 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()
A Dx25_proc.c143 f->lci, f->dev1->name, f->dev2->name); in x25_seq_forward_show()
/linux/drivers/acpi/
A 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
594 if (!dev2) in acpi_lpss_link_supplier()
598 || acpi_lpss_dep(ACPI_COMPANION(dev1), ACPI_HANDLE(dev2))) in acpi_lpss_link_supplier()
599 device_link_add(dev1, dev2, link->flags); in acpi_lpss_link_supplier()
[all …]
/linux/arch/x86/pci/
A 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/drivers/s390/net/
A 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/drivers/input/joystick/
A 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/net/batman-adv/
A 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/drivers/staging/unisys/Documentation/
A Doverview.txt149 vbus1:dev2 -> ../../../devices/visorbus1/vbus1:dev2
153 vbus2:dev2 -> ../../../devices/visorbus2/vbus2:dev2
/linux/include/net/
A Dx25.h176 struct net_device *dev2; member
/linux/drivers/usb/host/
A 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()
A Dfotg210-hcd.c3382 static int same_tt(struct usb_device *dev1, struct usb_device *dev2) in same_tt() argument
3384 if (!dev1->tt || !dev2->tt) in same_tt()
3386 if (dev1->tt != dev2->tt) in same_tt()
3389 return dev1->ttport == dev2->ttport; in same_tt()
/linux/drivers/scsi/
A 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()
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/drivers/pci/
A Dpci.c6401 bool pci_devs_are_dma_aliases(struct pci_dev *dev1, struct pci_dev *dev2) in pci_devs_are_dma_aliases() argument
6404 test_bit(dev2->devfn, dev1->dma_alias_mask)) || in pci_devs_are_dma_aliases()
6405 (dev2->dma_alias_mask && in pci_devs_are_dma_aliases()
6406 test_bit(dev1->devfn, dev2->dma_alias_mask)) || in pci_devs_are_dma_aliases()
6407 pci_real_dma_dev(dev1) == dev2 || in pci_devs_are_dma_aliases()
6408 pci_real_dma_dev(dev2) == dev1; in pci_devs_are_dma_aliases()
/linux/include/linux/
A Ddevice.h853 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
/linux/Documentation/input/devices/
A Djoystick-parport.rst565 can use db9.dev2 and db9.dev3 as additional command line parameters for two
/linux/drivers/base/
A Dcore.c4796 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2) in device_set_of_node_from_dev() argument
4799 dev->of_node = of_node_get(dev2->of_node); in device_set_of_node_from_dev()
/linux/fs/btrfs/
A Dvolumes.c1243 const struct btrfs_device *dev1, *dev2; in devid_cmp() local
1246 dev2 = list_entry(b, struct btrfs_device, dev_list); in devid_cmp()
1248 if (dev1->devid < dev2->devid) in devid_cmp()
1250 else if (dev1->devid > dev2->devid) in devid_cmp()

Completed in 126 milliseconds

12