Searched +full:mpm +full:- +full:pin +full:- +full:count (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| 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 43 interrupt-controller: true [all …]
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| D | irq-qcom-mpm.c | 1 // 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 …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | sm6375.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,rpmcc.h> 7 #include <dt-bindings/clock/qcom,sm6375-gcc.h> 8 #include <dt-bindings/clock/qcom,sm6375-gpucc.h> 9 #include <dt-bindings/dma/qcom-gpi.h> 10 #include <dt-bindings/firmware/qcom,scm.h> 11 #include <dt-bindings/interconnect/qcom,osm-l3.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/mailbox/qcom-ipcc.h> 14 #include <dt-bindings/power/qcom-rpmpd.h> [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ |
| D | netconsole.c | 1 // 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 …]
|
| /kernel/linux/linux-6.6/drivers/net/ |
| D | netconsole.c | 1 // 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 41 MODULE_AUTHOR("Maintainer: Matt Mackall <mpm@selenic.com>"); 50 MODULE_PARM_DESC(netconsole, " netconsole=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macadd… 78 * struct netconsole_target - Represents a configured netconsole target. 82 * Visible from userspace (read-write). [all …]
|
| /kernel/linux/linux-5.10/mm/ |
| 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> 60 #include <linux/backing-dev.h> 99 * inode->i_private (with i_mutex making sure that it has only one user at 136 return min(nr_pages - totalhigh_pages(), nr_pages / 2); in shmem_default_max_inodes() 156 mapping_gfp_mask(inode->i_mapping), NULL, NULL, NULL); in shmem_getpage() [all …]
|
| /kernel/linux/linux-6.6/mm/ |
| 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> 61 #include <linux/backing-dev.h> 101 * inode->i_private (with i_rwsem making sure that it has only one user at 143 return min3(nr_pages - totalhigh_pages(), nr_pages / 2, in shmem_default_max_inodes() 155 return sb->s_fs_info; in SHMEM_SB() [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|