instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux kernel'inin 'drivers/ata/sata_sil24' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * sata_sil24.c - Driver for Silicon Image 3124/3132 SATA-2 controllers * * Copyright 2005 Tejun Heo * * Based on preview driver from Silicon Image. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/gfp.h> #include <linux/pci.h> #include <...
Linux kernel'inin 'drivers/ata/pata_cypress' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_cypress.c - Cypress PATA for new ATA layer * (C) 2006 Red Hat Inc * Alan Cox * * Based heavily on * linux/drivers/ide/pci/cy82c693.c Version 0.40 Sep. 10, 2002 * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #incl...
Linux kernel'inin 'drivers/ata/pata_cmd64x' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_cmd64x.c - CMD64x PATA for new ATA layer * (C) 2005 Red Hat Inc * Alan Cox <alan@lxorguk.ukuu.org.uk> * (C) 2009-2010 Bartlomiej Zolnierkiewicz * (C) 2012 MontaVista Software, LLC <source@mvista.com> * * Based upon * linux/drivers/ide/pci/...
Linux kernel'inin 'drivers/ata/pata_netcell' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_netcell.c - Netcell PATA driver * * (c) 2006 Red Hat */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/device.h> #include <scsi/scsi_host.h> #include <linux/liba...
Linux kernel'inin 'drivers/ata/ahci_brcm' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * Broadcom SATA3 AHCI Controller Driver * * Copyright © 2009-2015 Broadcom Corporation */ #include <linux/ahci_platform.h> #include <linux/compiler.h> #include <linux/device.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> #include <...
Linux kernel'inin 'drivers/ata/pata_mpc52xx' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * drivers/ata/pata_mpc52xx.c * * libata driver for the Freescale MPC52xx on-chip IDE interface * * Copyright (C) 2006 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2003 Mipsys - Benjamin Herrenschmidt * * UDMA support based on patches by Freescale (Bernard Kuhn, John Rigby), * Domen Puncer and Tim Ya...
Linux kernel'inin 'drivers/ata/libata-scsi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * libata-scsi.c - helper library for ATA * * Copyright 2003-2004 Red Hat, Inc. All rights reserved. * Copyright 2003-2004 Jeff Garzik * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/driver-api/libata.rst * * Hardware ...
Linux kernel'inin 'drivers/ata/sata_mv' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * sata_mv.c - Marvell SATA support * * Copyright 2008-2009: Marvell Corporation, all rights reserved. * Copyright 2005: EMC Corporation, all rights reserved. * Copyright 2005 Red Hat, Inc. All rights reserved. * * Originally written by Brett Russ. * Extensive ov...
Linux kernel'inin 'drivers/ata/pata_atp867x' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * pata_atp867x.c - ARTOP 867X 64bit 4-channel UDMA133 ATA controller driver * * (C) 2009 Google Inc. John(Jung-Ik) Lee <jilee@google.com> * * Per Atp867 data sheet rev 1.2, Acard. * Based in part on early ide code from * 2003-2004 by Eric Uhrhane, Google, Inc....
Linux kernel'inin 'drivers/ata/pata_via' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_via.c - VIA PATA for new ATA layer * (C) 2005-2006 Red Hat Inc * * Documentation * Most chipset documentation available under NDA only * * VIA version guide * VIA VT82C561 - early design, uses ata_generic currently * VIA VT82C576 - MWDMA, 33Mhz * ...
Linux kernel'inin 'drivers/ata/ahci_imx' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * copyright (c) 2013 Freescale Semiconductor, Inc. * Freescale IMX AHCI SATA platform driver * * based on the AHCI SATA platform driver by Jeff Garzik and Anton Vorontsov */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #inc...
Linux kernel'inin 'drivers/ata/ahci_sunxi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Allwinner sunxi AHCI SATA platform driver * Copyright 2013 Olliver Schinagl <oliver@schinagl.nl> * Copyright 2014 Hans de Goede <hdegoede@redhat.com> * * based on the AHCI SATA platform driver by Jeff Garzik and Anton Vorontsov * Based on code from Allwinner Tech...
Linux kernel'inin 'drivers/ata/ahci_mtk' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * MediaTek AHCI SATA driver * * Copyright (c) 2017 MediaTek Inc. * Author: Ryder Lee <ryder.lee@mediatek.com> */ #include <linux/ahci_platform.h> #include <linux/kernel.h> #include <linux/libata.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <l...
Linux kernel'inin 'drivers/ata/libata-acpi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * libata-acpi.c * Provides ACPI support for PATA/SATA. * * Copyright (C) 2006 Intel Corp. * Copyright (C) 2006 Randy Dunlap */ #include <linux/module.h> #include <linux/ata.h> #include <linux/delay.h> #include <linux/device.h> #include <linux/errno.h> #include <li...
Linux kernel'inin 'drivers/ata/sata_inic162x' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * sata_inic162x.c - Driver for Initio 162x SATA controllers * * Copyright 2006 SUSE Linux Products GmbH * Copyright 2006 Tejun Heo <teheo@novell.com> * * **** WARNING **** * * This driver never worked properly and unfortunately data corruption is * relatively ...
Linux kernel'inin 'drivers/ata/sata_dwc_460ex' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * drivers/ata/sata_dwc_460ex.c * * Synopsys DesignWare Cores (DWC) SATA host driver * * Author: Mark Miesfeld <mmiesfeld@amcc.com> * * Ported from 2.6.19.2 to 2.6.25/26 by Stefan Roese <sr@denx.de> * Copyright 2008 DENX Software Engineering * * Based on ver...
Linux kernel'inin 'drivers/ata/pata_platform' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * Generic platform device PATA driver * * Copyright (C) 2006 - 2007 Paul Mundt * * Based on pata_pcmcia: * * Copyright 2005-2006 Red Hat Inc, all rights reserved. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory ...
Linux kernel'inin 'drivers/ata/sata_via' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * sata_via.c - VIA Serial ATA controllers * * Maintained by: Tejun Heo <tj@kernel.org> * Please ALWAYS copy linux-ide@vger.kernel.org * on emails. * * Copyright 2003-2004 Red Hat, Inc. All rights reserved. * Copyright 2003-2004 Jeff Garzik * ...
Linux kernel'inin 'drivers/ata/pata_pdc202xx_old' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_pdc202xx_old.c - Promise PDC202xx PATA for new ATA layer * (C) 2005 Red Hat Inc * Alan Cox <alan@lxorguk.ukuu.org.uk> * (C) 2007,2009,2010 Bartlomiej Zolnierkiewicz * * Based in part on linux/drivers/ide/pci/pdc202xx_old.c * * First cut with L...
Linux kernel'inin 'drivers/ata/pata_sil680' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * pata_sil680.c - SIL680 PATA for new ATA layer * (C) 2005 Red Hat Inc * * based upon * * linux/drivers/ide/pci/siimage.c Version 1.07 Nov 30, 2003 * * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2003 Red Hat <alan@redhat.com> * * May be copied or modified unde...
Linux kernel'inin 'drivers/ata/ahci_tegra' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * drivers/ata/ahci_tegra.c * * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. * * Author: * Mikko Perttunen <mperttunen@nvidia.com> */ #include <linux/ahci_platform.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/module.h> #in...
Linux kernel'inin 'drivers/ata/pata_radisys' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_radisys.c - Intel PATA/SATA controllers * * (C) 2006 Red Hat <alan@lxorguk.ukuu.org.uk> * * Some parts based on ata_piix.c by Jeff Garzik and others. * * A PIIX relative, this device has a single ATA channel and no * slave timings, SITRE or PPE...
Linux kernel'inin 'drivers/ata/pata_sc1200' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * New ATA layer SC1200 driver Alan Cox <alan@lxorguk.ukuu.org.uk> * * TODO: Mode selection filtering * TODO: Needs custom DMA cleanup code * * Based very heavily on * * linux/drivers/ide/pci/sc1200.c Version 0.91 28-Jan-2003 * * Copyright (C) 2000-2002 Mark ...
Linux kernel'inin 'drivers/ata/pata_hpt3x3' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * pata_hpt3x3 - HPT3x3 driver * (c) Copyright 2005-2006 Red Hat * * Was pata_hpt34x but the naming was confusing as it supported the * 343 and 363 so it has been renamed. * * Based on: * linux/drivers/ide/pci/hpt34x.c Version 0.40 Sept 10, 2002 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide...
Linux kernel'inin 'drivers/ata/pata_gayle' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * Amiga Gayle PATA controller driver * * Copyright (c) 2018 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Based on gayle.c: * * Created 12 Jul 1997 by Geert Uytterhoeven */ #include <linux/ata.h> #include <linux/blkdev.h> #include <linux/delay.h> ...
Linux kernel'inin 'drivers/ata/pata_optidma' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_optidma.c - Opti DMA PATA for new ATA layer * (C) 2006 Red Hat Inc * * The Opti DMA controllers are related to the older PIO PCI controllers * and indeed the VLB ones. The main differences are that the timing * numbers are now based off PCI clocks not V...
Linux kernel'inin 'drivers/ata/sata_uli' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * sata_uli.c - ULi Electronics SATA * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/driver-api/libata.rst * * Hardware documentation available under NDA. */ #include <linux/kernel.h> #include <linux/module.h> #include <li...
Linux kernel'inin 'drivers/ata/pata_ali' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * pata_ali.c - ALI 15x3 PATA for new ATA layer * (C) 2005 Red Hat Inc * * based in part upon * linux/drivers/ide/pci/alim15x3.c Version 0.17 2003/01/02 * * Copyright (C) 1998-2000 Michel Aubry, Maintainer * Copyright (C) 1998-2000 Andrzej Krzysztofowicz, Maintainer * Copyright (C) 1999-2000 CJ...
Linux kernel'inin 'drivers/ata/pata_piccolo' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * pata_piccolo.c - Toshiba Piccolo PATA/SATA controller driver. * * This is basically an update to ata_generic.c to add Toshiba Piccolo support * then split out to keep ata_generic "clean". * * Copyright 2005 Red Hat Inc, all rights reserved. * * Elements from ide/pci/generic.c * Copyright (C)...
Linux kernel'inin 'drivers/ata/sata_fsl' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * drivers/ata/sata_fsl.c * * Freescale 3.0Gbps SATA device driver * * Author: Ashish Kalra <ashish.kalra@freescale.com> * Li Yang <leoli@freescale.com> * * Copyright (c) 2006-2007, 2011-2012 Freescale Semiconductor, Inc. */ #include <linux/kernel.h> #includ...
Linux işletim sistemi çekirdeği için 'drivers/ata/sata_gemini' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Header for the Gemini SATA bridge */ #ifndef SATA_GEMINI_H #define SATA_GEMINI_H struct sata_gemini; enum gemini_muxmode { GEMINI_MUXMODE_0 = 0, GEMINI_MUXMODE_1, GEMINI_MUXMODE_2, GEMINI_MUXMODE_3, }; struct sata_gemini *gemini_sata_bridge_get(void); bool gemini_sa...
Linux kernel'inin 'drivers/ata/ahci_seattle' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * AMD Seattle AHCI SATA driver * * Copyright (c) 2015, Advanced Micro Devices * Author: Brijesh Singh <brijesh.singh@amd.com> * * based on the AHCI SATA platform driver by Jeff Garzik and Anton Vorontsov */ #include <linux/kernel.h> #include <linux/module.h> #inc...
Linux kernel'inin 'drivers/ata/libahci' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * libahci.c - Common AHCI SATA low-level routines * * Maintained by: Tejun Heo <tj@kernel.org> * Please ALWAYS copy linux-ide@vger.kernel.org * on emails. * * Copyright 2004-2005 Red Hat, Inc. * * libata documentation is available via 'make...
Linux kernel'inin 'drivers/ata/pata_ninja32' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * pata_ninja32.c - Ninja32 PATA for new ATA layer * (C) 2007 Red Hat Inc * * Note: The controller like many controllers has shared timings for * PIO and DMA. We thus flip to the DMA timings in dma_start and flip back * in the dma_stop function. Thus we actuall...
Linux kernel'inin 'drivers/ata/libata-sff' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * libata-sff.c - helper library for PCI IDE BMDMA * * Copyright 2003-2006 Red Hat, Inc. All rights reserved. * Copyright 2003-2006 Jeff Garzik * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/driver-api/libata.rst * * ...
Linux kernel'inin 'drivers/ata/sata_svw' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * sata_svw.c - ServerWorks / Apple K2 SATA * * Maintained by: Benjamin Herrenschmidt <benh@kernel.crashing.org> and * Jeff Garzik <jgarzik@pobox.com> * Please ALWAYS copy linux-ide@vger.kernel.org * on emails. * * Copyright 2003 Benjamin He...
Linux kernel'inin 'drivers/ata/pata_parport/aten' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1997-8 Grant R. Guenther <grant@torque.net> * * aten.c is a low-level protocol driver for the ATEN EH-100 * parallel port adapter. The EH-100 supports 4-bit and 8-bit * modes only. There is also an EH-132 which supports EPP mode * transfers. The EH-13...
Linux kernel'inin 'drivers/ata/pata_parport/friq' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1998 Grant R. Guenther <grant@torque.net> * * friq.c is a low-level protocol driver for the Freecom "IQ" * parallel port IDE adapter. Early versions of this adapter * use the 'frpw' protocol. * * Freecom uses this adapter in a battery powered extern...
Linux kernel'inin 'drivers/ata/pata_parport/ktti' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1998 Grant R. Guenther <grant@torque.net> * * ktti.c is a low-level protocol driver for the KT Technology * parallel port adapter. This adapter is used in the "PHd" * portable hard-drives. As far as I can tell, this device * supports 4-bit mode _only_....
Linux kernel'inin 'drivers/ata/pata_parport/epia' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1997-1998 Grant R. Guenther <grant@torque.net> * * epia.c is a low-level protocol driver for Shuttle Technologies * EPIA parallel to IDE adapter chip. This device is now obsolete * and has been replaced with the EPAT chip, which is supported * by epat.c...
Linux kernel'inin 'drivers/ata/pata_parport/bpck6' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 2001 Micro Solutions Inc. * * backpack.c is a low-level protocol driver for the Micro Solutions * "BACKPACK" parallel port IDE adapter (works on Series 6 drives). * * Written by: Ken Hahn (linux-dev@micro-solutions.com) * Clive Turvey (linux-...
Linux kernel'inin 'drivers/ata/pata_parport/pata_parport' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2023 Ondrej Zary * based on paride.c by Grant R. Guenther <grant@torque.net> */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/parport.h> #include "pata_parport.h" #define DRV_NAME "pata_parport" static DEFINE_IDR(parport_list); stat...
Linux kernel'inin 'drivers/ata/pata_parport/on20' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1996-1998 Grant R. Guenther <grant@torque.net> * * on20.c is a low-level protocol driver for the * Onspec 90c20 parallel to IDE adapter. */ #include <linux/module.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/kernel.h> #include <lin...
Linux kernel'inin 'drivers/ata/pata_parport/bpck' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1996-1998 Grant R. Guenther <grant@torque.net> * * bpck.c is a low-level protocol driver for the MicroSolutions * "backpack" parallel port IDE adapter. */ #include <linux/module.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/kernel.h...
Linux kernel'inin 'drivers/ata/pata_parport/epat' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1997-1998 Grant R. Guenther <grant@torque.net> * * This is the low level protocol driver for the EPAT parallel * to IDE adapter from Shuttle Technologies. This adapter is * used in many popular parallel port disk products such as the * SyQuest EZ drives...
Linux kernel'inin 'drivers/ata/pata_parport/fit3' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1998 Grant R. Guenther <grant@torque.net> * * fit3.c is a low-level protocol driver for newer models * of the Fidelity International Technology parallel port adapter. * This adapter is used in their TransDisk 3000 portable * hard-drives, as well as CD-RO...
Linux işletim sistemi çekirdeği için 'drivers/ata/pata_parport/pata_parport' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * pata_parport.h (c) 1997-8 Grant R. Guenther <grant@torque.net> * Under the terms of the GPL. * * This file defines the interface for parallel port IDE adapter chip drivers. */ #ifndef LINUX_PATA_PARPORT_H #define LINUX_PATA_PARPORT_H #include <linux/l...
Linux kernel'inin 'drivers/ata/pata_parport/frpw' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1996-1998 Grant R. Guenther <grant@torque.net> * * frpw.c is a low-level protocol driver for the Freecom "Power" parallel port * IDE adapter. * * Some applications of this adapter may require a "printer" reset prior to * loading the driver. This can be...
Linux kernel'inin 'drivers/ata/pata_parport/dstr' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1997-1998 Grant R. Guenther <grant@torque.net> * * dstr.c is a low-level protocol driver for the DataStor EP2000 parallel * to IDE adapter chip. */ #include <linux/module.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/kernel.h> #incl...
Linux kernel'inin 'drivers/ata/pata_parport/fit2' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1998 Grant R. Guenther <grant@torque.net> * * fit2.c is a low-level protocol driver for the older version * of the Fidelity International Technology parallel port adapter. * This adapter is used in their TransDisk 2000 and older TransDisk * 3000 portable...
Linux kernel'inin 'drivers/ata/pata_parport/kbic' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1997-1998 Grant R. Guenther <grant@torque.net> * * This is a low-level driver for the KBIC-951A and KBIC-971A * parallel to IDE adapter chips from KingByte Information Systems. * * The chips are almost identical, however, the wakeup code * required for ...
Linux kernel'inin 'drivers/ata/pata_parport/on26' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1997-1998 Grant R. Guenther <grant@torque.net> * * on26.c is a low-level protocol driver for the * OnSpec 90c26 parallel to IDE adapter chip. */ #include <linux/module.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/kernel.h> #include...
Linux kernel'inin 'drivers/ata/pata_parport/comm' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1997-1998 Grant R. Guenther <grant@torque.net> * * comm.c is a low-level protocol driver for some older models of the DataStor * "Commuter" parallel to IDE adapter. Some of the parallel port devices * marketed by Arista currently use this adapter. */ #i...
Linux kernel'inin 'drivers/fwctl/main' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES */ #define pr_fmt(fmt) "fwctl: " fmt #include <linux/fwctl.h> #include <linux/container_of.h> #include <linux/fs.h> #include <linux/module.h> #include <linux/sizes.h> #include <linux/slab.h> #include <uapi/fw...
Linux kernel'inin 'drivers/fwctl/pds/main' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* Copyright(c) Advanced Micro Devices, Inc */ #include <linux/module.h> #include <linux/auxiliary_bus.h> #include <linux/pci.h> #include <linux/vmalloc.h> #include <linux/bitfield.h> #include <linux/string.h> #include <uapi/fwctl/fwctl.h> #include <uapi/fwctl/pds.h> #include ...
Linux kernel'inin 'drivers/fwctl/mlx5/main' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /* * Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES */ #include <linux/fwctl.h> #include <linux/auxiliary_bus.h> #include <linux/mlx5/device.h> #include <linux/mlx5/driver.h> #include <uapi/fwctl/mlx5.h> #define mlx5ctl_err(mcdev, format, ...) \ dev...
Linux kernel'inin 'drivers/fwctl/bnxt/main' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2026, Broadcom Corporation */ #include <linux/auxiliary_bus.h> #include <linux/slab.h> #include <linux/pci.h> #include <linux/fwctl.h> #include <linux/bnxt/hsi.h> #include <linux/bnxt/ulp.h> #include <uapi/fwctl/fwctl.h> #include <uapi/fwctl/bnxt.h> struct...
Linux kernel'inin 'drivers/tee/tee_core' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2016, Linaro Limited */ #define pr_fmt(fmt) "%s: " fmt, __func__ #include <linux/cdev.h> #include <linux/cred.h> #include <linux/fs.h> #include <linux/idr.h> #include <linux/module.h> #include <linux/overflow.h> #include <linux/slab.h> #include <...
Linux kernel'inin 'drivers/tee/tee_shm' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2017, 2019-2021 Linaro Limited */ #include <linux/anon_inodes.h> #include <linux/device.h> #include <linux/dma-buf.h> #include <linux/dma-mapping.h> #include <linux/highmem.h> #include <linux/idr.h> #include <linux/io.h> #include <linux/mm.h> #incl...
Linux işletim sistemi çekirdeği için 'drivers/tee/tee_private' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2015-2016, Linaro Limited */ #ifndef TEE_PRIVATE_H #define TEE_PRIVATE_H #include <linux/cdev.h> #include <linux/completion.h> #include <linux/device.h> #include <linux/dma-buf.h> #include <linux/kref.h> #include <linux/mutex.h> #include <linux/type...
Linux kernel'inin 'drivers/tee/tee_shm_pool' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015, 2017, 2022 Linaro Limited */ #include <linux/device.h> #include <linux/dma-buf.h> #include <linux/genalloc.h> #include <linux/slab.h> #include <linux/tee_core.h> #include "tee_private.h" static int pool_op_gen_alloc(struct tee_shm_pool *pool, str...
Linux kernel'inin 'drivers/tee/tee_heap' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2025, Linaro Limited */ #include <linux/dma-buf.h> #include <linux/dma-heap.h> #include <linux/genalloc.h> #include <linux/module.h> #include <linux/scatterlist.h> #include <linux/slab.h> #include <linux/tee_core.h> #include <linux/xarray.h> #include ...
Linux kernel'inin 'drivers/tee/tstee/core' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2023, Arm Limited */ #include <linux/arm_ffa.h> #include <linux/err.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/limits.h> #include <linux/mm.h> #include <linux/module.h> #include <linux/scatterlist.h> #include <linux/slab.h> #...
Linux işletim sistemi çekirdeği için 'drivers/tee/tstee/tstee_private' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2023, Arm Limited */ #ifndef TSTEE_PRIVATE_H #define TSTEE_PRIVATE_H #include <linux/arm_ffa.h> #include <linux/bitops.h> #include <linux/tee_core.h> #include <linux/types.h> #include <linux/uuid.h> #include <linux/xarray.h> /* * The description ...
Linux kernel'inin 'drivers/tee/amdtee/call' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: MIT /* * Copyright 2019 Advanced Micro Devices, Inc. */ #include <linux/device.h> #include <linux/tee.h> #include <linux/tee_core.h> #include <linux/psp-tee.h> #include <linux/slab.h> #include <linux/psp.h> #include "amdtee_if.h" #include "amdtee_private.h" static int tee_params_to_...
Linux kernel'inin 'drivers/tee/amdtee/core' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: MIT /* * Copyright 2019 Advanced Micro Devices, Inc. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/errno.h> #include <linux/device.h> #include <linux/firmware.h> #include <linux/io.h> #include <linux/mm.h> #include <linux/module.h> #include <linux/psp-tee.h> #inclu...
Linux işletim sistemi çekirdeği için 'drivers/tee/amdtee/amdtee_private' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: MIT */ /* * Copyright 2019 Advanced Micro Devices, Inc. */ #ifndef AMDTEE_PRIVATE_H #define AMDTEE_PRIVATE_H #include <linux/mutex.h> #include <linux/spinlock.h> #include <linux/tee_core.h> #include <linux/kref.h> #include <linux/types.h> #include "amdtee_if.h" #define DRIVER_NAME...
Linux işletim sistemi çekirdeği için 'drivers/tee/amdtee/amdtee_if' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: MIT */ /* * Copyright 2019 Advanced Micro Devices, Inc. */ /* * This file has definitions related to Host and AMD-TEE Trusted OS interface. * These definitions must match the definitions on the TEE side. */ #ifndef AMDTEE_IF_H #define AMDTEE_IF_H #include <linux/types.h> /****...
Linux kernel'inin 'drivers/tee/amdtee/shm_pool' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: MIT /* * Copyright 2019 Advanced Micro Devices, Inc. */ #include <linux/slab.h> #include <linux/tee_core.h> #include <linux/psp.h> #include "amdtee_private.h" static int pool_op_alloc(struct tee_shm_pool *pool, struct tee_shm *shm, size_t size, size_t align) { unsigned int orde...
Linux kernel'inin 'drivers/tee/qcomtee/user_obj' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/slab.h> #include <linux/uaccess.h> #include "qcomtee.h" /** * DOC: User Objects aka Supplicants * * Any userspace process with acc...
Linux işletim sistemi çekirdeği için 'drivers/tee/qcomtee/qcomtee_msg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #ifndef QCOMTEE_MSG_H #define QCOMTEE_MSG_H #include <linux/bitfield.h> /** * DOC: ''Qualcomm TEE'' (QTEE) Transport Message * * There are two buffers shared with QTEE: inbound and outboun...
Linux kernel'inin 'drivers/tee/qcomtee/primordial_obj' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #include <linux/delay.h> #include "qcomtee.h" /** * DOC: Primordial Object * * After boot, the kernel provides a static object of type * %QCOMTEE_OBJECT_TYPE_CB called the primordial object. ...
Linux kernel'inin 'drivers/tee/qcomtee/call' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/slab.h> #include <linux/tee.h> #include <linux/platform_device.h> #include <linux/xarray.h> #include "qcomtee.h" static int find_qtee...
Linux kernel'inin 'drivers/tee/qcomtee/mem_obj' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/firmware/qcom/qcom_scm.h> #include <linux/mm.h> #include "qcomtee.h" /** * DOC: Memory and Mapping Objects * * QTEE uses memory ob...
Linux kernel'inin 'drivers/tee/qcomtee/async' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include "qcomtee.h" #define QCOMTEE_ASYNC_VERSION_1_0 0x00010000U /* Maj: 0x0001, Min: 0x0000. */ #define QCOMTEE_ASYNC_VERSION_1_1 0x00010001U /* Ma...
Linux kernel'inin 'drivers/tee/qcomtee/core' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/firmware/qcom/qcom_scm.h> #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/uaccess.h> #include...
Linux işletim sistemi çekirdeği için 'drivers/tee/qcomtee/qcomtee_object' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #ifndef QCOMTEE_OBJECT_H #define QCOMTEE_OBJECT_H #include <linux/completion.h> #include <linux/kref.h> #include <linux/slab.h> #include <linux/workqueue.h> struct qcomtee_object; /** * DOC...
Linux işletim sistemi çekirdeği için 'drivers/tee/qcomtee/qcomtee' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #ifndef QCOMTEE_H #define QCOMTEE_H #include <linux/kobject.h> #include <linux/tee_core.h> #include "qcomtee_msg.h" #include "qcomtee_object.h" /* Flags relating to object reference. */ #def...
Linux kernel'inin 'drivers/tee/qcomtee/shm' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/firmware/qcom/qcom_tzmem.h> #include <linux/mm.h> #include "qcomtee.h" /** * define MAX_OUTBOUND_BUFFER_SIZE - Maximum size of outbo...
Linux kernel'inin 'drivers/tee/optee/rpc' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2021, Linaro Limited */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/delay.h> #include <linux/i2c.h> #include <linux/rpmb.h> #include <linux/slab.h> #include <linux/tee_core.h> #include "optee_private.h" #include "optee_rpc_cmd.h" ...
Linux kernel'inin 'drivers/tee/optee/smc_abi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2021, 2023 Linaro Limited * Copyright (c) 2016, EPAM Systems */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/arm-smccc.h> #include <linux/cpuhotplug.h> #include <linux/errno.h> #include <linux/firmware.h> #include <linux/interrupt...
Linux kernel'inin 'drivers/tee/optee/call' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2021, 2023 Linaro Limited */ #include <linux/device.h> #include <linux/err.h> #include <linux/errno.h> #include <linux/mm.h> #include <linux/slab.h> #include <linux/tee_core.h> #include <linux/types.h> #include "optee_private.h" #define MAX_ARG_PA...
Linux işletim sistemi çekirdeği için 'drivers/tee/optee/optee_smc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */ /* * Copyright (c) 2015-2021, Linaro Limited */ #ifndef OPTEE_SMC_H #define OPTEE_SMC_H #include <linux/arm-smccc.h> #include <linux/bitops.h> #define OPTEE_SMC_STD_CALL_VAL(func_num) \ ARM_SMCCC_CALL_VAL(ARM_SMCCC_STD_CALL, ARM_SMCCC_SMC_32, \ AR...
Linux kernel'inin 'drivers/tee/optee/supp' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015, Linaro Limited */ #include <linux/device.h> #include <linux/slab.h> #include <linux/uaccess.h> #include "optee_private.h" struct optee_supp_req { struct list_head link; bool in_queue; u32 func; u32 ret; size_t num_params; struct tee_param ...
Linux kernel'inin 'drivers/tee/optee/notif' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2021, Linaro Limited */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/arm-smccc.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/tee_core.h> #include "optee_private.h" struct notif_ent...
Linux kernel'inin 'drivers/tee/optee/device' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2019 Linaro Ltd. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/slab.h> #include <linux/tee_core.h> #include <linux/uuid.h> #include "optee_private.h" static int optee_ctx_match(struct tee_ioctl_version_data *ver,...
Linux işletim sistemi çekirdeği için 'drivers/tee/optee/optee_trace' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * optee trace points * * Copyright (C) 2021 Synaptics Incorporated * Author: Jisheng Zhang <jszhang@kernel.org> */ #undef TRACE_SYSTEM #define TRACE_SYSTEM optee #if !defined(_TRACE_OPTEE_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_OPTEE_H #include <linux...
Linux işletim sistemi çekirdeği için 'drivers/tee/optee/optee_msg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */ /* * Copyright (c) 2015-2021, Linaro Limited */ #ifndef _OPTEE_MSG_H #define _OPTEE_MSG_H #include <linux/bitops.h> #include <linux/types.h> /* * This file defines the OP-TEE message protocol (ABI) used to communicate * with an instance of OP-TEE runni...
Linux kernel'inin 'drivers/tee/optee/core' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2021, Linaro Limited * Copyright (c) 2016, EPAM Systems */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/crash_dump.h> #include <linux/errno.h> #include <linux/io.h> #include <linux/module.h> #include <linux/rpmb.h> #include <linux...
Linux işletim sistemi çekirdeği için 'drivers/tee/optee/optee_ffa' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2019-2021, 2023 Linaro Limited */ /* * This file is exported by OP-TEE and is kept in sync between secure world * and normal world drivers. We're using ARM FF-A 1.0 specification. */ #ifndef __OPTEE_FFA_H #define __OPTEE_FFA_H #include <linux/a...
Linux işletim sistemi çekirdeği için 'drivers/tee/optee/optee_private' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2015-2021, 2023 Linaro Limited */ #ifndef OPTEE_PRIVATE_H #define OPTEE_PRIVATE_H #include <linux/arm-smccc.h> #include <linux/notifier.h> #include <linux/rhashtable.h> #include <linux/rpmb.h> #include <linux/semaphore.h> #include <linux/tee_core.h...
Linux kernel'inin 'drivers/tee/optee/ffa_abi' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2021, 2023 Linaro Limited */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/arm_ffa.h> #include <linux/errno.h> #include <linux/rpmb.h> #include <linux/scatterlist.h> #include <linux/sched.h> #include <linux/slab.h> #include <linux/string...
Linux işletim sistemi çekirdeği için 'drivers/tee/optee/optee_rpc_cmd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016-2021, Linaro Limited */ #ifndef __OPTEE_RPC_CMD_H #define __OPTEE_RPC_CMD_H /* * All RPC is done with a struct optee_msg_arg as bearer of information, * struct optee_msg_arg::arg holds values defined by OPTEE_RPC_CMD_* below. * Only the com...
Linux kernel'inin 'drivers/tee/optee/protmem' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2025, Linaro Limited */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/errno.h> #include <linux/genalloc.h> #include <linux/slab.h> #include <linux/string.h> #include <linux/tee_core.h> #include <linux/types.h> #include "optee_private.h" ...
Linux kernel'inin 'drivers/parport/parport_cs' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /*====================================================================== A driver for PCMCIA parallel port adapters (specifically, for the Quatech SPP-100 EPP card: other cards will probably require driver tweaks) parport_cs.c 1.29 2002/10/11 06:57:41 The contents of this file are subje...
Linux kernel'inin 'drivers/parport/ieee1284' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * IEEE-1284 implementation for parport. * * Authors: Phil Blundell <philb@gnu.org> * Carsten Gross <carsten@sol.wohnheim.uni-ulm.de> * Jose Renau <renau@acm.org> * Tim Waugh <tim@cyberelk.demon.co.uk> (largely rewritten) * * This file is responsible for IEEE 1284 negotiation, and f...
Linux işletim sistemi çekirdeği için 'drivers/parport/parport_gsc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Low-level parallel-support for PC-style hardware integrated in the * LASI-Controller (on GSC-Bus) for HP-PARISC Workstations * * (C) 1999-2001 by Helge Deller <deller@gmx.de> * * based on parport_pc.c by * Grant Guenther <grant@torque.net> * Ph...
Linux kernel'inin 'drivers/parport/procfs' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* Sysctl interface for parport devices. * * Authors: David Campbell * Tim Waugh <tim@cyberelk.demon.co.uk> * Philip Blundell <philb@gnu.org> * Andrea Arcangeli * Riccardo Facchetti <fizban@tin.it> * * based on work by Grant Guenther ...
Linux kernel'inin 'drivers/parport/ieee1284_ops' alt sistemi için gerekli C kaynak kodunu implemente et.
```c // SPDX-License-Identifier: GPL-2.0 /* IEEE-1284 operations for parport. * * This file is for generic IEEE 1284 operations. The idea is that * they are used by the low-level drivers. If they have a special way * of doing something, they can provide their own routines (and put * the function pointers in port...
Linux kernel'inin 'drivers/parport/daisy' alt sistemi için gerekli C kaynak kodunu implemente et.
```c /* * IEEE 1284.3 Parallel port daisy chain and multiplexor code * * Copyright (C) 1999, 2000 Tim Waugh <tim@cyberelk.demon.co.uk> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; ...