Searched +full:oc +full:- +full:shutdown +full:- +full:all (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | ccwdev.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 51 for (id = array; id->match_flags; id++) { in ccw_device_id_match() 52 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_TYPE) in ccw_device_id_match() 53 && (id->cu_type != match->cu_type)) in ccw_device_id_match() 56 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_MODEL) in ccw_device_id_match() 57 && (id->cu_model != match->cu_model)) in ccw_device_id_match() 60 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_TYPE) in ccw_device_id_match() 61 && (id->dev_type != match->dev_type)) in ccw_device_id_match() 64 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_MODEL) in ccw_device_id_match() 65 && (id->dev_model != match->dev_model)) in ccw_device_id_match() [all …]
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_hwmod.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2009-2011 Nokia Corporation 6 * Copyright (C) 2011-2012 Texas Instruments, Inc. 15 * ------------ 21 * TI's documentation, on-chip devices are referred to as "OMAP 26 * Most of the address and data flow between modules is via OCP-based 32 * OMAP hwmod provides a consistent way to describe the on-chip 42 * ----------- 54 * +-------------------------------+ 57 * +-------------------------------+ [all …]
|
| /linux/drivers/usb/host/ |
| H A D | uhci-pci.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Extracted from uhci-hcd.c: 9 * (C) Copyright 1999-2002 Johannes Erdfelt, johannes@erdfelt.com 16 * support from usb-ohci.c by Adam Richter, adam@yggdrasil.com). 17 * (C) Copyright 1999 Gregory P. Smith (from usb-ohci.c) 18 * (C) Copyright 2004-2007 Alan Stern, stern@rowland.harvard.edu 21 #include "pci-quirks.h" 29 uhci_reset_hc(to_pci_dev(uhci_dev(uhci)), uhci->io_addr); in uhci_pci_reset_hc() 41 uhci->io_addr); in uhci_pci_check_and_reset_hc() 46 * This function is called at the end of configure_hc in uhci-hcd.c. [all …]
|
| H A D | oxu210hp-hcd.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * This code is *strongly* based on EHCI-HCD code by David Brownell since 7 * the chip is a quasi-EHCI compatible. 26 #include <linux/dma-mapping.h> 83 #define EHCI_TUNE_CERR 3 /* 0-3 qtd retries; 0 == don't stop */ 86 #define EHCI_TUNE_MULT_HS 1 /* 1-3 transactions/uframe; 4.10.3 */ 102 u32 hcs_params; /* HCSPARAMS - offset 0x4 */ 111 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ 117 #define HCC_64BIT_ADDR(p) ((p)&(1)) /* true: can use 64-bit addr */ 118 u8 portroute[8]; /* nibbles for routing - offset 0xC */ [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | ak4613.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // ak4613.c -- Asahi Kasei ALSA Soc Audio driver 14 * +-------+ 16 * SDTO1 <-| | 18 * SDTI1 ->| | 19 * SDTI2 ->| | 20 * SDTI3 ->| | 21 * +-------+ 23 * +---+ 65 * Thus, Renesas can't test all connection case. [all …]
|
| /linux/include/soc/tegra/ |
| H A D | bpmp-abi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2014-2022, NVIDIA CORPORATION. All rights reserved. 66 * A well-defined subset of the MRQ messages that the CPU sends to the 78 * This should be set in mrq_request::flags for all requests targetted 130 * -BPMP_EBADMSG and ignore the request. 144 …* | -------------------- | ------------------------------------ | --------------------------------… 219 * and initialization value 0x4657. The CRC is calculated over all bytes of the message 223 * calculated by BPMP, -BPMP_EBADMSG will be returned and the request will 288 * and initialization value 0x4657. The CRC is calculated over all bytes of the message 393 * @defgroup OC_status OC status [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | acer-wmi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2007-2009 Carlos Corbacho <carlos@strangeworlds.co.uk> 8 * Copyright (C) 2005-2007 E.M. Smith 9 * Copyright (C) 2007-2008 Carlos Corbacho <cathectic@gmail.com> 30 #include <linux/input/sparse-keymap.h> 44 * Meaning is unknown - this number is required for writing to ACPI for AMW0 87 #define AMW0_GUID1 "67C3371D-95A3-4C37-BB61-DD47B491DAAB" 88 #define AMW0_GUID2 "431F16ED-0C2B-444C-B267-27DEB140CF9C" 89 #define WMID_GUID1 "6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3" 90 #define WMID_GUID2 "95764E09-FB56-4E83-B31A-37761F60994A" [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 3 * All rights reserved. 68 /* all fields zero */ 107 * A waitqueue for all in-progress 4.0 CLOSE operations that are waiting for 141 rc = -ENOMEM; in nfsd4_create_laundry_wq() 152 return ses->se_dead; in is_session_dead() 157 if (atomic_read(&ses->se_ref) > ref_held_by_me) in mark_session_dead_locked() 159 ses->se_dead = true; in mark_session_dead_locked() 165 return clp->cl_time == 0; in is_client_expired() 171 if (clp->cl_state != NFSD4_ACTIVE) in nfsd4_dec_courtesy_client_count() 172 atomic_add_unless(&nn->nfsd_courtesy_clients, -1, 0); in nfsd4_dec_courtesy_client_count() [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | drxk_hard.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * drxk_hard: DRX-K DVB-C/T demodulator driver 5 * Copyright (C) 2010-2011 Digital Devices GmbH 45 return state->m_operation_mode == OM_DVBT; in is_dvbt() 50 return state->m_operation_mode == OM_QAM_ITU_A || in is_qam() 51 state->m_operation_mode == OM_QAM_ITU_B || in is_qam() 52 state->m_operation_mode == OM_QAM_ITU_C; in is_qam() 164 R0 = (a % c) << 4; /* 32-28 == 4 shifts possible at max */ in Frac28a() 193 i2c_lock_bus(state->i2c, I2C_LOCK_SEGMENT); in drxk_i2c_lock() 194 state->drxk_i2c_exclusive_lock = true; in drxk_i2c_lock() [all …]
|
| /linux/ |
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 34 A trailing slash includes all files and subdirectory files. 35 F: drivers/net/ all files in and below drivers/net 36 F: drivers/net/* all files in drivers/net, but not below 37 F: */net/* all files in "any top level directory"/net 44 matches all files in and below net excluding net/ipv6/ [all …]
|