Home
last modified time | relevance | path

Searched defs:dev2 (Results 1 – 18 of 18) sorted by relevance

/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
272 struct input_dev *dev2; in lifebook_create_relative_device() local
Dalps.c221 static void alps_report_buttons(struct input_dev *dev1, struct input_dev *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
1471 struct input_dev *dev, *dev2 = NULL; in alps_report_bare_ps2_packet() local
3092 struct input_dev *dev2; in alps_init() local
Dalps.h288 struct input_dev *dev2; member
/Linux-v5.15/drivers/thunderbolt/
Dtest.c497 struct tb_switch *host, *dev1, *dev2; in tb_test_path_daisy_chain_walk() local
636 struct tb_switch *host, *dev1, *dev2, *dev3, *dev5, *dev6, *dev7, *dev9; in tb_test_path_complex_tree_walk() local
683 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5, *dev6; in tb_test_path_max_length_walk() local
786 struct tb_switch *host, *dev1, *dev2; in tb_test_path_not_connected() local
978 struct tb_switch *host, *dev1, *dev2, *dev3; in tb_test_path_not_bonded_lane1_chain() local
1058 struct tb_switch *host, *dev1, *dev2, *dev3; in tb_test_path_not_bonded_lane1_chain_reverse() local
1149 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4; in tb_test_path_mixed_chain() local
1241 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4; in tb_test_path_mixed_chain_reverse() local
1278 struct tb_switch *host, *dev1, *dev2; in tb_test_tunnel_pcie() local
1417 struct tb_switch *host, *dev1, *dev2, *dev3, *dev5; in tb_test_tunnel_dp_tree() local
[all …]
/Linux-v5.15/drivers/ata/
Dpata_optidma.c206 int dev2 = 2 * adev->devno; in optiplus_mode_setup() local
/Linux-v5.15/net/batman-adv/
Dhard-interface.c114 const struct net_device *dev2, in batadv_mutual_parents()
/Linux-v5.15/drivers/acpi/
Dacpi_lpss.c575 struct device *dev2; in acpi_lpss_link_consumer() local
591 struct device *dev2; in acpi_lpss_link_supplier() local
/Linux-v5.15/drivers/input/joystick/
Ddb9.c360 struct input_dev *dev2 = db9->dev[1]; in db9_timer() local
/Linux-v5.15/include/net/
Dx25.h176 struct net_device *dev2; member
/Linux-v5.15/drivers/s390/net/
Dctcm_main.h267 unsigned long dev1, dev2; in ctcm_less_than() local
/Linux-v5.15/arch/x86/pci/
Dirq.c1156 struct pci_dev *dev2 = NULL; in pcibios_lookup_irq() local
/Linux-v5.15/drivers/usb/host/
Dehci-sched.c302 struct usb_device *dev2) in same_tt()
Dfotg210-hcd.c3383 static int same_tt(struct usb_device *dev1, struct usb_device *dev2) in same_tt()
/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()
/Linux-v5.15/drivers/scsi/
Dhpsa.c1490 struct hpsa_scsi_dev_t *dev2) in device_is_the_same()
1514 struct hpsa_scsi_dev_t *dev2) in device_updated()
/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()
/Linux-v5.15/fs/btrfs/
Dvolumes.c1236 const struct btrfs_device *dev1, *dev2; in devid_cmp() local
/Linux-v5.15/drivers/scsi/smartpqi/
Dsmartpqi_init.c1727 static inline bool pqi_device_equal(struct pqi_scsi_dev *dev1, struct pqi_scsi_dev *dev2) in pqi_device_equal()