Searched +full:mpm +full:- +full:pin +full:- +full:count (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | qcom,mpm.yaml | 1 # 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 34 qcom,rpm-msg-ram: [all …]
|
| /linux/drivers/irqchip/ |
| H A D | irq-qcom-mpm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2010-2020, The Linux Foundation. All rights reserved. 26 * This is the driver for Qualcomm MPM (MSM Power Manager) interrupt controller, 28 * Sitting in always-on domain, MPM monitors the wakeup interrupts when SoC is 30 * doesn't directly access physical MPM registers though. Instead, the access 37 * ownership and dump vMPM into physical MPM registers. On wakeup, AP is woken 38 * up by a MPM pin/interrupt, and RPM will copy STATUS registers into vMPM. 44 * +--------------------------------+ 46 * +--------------------------------+ 48 * +--------------------------------+ [all …]
|
| /linux/mm/ |
| H A D | shmem.c | 6 * 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> 62 #include <linux/backing-dev.h> 102 * inode->i_private (with i_rwsem making sure that it has only one user at 156 return min3(nr_pages - totalhigh_pages(), nr_pages / 2, in shmem_default_max_inodes() 167 return sb->s_fs_info; in SHMEM_SB() [all …]
|