instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux kernel'inin 'drivers/acpi/acpica/utdecode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: utdecode - Utility decoding routines (value-to-string) * * Copyright (C) 2000 - 2025, Intel Corp. * ************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/rsserial' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: rsserial - GPIO/serial_bus resource descriptors * ******************************************************************************/ #include <acpi/acpi.h> #includ...
Linux kernel'inin 'drivers/acpi/acpica/rsaddr' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: rsaddr - Address resource descriptors (16/32/64) * ******************************************************************************/ #include <acpi/acpi.h> #inclu...
Linux kernel'inin 'drivers/acpi/acpica/dbdisply' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: dbdisply - debug display commands * ******************************************************************************/ #include <acpi/acpi.h> #include "accommon.h"...
Linux işletim sistemi çekirdeği için 'drivers/acpi/acpica/acutils' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures * * Copyright (C) 2000 - 2025, Intel Corp. * ****************************************************...
Linux kernel'inin 'drivers/acpi/acpica/psopcode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: psopcode - Parser/Interpreter opcode information table * * Copyright (C) 2000 - 2025, Intel Corp. * ************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/extrace' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: extrace - Support for interpreter execution tracing * * Copyright (C) 2000 - 2025, Intel Corp. * ***************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/exresolv' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exresolv - AML Interpreter object resolution * * Copyright (C) 2000 - 2025, Intel Corp. * **********************************************************************...
Linux işletim sistemi çekirdeği için 'drivers/acpi/acpica/acdispat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acdispat.h - dispatcher (parser to interpreter interface) * * Copyright (C) 2000 - 2025, Intel Corp. * *************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/psscope' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: psscope - Parser scope stack management routines * * Copyright (C) 2000 - 2025, Intel Corp. * ******************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/nspredef' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: nspredef - Validation of ACPI predefined methods and objects * * Copyright (C) 2000 - 2025, Intel Corp. * ******************************************************...
Linux işletim sistemi çekirdeği için 'drivers/acpi/acpica/acparser' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Module Name: acparser.h - AML Parser subcomponent prototypes and defines * * Copyright (C) 2000 - 2025, Intel Corp. * ****************************************************...
Linux kernel'inin 'drivers/acpi/acpica/evxfevnt' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: evxfevnt - External Interfaces, ACPI event disable/enable * * Copyright (C) 2000 - 2025, Intel Corp. * *********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/excreate' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: excreate - Named object creation * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************/ #i...
Linux kernel'inin 'drivers/acpi/acpica/uttrack' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: uttrack - Memory allocation tracking routines (debug only) * * Copyright (C) 2000 - 2025, Intel Corp. * ********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/nsconvert' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: nsconvert - Object conversions for objects returned by * predefined methods * * Copyright (C) 2000 - 2025, Intel Corp. * *************...
Linux kernel'inin 'drivers/acpi/acpica/exfldio' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exfldio - Aml Field I/O * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************/ #include <a...
Linux kernel'inin 'drivers/acpi/acpica/nsobject' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: nsobject - Utilities for objects attached to namespace * table entries * ***************************************************************...
Linux işletim sistemi çekirdeği için 'drivers/acpi/acpica/acglobal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acglobal.h - Declarations for global variables * * Copyright (C) 2000 - 2025, Intel Corp. * ************************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/exresop' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exresop - AML Interpreter operand/object resolution * * Copyright (C) 2000 - 2025, Intel Corp. * ***************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/evxfregn' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: evxfregn - External Interfaces, ACPI Operation Regions and * Address Spaces. * * Copyright (C) 2000 - 2025, Intel Corp. * *************...
Linux kernel'inin 'drivers/acpi/acpica/tbxfload' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: tbxfload - Table load/unload external interfaces * * Copyright (C) 2000 - 2025, Intel Corp. * ******************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/exmutex' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exmutex - ASL Mutex Acquire/Release functions * * Copyright (C) 2000 - 2025, Intel Corp. * *********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/tbprint' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: tbprint - Table output utilities * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************/ #i...
Linux işletim sistemi çekirdeği için 'drivers/acpi/acpica/acdebug' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acdebug.h - ACPI/AML debugger * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************/ #ifndef _...
Linux kernel'inin 'drivers/acpi/acpica/dswload2' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: dswload2 - Dispatcher second pass namespace load callbacks * * Copyright (C) 2000 - 2025, Intel Corp. * ********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utobject' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: utobject - ACPI object create/delete/size/cache routines * * Copyright (C) 2000 - 2025, Intel Corp. * **********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/evgpeblk' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: evgpeblk - GPE block creation and initialization. * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/psopinfo' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: psopinfo - AML opcode information functions and dispatch tables * * Copyright (C) 2000 - 2025, Intel Corp. * ***************************************************...
Linux kernel'inin 'drivers/acpi/acpica/hwxface' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: hwxface - Public ACPICA hardware interfaces * * Copyright (C) 2000 - 2025, Intel Corp. * ***********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utdelete' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: utdelete - object deletion and reference count utilities * ******************************************************************************/ #include <acpi/acpi.h...
Linux kernel'inin 'drivers/acpi/acpica/exoparg1' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exoparg1 - AML execution - opcodes with 1 argument * * Copyright (C) 2000 - 2025, Intel Corp. * ****************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/rsutils' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: rsutils - Utilities for the resource manager * ******************************************************************************/ #include <acpi/acpi.h> #include "...
Linux kernel'inin 'drivers/acpi/acpica/dbexec' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: dbexec - debugger control method execution * ******************************************************************************/ #include <acpi/acpi.h> #include "ac...
Linux kernel'inin 'drivers/acpi/acpica/exdump' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exdump - Interpreter debug output routines * * Copyright (C) 2000 - 2025, Intel Corp. * ************************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utlock' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: utlock - Reader/Writer lock interfaces * * Copyright (C) 2000 - 2025, Intel Corp. * ****************************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/pswalk' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: pswalk - Parser routines to walk parsed op tree(s) * * Copyright (C) 2000 - 2025, Intel Corp. * ****************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/rsinfo' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: rsinfo - Dispatch and Info tables * ******************************************************************************/ #include <acpi/acpi.h> #include "accommon.h"...
Linux kernel'inin 'drivers/acpi/acpica/nsload' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: nsload - namespace loading/expanding/contracting procedures * * Copyright (C) 2000 - 2025, Intel Corp. * *******************************************************...
Linux kernel'inin 'drivers/acpi/acpica/uteval' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: uteval - Object evaluation * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************/ #include...
Linux kernel'inin 'drivers/acpi/acpica/nsinit' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: nsinit - namespace initialization * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************/ #...
Linux kernel'inin 'drivers/acpi/acpica/exconfig' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes) * * Copyright (C) 2000 - 2025, Intel Corp. * ********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/rsdumpinfo' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: rsdumpinfo - Tables used to display resource descriptors. * ******************************************************************************/ #include <acpi/acpi....
Linux kernel'inin 'drivers/acpi/acpica/exserial' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exserial - field_unit support for serial address spaces * * Copyright (C) 2000 - 2025, Intel Corp. * ***********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/nsnames' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: nsnames - Name manipulation and search * ******************************************************************************/ #include <acpi/acpi.h> #include "accomm...
Linux kernel'inin 'drivers/acpi/acpica/hwacpi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: hwacpi - ACPI Hardware Initialization/Mode Interface * * Copyright (C) 2000 - 2025, Intel Corp. * **************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utids' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: utids - support for device Ids - HID, UID, CID, SUB, CLS * * Copyright (C) 2000 - 2025, Intel Corp. * **********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/nsrepair' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: nsrepair - Repair for objects returned by predefined methods * * Copyright (C) 2000 - 2025, Intel Corp. * ******************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utstate' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: utstate - state object support procedures * ******************************************************************************/ #include <acpi/acpi.h> #include "acc...
Linux kernel'inin 'drivers/acpi/acpica/rslist' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: rslist - Linked list utilities * ******************************************************************************/ #include <acpi/acpi.h> #include "accommon.h" #i...
Linux kernel'inin 'drivers/acpi/acpica/evxface' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: evxface - External interfaces for ACPI events * * Copyright (C) 2000 - 2025, Intel Corp. * *********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/exconvrt' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exconvrt - Object conversion routines * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utnonansi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: utnonansi - Non-ansi C library functions * ******************************************************************************/ #include <acpi/acpi.h> #include "acco...
Linux kernel'inin 'drivers/acpi/acpica/evhandler' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: evhandler - Support for Address Space handlers * * Copyright (C) 2000 - 2025, Intel Corp. * ********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/tbxfroot' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: tbxfroot - Find the root ACPI table (RSDT) * * Copyright (C) 2000 - 2025, Intel Corp. * ************************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/nssearch' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: nssearch - Namespace search * ******************************************************************************/ #include <acpi/acpi.h> #include "accommon.h" #incl...
Linux kernel'inin 'drivers/acpi/acpica/dsopcode' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: dsopcode - Dispatcher support for regions and fields * * Copyright (C) 2000 - 2025, Intel Corp. * **************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utglobal' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: utglobal - Global variables for the ACPI subsystem * * Copyright (C) 2000 - 2025, Intel Corp. * ****************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/rsirq' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: rsirq - IRQ resource descriptors * ******************************************************************************/ #include <acpi/acpi.h> #include "accommon.h" ...
Linux kernel'inin 'drivers/acpi/acpica/exconcat' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exconcat - Concatenate-type AML operators * * Copyright (C) 2000 - 2025, Intel Corp. * *************************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/evxfgpe' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: evxfgpe - External Interfaces for General Purpose Events (GPEs) * * Copyright (C) 2000 - 2025, Intel Corp. * ***************************************************...
Linux kernel'inin 'drivers/acpi/acpica/exresnte' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exresnte - AML Interpreter object resolution * * Copyright (C) 2000 - 2025, Intel Corp. * **********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/nsaccess' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: nsaccess - Top-level functions for accessing ACPI namespace * ******************************************************************************/ #include <acpi/acp...
Linux kernel'inin 'drivers/acpi/acpica/dswexec' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: dswexec - Dispatcher method execution callbacks; * dispatch to interpreter. * * Copyright (C) 2000 - 2025, Intel Corp. * ***************...
Linux işletim sistemi çekirdeği için 'drivers/acpi/acpica/acpredef' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acpredef - Information table for ACPI predefined methods and objects * * Copyright (C) 2000 - 2025, Intel Corp. * **************************************************...
Linux kernel'inin 'drivers/acpi/acpica/evrgnini' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: evrgnini- ACPI address_space (op_region) init * * Copyright (C) 2000 - 2025, Intel Corp. * *********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/tbfadt' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: tbfadt - FADT table utilities * * Copyright (C) 2000 - 2025, Intel Corp. * *****************************************************************************/ #in...
Linux kernel'inin 'drivers/acpi/acpica/nsparse' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: nsparse - namespace interface to AML parser * * Copyright (C) 2000 - 2025, Intel Corp. * ***********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/exstore' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exstore - AML Interpreter object store support * * Copyright (C) 2000 - 2025, Intel Corp. * ********************************************************************...
Linux kernel'inin 'drivers/acpi/acpica/utxfinit' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: utxfinit - External interfaces for ACPICA initialization * * Copyright (C) 2000 - 2025, Intel Corp. * **********************************************************...
Linux kernel'inin 'drivers/acpi/acpica/dbstats' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /******************************************************************************* * * Module Name: dbstats - Generation and display of ACPI table statistics * ******************************************************************************/ #include <acpi/acpi....
Linux kernel'inin 'drivers/acpi/acpica/exmisc' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes * * Copyright (C) 2000 - 2025, Intel Corp. * ***********************************************************...
Linux işletim sistemi çekirdeği için 'drivers/cpuidle/cpuidle-psci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __CPUIDLE_PSCI_H #define __CPUIDLE_PSCI_H struct device_node; struct generic_pm_domain; void psci_set_domain_state(struct generic_pm_domain *pd, unsigned int state_idx, u32 state); int psci_dt_parse_state_node(struct device_node *np, u32 *state); #endif /* _...
Linux kernel'inin 'drivers/cpuidle/dt_idle_states' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * DT idle states parsing code. * * Copyright (C) 2014 ARM Ltd. * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> */ #define pr_fmt(fmt) "DT idle-states: " fmt #include <linux/cpuidle.h> #include <linux/cpumask.h> #include <linux/errno.h> #include <linux/kern...
Linux kernel'inin 'drivers/cpuidle/sysfs' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * sysfs.c - sysfs support * * (C) 2006-2007 Shaohua Li <shaohua.li@intel.com> * * This code is licenced under the GPL. */ #include <linux/kernel.h> #include <linux/cpuidle.h> #include <linux/sysfs.h> #include <linux/slab.h> #include <linux/cpu.h> #include <linux/completion.h> #include <linux/capability.h...
Linux işletim sistemi çekirdeği için 'drivers/cpuidle/dt_idle_genpd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_IDLE_GENPD #define __DT_IDLE_GENPD struct device_node; struct generic_pm_domain; #ifdef CONFIG_DT_IDLE_GENPD void dt_idle_pd_free(struct generic_pm_domain *pd); struct generic_pm_domain *dt_idle_pd_alloc(struct device_node *np, int (*parse_state)(struct de...
Linux kernel'inin 'drivers/cpuidle/cpuidle-pseries' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * cpuidle-pseries - idle state cpuidle driver. * Adapted from drivers/idle/intel_idle.c and * drivers/acpi/processor_idle.c * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/moduleparam.h> #include <linux/cpuidle.h> #inc...
Linux kernel'inin 'drivers/cpuidle/dt_idle_genpd' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * PM domains for CPUs via genpd. * * Copyright (C) 2019 Linaro Ltd. * Author: Ulf Hansson <ulf.hansson@linaro.org> * * Copyright (c) 2021 Western Digital Corporation or its affiliates. * Copyright (c) 2022 Ventana Micro Systems Inc. */ #define pr_fmt(fmt) "dt-id...
Linux kernel'inin 'drivers/cpuidle/cpuidle-mvebu-v7' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * Marvell Armada 370, 38x and XP SoC cpuidle driver * * Copyright (C) 2014 Marvell * * Nadav Haklai <nadavh@marvell.com> * Gregory CLEMENT <gregory.clement@free-electrons.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" with...
Linux kernel'inin 'drivers/cpuidle/cpuidle-calxeda' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2012 Calxeda, Inc. * * Based on arch/arm/plat-mxc/cpuidle.c: #v3.7 * Copyright 2012 Freescale Semiconductor, Inc. * Copyright 2012 Linaro Ltd. * * Maintainer: Rob Herring <rob.herring@calxeda.com> */ #include <linux/cpuidle.h> #include <linux/cpu_pm....
Linux kernel'inin 'drivers/cpuidle/driver' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * driver.c - driver support * * (C) 2006-2007 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> * Shaohua Li <shaohua.li@intel.com> * Adam Belay <abelay@novell.com> * * This code is licenced under the GPL. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/mut...
Linux kernel'inin 'drivers/cpuidle/cpuidle-cps' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2014 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <linux/cpu_pm.h> #include <linux/cpuidle.h> #include <linux/init.h> #include <asm/idle.h> #include <asm/pm-cps.h> /* Enumeration of the various idle states th...
Linux kernel'inin 'drivers/cpuidle/cpuidle-at91' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * based on arch/arm/mach-kirkwood/cpuidle.c * * CPU idle support for AT91 SoC * * The cpu idle uses wait-for-interrupt and RAM self refresh in order * to implement two idle states - * #1 wait-for-interrupt * #2 wait-for-interrupt and RAM self refresh */ #includ...
Linux kernel'inin 'drivers/cpuidle/cpuidle-kirkwood' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * CPU idle Marvell Kirkwood SoCs * * The cpu idle uses wait-for-interrupt and DDR self refresh in order * to implement two idle states - * #1 wait-for-interrupt * #2 wait-for-interrupt and DDR self refresh * * Maintainer: Jason Cooper <jason@lakedaemon.net> * Ma...
Linux kernel'inin 'drivers/cpuidle/cpuidle-riscv-sbi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * RISC-V SBI CPU idle driver. * * Copyright (c) 2021 Western Digital Corporation or its affiliates. * Copyright (c) 2022 Ventana Micro Systems Inc. */ #define pr_fmt(fmt) "cpuidle-riscv-sbi: " fmt #include <linux/cleanup.h> #include <linux/cpuhotplug.h> #include <...
Linux işletim sistemi çekirdeği için 'drivers/cpuidle/dt_idle_states' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_IDLE_STATES #define __DT_IDLE_STATES int dt_init_idle_driver(struct cpuidle_driver *drv, const struct of_device_id *matches, unsigned int start_idx); #endif ```
Linux kernel'inin 'drivers/cpuidle/cpuidle-zynq' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012-2013 Xilinx * * CPU idle support for Xilinx Zynq * * based on arch/arm/mach-at91/cpuidle.c * * The cpu idle uses wait-for-interrupt and RAM self refresh in order * to implement two idle states - * #1 wait-for-interrupt * #2 wait-for-interru...
Linux kernel'inin 'drivers/cpuidle/governor' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * governor.c - governor support * * (C) 2006-2007 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> * Shaohua Li <shaohua.li@intel.com> * Adam Belay <abelay@novell.com> * * This code is licenced under the GPL. */ #include <linux/cpu.h> #include <linux/cpuidle.h> #include <...
Linux kernel'inin 'drivers/cpuidle/cpuidle' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * cpuidle.c - core cpuidle infrastructure * * (C) 2006-2007 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> * Shaohua Li <shaohua.li@intel.com> * Adam Belay <abelay@novell.com> * * This code is licenced under the GPL. */ #include "linux/percpu-defs.h" #include <linux/clo...
Linux kernel'inin 'drivers/cpuidle/cpuidle-exynos' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Coupled cpuidle support based on the work of: * Colin Cross <ccross@android.com> * Daniel Lezcano <daniel.lezcano@linaro.org> */ #include <linux/cpuidle.h> #include <linux/cpu_pm...
Linux kernel'inin 'drivers/cpuidle/cpuidle-powernv' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * cpuidle-powernv - idle state cpuidle driver. * Adapted from drivers/cpuidle/cpuidle-pseries * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/moduleparam.h> #include <linux/cpuidle.h> #include <linux/cpu.h> #include <lin...
Linux kernel'inin 'drivers/cpuidle/cpuidle-psci' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * PSCI CPU idle driver. * * Copyright (C) 2019 ARM Ltd. * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> */ #define pr_fmt(fmt) "CPUidle PSCI: " fmt #include <linux/cpuhotplug.h> #include <linux/cpu_cooling.h> #include <linux/cpuidle.h> #include <linux/cpum...
Linux kernel'inin 'drivers/cpuidle/cpuidle-haltpoll' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * cpuidle driver for haltpoll governor. * * Copyright 2019 Red Hat, Inc. and/or its affiliates. * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. * * Authors: Marcelo Tosatti <mtosatti@redhat.com> ...
Linux kernel'inin 'drivers/cpuidle/cpuidle-ux500' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2012 Linaro : Daniel Lezcano <daniel.lezcano@linaro.org> (IBM) * * Based on the work of Rickard Andersson <rickard.andersson@stericsson.com> * and Jonas Aaberg <jonas.aberg@stericsson.com>. */ #include <linux/init.h> #include <linux/cpuidle.h> #incl...
Linux kernel'inin 'drivers/cpuidle/cpuidle-clps711x' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * CLPS711X CPU idle driver * * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru> */ #include <linux/cpuidle.h> #include <linux/err.h> #include <linux/io.h> #include <linux/init.h> #include <linux/platform_device.h> #define CLPS711X_CPUIDLE_NAME "clps711x...
Linux kernel'inin 'drivers/cpuidle/cpuidle-qcom-spm' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2014,2015, Linaro Ltd. * * SAW power controller driver */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <linux/slab.h> #include <linux/of.h> #in...
Linux kernel'inin 'drivers/cpuidle/coupled' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * coupled.c - helper functions to enter the same idle state on multiple cpus * * Copyright (c) 2011 Google, Inc. * * Author: Colin Cross <ccross@android.com> */ #include <linux/kernel.h> #include <linux/cpu.h> #include <linux/cpuidle.h> #include <linux/mutex.h...
Linux kernel'inin 'drivers/cpuidle/poll_state' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * poll_state.c - Polling idle state */ #include <linux/cpuidle.h> #include <linux/export.h> #include <linux/irqflags.h> #include <linux/sched.h> #include <linux/sched/clock.h> #include <linux/sched/idle.h> #include <linux/sprintf.h> #include <linux/types.h> #define P...
Linux kernel'inin 'drivers/cpuidle/cpuidle-psci-domain' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * PM domains for CPUs via genpd - managed by cpuidle-psci. * * Copyright (C) 2019 Linaro Ltd. * Author: Ulf Hansson <ulf.hansson@linaro.org> * */ #define pr_fmt(fmt) "CPUidle PSCI: " fmt #include <linux/cpu.h> #include <linux/device.h> #include <linux/kernel.h> #inclu...
Linux işletim sistemi çekirdeği için 'drivers/cpuidle/cpuidle' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * cpuidle.h - The internal header file */ #ifndef __DRIVER_CPUIDLE_H #define __DRIVER_CPUIDLE_H /* For internal use only */ extern char param_governor[]; extern struct cpuidle_governor *cpuidle_curr_governor; extern struct cpuidle_governor *cpuidle_prev_governor; exter...