/openbmc/linux/arch/mips/rb532/ |
H A 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()
|
/openbmc/linux/drivers/input/mouse/ |
H A 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() 1413 if (!dev3) { in alps_register_bare_ps2_mouse() 1422 dev3->phys = priv->phys3; 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() 1433 dev3->id.version = 0x0000; in alps_register_bare_ps2_mouse() 1449 input_free_device(dev3); in alps_register_bare_ps2_mouse() 1453 priv->dev3 = dev3; in alps_register_bare_ps2_mouse() 1481 if (!IS_ERR(priv->dev3)) in alps_report_bare_ps2_packet() [all …]
|
H A D | alps.h | 289 struct input_dev *dev3; member
|
/openbmc/linux/drivers/thunderbolt/ |
H A 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() 709 src_port = &dev3->ports[13]; in tb_test_path_complex_tree_walk() 1036 struct tb_switch *host, *dev1, *dev2, *dev3; in tb_test_path_not_bonded_lane1_chain() local 1047 out = &dev3->ports[13]; in tb_test_path_not_bonded_lane1_chain() 1116 struct tb_switch *host, *dev1, *dev2, *dev3; in tb_test_path_not_bonded_lane1_chain_reverse() local 1126 in = &dev3->ports[13]; in tb_test_path_not_bonded_lane1_chain_reverse() 1498 dev3 = alloc_dev_default(test, dev1, 0x503, true); in tb_test_tunnel_dp_tree() 1628 dev3 = alloc_dev_default(test, dev1, 0x503, true); in tb_test_tunnel_3dp() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | nvidia,tegra114-pinmux.yaml | 88 enum: [ blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3,
|
H A D | nvidia,tegra30-pinmux.yaml | 110 cpu_pwr_req, crt, dap, ddr, dev3, displaya, displayb, dtv,
|
H A D | nvidia,tegra124-pinmux.yaml | 103 enum: [ blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3,
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-asus-nexus7-tilapia.dtsi | 94 nvidia,function = "dev3";
|
H A D | tegra30-asus-tf300tg.dts | 120 nvidia,function = "dev3";
|
H A D | tegra30-asus-transformer-common.dtsi | 1043 nvidia,function = "dev3";
|
H A D | tegra30-beaver.dts | 1692 nvidia,function = "dev3";
|
H A D | tegra30-pegatron-chagall.dts | 1001 nvidia,function = "dev3";
|
H A D | tegra30-ouya.dts | 1961 nvidia,function = "dev3";
|
/openbmc/linux/drivers/input/joystick/ |
H A 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>)");
|
/openbmc/linux/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra114.c | 1467 FUNCTION(dev3), 1818 DRV_PINGROUP(dev3, 0x92c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
|
H A D | pinctrl-tegra124.c | 1628 FUNCTION(dev3), 2026 DRV_PINGROUP(dev3, 0x92c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
|
H A D | pinctrl-tegra30.c | 2025 FUNCTION(dev3), 2439 DRV_PINGROUP(dev3, 0x92c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
|
/openbmc/linux/Documentation/input/devices/ |
H A D | joystick-parport.rst | 565 can use db9.dev2 and db9.dev3 as additional command line parameters for two
|