Home
last modified time | relevance | path

Searched +full:mpm +full:- +full:pin +full:- +full:count (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dqcom,mpm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/qcom,mpm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcom MPM Interrupt Controller
10 - Shawn Guo <shawn.guo@linaro.org>
14 MSM Power Manager (MPM) that is in always-on domain. In addition to managing
21 - $ref: /schemas/interrupt-controller.yaml#
26 - const: qcom,mpm
43 interrupt-controller: true
[all …]
/Linux-v6.1/drivers/irqchip/
Dirq-qcom-mpm.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2010-2020, The Linux Foundation. All rights reserved.
25 * This is the driver for Qualcomm MPM (MSM Power Manager) interrupt controller,
27 * Sitting in always-on domain, MPM monitors the wakeup interrupts when SoC is
29 * doesn't directly access physical MPM registers though. Instead, the access
36 * ownership and dump vMPM into physical MPM registers. On wakeup, AP is woken
37 * up by a MPM pin/interrupt, and RPM will copy STATUS registers into vMPM.
43 * +--------------------------------+
45 * +--------------------------------+
47 * +--------------------------------+
[all …]
/Linux-v6.1/drivers/net/
Dnetconsole.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * This file contains the implementation of an IRQ-safe, crash-safe
13 * 2001-09-17 started by Ingo Molnar.
14 * 2003-08-11 2.6 port by Matt Mackall
17 * works non-modular
18 * 2003-09-07 rewritten with netpoll api
40 MODULE_AUTHOR("Maintainer: Matt Mackall <mpm@selenic.com>");
49 MODULE_PARM_DESC(netconsole, " netconsole=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macadd…
77 * struct netconsole_target - Represents a configured netconsole target.
81 * Visible from userspace (read-write).
[all …]
/Linux-v6.1/mm/
Dshmem.c6 * 2000-2001 Christoph Rohland
7 * 2000-2001 SAP AG
9 * Copyright (C) 2002-2011 Hugh Dickins.
11 * Copyright (C) 2002-2005 VERITAS Software Corporation.
18 * tiny-shmem:
19 * Copyright (c) 2004, 2008 Matt Mackall <mpm@selenic.com>
60 #include <linux/backing-dev.h>
98 * inode->i_private (with i_rwsem making sure that it has only one user at
135 return min(nr_pages - totalhigh_pages(), nr_pages / 2); in shmem_default_max_inodes()
146 return sb->s_fs_info; in SHMEM_SB()
[all …]