| /Linux-v5.10/arch/mips/rb532/ | 
| D | devices.c | 38 static struct mpmc_device dev3;  variable44 	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()
 289 	dev3.base = ioremap(readl(IDT434_REG_BASE + DEV3BASE), 1);  in plat_setup_devices()
 291 	if (!dev3.base) {  in plat_setup_devices()
 
 | 
| /Linux-v5.10/drivers/thunderbolt/ | 
| D | test.c | 489 	struct tb_switch *host, *dev1, *dev3;  in tb_test_path_simple_tree_walk()  local495 	dev3 = alloc_dev_default(test, dev1, 0x501, true);  in tb_test_path_simple_tree_walk()
 499 	dst_port = &dev3->ports[13];  in tb_test_path_simple_tree_walk()
 567 	struct tb_switch *host, *dev1, *dev2, *dev3, *dev5, *dev6, *dev7, *dev9;  in tb_test_path_complex_tree_walk()  local
 574 	dev3 = alloc_dev_with_dpin(test, dev2, 0x50301, true);  in tb_test_path_complex_tree_walk()
 582 	src_port = &dev3->ports[13];  in tb_test_path_complex_tree_walk()
 614 	struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5, *dev6;  in tb_test_path_max_length_walk()  local
 674 	dev3 = alloc_dev_default(test, dev2, 0x30301, true);  in tb_test_path_max_length_walk()
 675 	dev4 = alloc_dev_default(test, dev3, 0x3030301, true);  in tb_test_path_max_length_walk()
 909 	struct tb_switch *host, *dev1, *dev2, *dev3;  in tb_test_path_not_bonded_lane1_chain()  local
 [all …]
 
 | 
| /Linux-v5.10/drivers/input/mouse/ | 
| D | alps.c | 1404 	struct input_dev *dev3;  in alps_register_bare_ps2_mouse()  local1409 	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-v5.10/Documentation/devicetree/bindings/pinctrl/ | 
| D | nvidia,tegra30-pinmux.txt | 90     dap2, dap3, dap4, dbg, ddc, dev3, gma, gmb, gmc, gmd, gme, gmf, gmg,97   dap, ddr, dev3, displaya, displayb, dtv, extperiph1, extperiph2,
 
 | 
| D | nvidia,tegra124-pinmux.txt | 94     gmh, owr, uda, gpv, dev3, cec, usb_vbus_en, ao3, ao0, hv0, sdio4, ao4.104   blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
 
 | 
| D | nvidia,tegra114-pinmux.txt | 85   blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
 | 
| /Linux-v5.10/arch/arm/boot/dts/ | 
| D | tegra30-asus-nexus7-tilapia.dtsi | 110 				nvidia,function = "dev3";
 | 
| D | tegra30-beaver.dts | 1692 				nvidia,function = "dev3";
 | 
| /Linux-v5.10/drivers/input/joystick/ | 
| D | db9.c | 41 module_param_array_named(dev3, db9_cfg[2].args, int, &db9_cfg[2].nargs, 0);42 MODULE_PARM_DESC(dev3, "Describes third attached device (<parport#>,<type>)");
 
 | 
| /Linux-v5.10/drivers/staging/unisys/Documentation/ | 
| D | overview.txt | 150     vbus1:dev3 -> ../../../devices/visorbus1/vbus1:dev3
 | 
| /Linux-v5.10/drivers/pinctrl/tegra/ | 
| D | pinctrl-tegra114.c | 1470 	FUNCTION(dev3),1821 	DRV_PINGROUP(dev3,        0x92c,  2,  3,  4,  12,  5,  20,  5,  28,  2,  30,  2,  N),
 
 | 
| D | pinctrl-tegra124.c | 1631 	FUNCTION(dev3),2029 	DRV_PINGROUP(dev3,        0x92c,  2,  3,  4,  12,  5,  20,  5,  28,  2,  30,  2,  N),
 
 | 
| D | pinctrl-tegra30.c | 2028 	FUNCTION(dev3),2442 	DRV_PINGROUP(dev3,  0x92c,  2,  3,  4,  12,  5,  20,  5,  28,  2,  30,  2),
 
 | 
| /Linux-v5.10/Documentation/input/devices/ | 
| D | joystick-parport.rst | 565 can use db9.dev2 and db9.dev3 as additional command line parameters for two
 |