| /Linux-v6.6/arch/mips/rb532/ | 
| D | devices.c | 38 static struct mpmc_device dev3;  variable 44 	spin_lock_irqsave(&dev3.lock, flags);  in set_latch_u5() 46 	dev3.state = (dev3.state | or_mask) & ~nand_mask;  in set_latch_u5() 47 	writeb(dev3.state, dev3.base);  in set_latch_u5() 49 	spin_unlock_irqrestore(&dev3.lock, flags);  in set_latch_u5() 55 	return dev3.state;  in get_latch_u5() 282 	dev3.base = ioremap(readl(IDT434_REG_BASE + DEV3BASE), 1);  in plat_setup_devices() 284 	if (!dev3.base) {  in plat_setup_devices()
  | 
| /Linux-v6.6/drivers/input/mouse/ | 
| D | alps.c | 1404 	struct input_dev *dev3;  in alps_register_bare_ps2_mouse()  local 1409 	if (priv->dev3)  in alps_register_bare_ps2_mouse() 1412 	dev3 = input_allocate_device();  in alps_register_bare_ps2_mouse() 1413 	if (!dev3) {  in alps_register_bare_ps2_mouse() 1422 	dev3->phys = priv->phys3;  in alps_register_bare_ps2_mouse() 1428 	dev3->name = "PS/2 ALPS Mouse";  in alps_register_bare_ps2_mouse() 1430 	dev3->id.bustype = BUS_I8042;  in alps_register_bare_ps2_mouse() 1431 	dev3->id.vendor  = 0x0002;  in alps_register_bare_ps2_mouse() 1432 	dev3->id.product = PSMOUSE_PS2;  in alps_register_bare_ps2_mouse() 1433 	dev3->id.version = 0x0000;  in alps_register_bare_ps2_mouse() [all …] 
 | 
| D | alps.h | 289 	struct input_dev *dev3;  member
  | 
| /Linux-v6.6/drivers/thunderbolt/ | 
| D | test.c | 616 	struct tb_switch *host, *dev1, *dev3;  in tb_test_path_simple_tree_walk()  local 622 	dev3 = alloc_dev_default(test, dev1, 0x501, true);  in tb_test_path_simple_tree_walk() 626 	dst_port = &dev3->ports[13];  in tb_test_path_simple_tree_walk() 694 	struct tb_switch *host, *dev1, *dev2, *dev3, *dev5, *dev6, *dev7, *dev9;  in tb_test_path_complex_tree_walk()  local 701 	dev3 = alloc_dev_with_dpin(test, dev2, 0x50301, true);  in tb_test_path_complex_tree_walk() 709 	src_port = &dev3->ports[13];  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 801 	dev3 = alloc_dev_default(test, dev2, 0x30301, true);  in tb_test_path_max_length_walk() 802 	dev4 = alloc_dev_default(test, dev3, 0x3030301, true);  in tb_test_path_max_length_walk() 1036 	struct tb_switch *host, *dev1, *dev2, *dev3;  in tb_test_path_not_bonded_lane1_chain()  local [all …] 
 | 
| /Linux-v6.6/arch/arm/boot/dts/nvidia/ | 
| D | tegra30-asus-nexus7-tilapia.dtsi | 94 				nvidia,function = "dev3";
  | 
| D | tegra30-asus-tf300tg.dts | 120 				nvidia,function = "dev3";
  | 
| D | tegra30-asus-transformer-common.dtsi | 1043 				nvidia,function = "dev3";
  | 
| D | tegra30-beaver.dts | 1692 				nvidia,function = "dev3";
  | 
| D | tegra30-pegatron-chagall.dts | 1001 				nvidia,function = "dev3";
  | 
| D | tegra30-ouya.dts | 1961 				nvidia,function = "dev3";
  | 
| /Linux-v6.6/drivers/input/joystick/ | 
| D | db9.c | 38 module_param_array_named(dev3, db9_cfg[2].args, int, &db9_cfg[2].nargs, 0); 39 MODULE_PARM_DESC(dev3, "Describes third attached device (<parport#>,<type>)");
  | 
| /Linux-v6.6/drivers/pinctrl/tegra/ | 
| D | pinctrl-tegra114.c | 1467 	FUNCTION(dev3), 1818 	DRV_PINGROUP(dev3,        0x92c,  2,  3,  4,  12,  5,  20,  5,  28,  2,  30,  2,  N),
  | 
| D | pinctrl-tegra124.c | 1628 	FUNCTION(dev3), 2026 	DRV_PINGROUP(dev3,        0x92c,  2,  3,  4,  12,  5,  20,  5,  28,  2,  30,  2,  N),
  | 
| D | pinctrl-tegra30.c | 2025 	FUNCTION(dev3), 2439 	DRV_PINGROUP(dev3,  0x92c,  2,  3,  4,  12,  5,  20,  5,  28,  2,  30,  2),
  | 
| /Linux-v6.6/Documentation/input/devices/ | 
| D | joystick-parport.rst | 565 can use db9.dev2 and db9.dev3 as additional command line parameters for two
  |