代码搜索:IO控制

找到约 10,000 项符合「IO控制」的源代码

代码结果 10,000
www.eeworm.com/read/316872/3596137

h dm-io.h

/* * Copyright (C) 2003 Sistina Software * * This file is released under the GPL. */ #ifndef _DM_IO_H #define _DM_IO_H #include "dm.h" struct io_region { struct block_device *bdev; sector_t s
www.eeworm.com/read/316872/3596161

c dm-io.c

/* * Copyright (C) 2003 Sistina Software * Copyright (C) 2006 Red Hat GmbH * * This file is released under the GPL. */ #include "dm-io.h" #include #include #incl
www.eeworm.com/read/316872/3596857

h io-unit.h

/* io-unit.h: Definitions for the sun4d IO-UNIT. * * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #ifndef _SPARC_IO_UNIT_H #define _SPARC_IO_UNIT_H #include
www.eeworm.com/read/316872/3596890

h io_apic.h

#ifdef CONFIG_X86_32 # include "io_apic_32.h" #else # include "io_apic_64.h" #endif
www.eeworm.com/read/316872/3596913

h io_64.h

#ifndef _ASM_IO_H #define _ASM_IO_H /* * This file contains the definitions for the x86 IO instructions * inb/inw/inl/outb/outw/outl and the "string versions" of the same * (insb/insw/insl/outsb/
www.eeworm.com/read/316872/3597007

h io_ports.h

/* * arch/i386/mach-generic/io_ports.h * * Machine specific IO port address definition for generic. * Written by Osamu Tomita */ #ifndef _MACH_IO_PORTS_H #define _MACH_IO_
www.eeworm.com/read/316872/3597169

h io_32.h

#ifndef _ASM_IO_H #define _ASM_IO_H #include #include /* * This file contains the definitions for the x86 IO instructions * inb/inw/inl/outb/outw/outl and the "
www.eeworm.com/read/316872/3600284

h raw_io.h

/* * linux/include/asm-m68k/raw_io.h * * 10/20/00 RZ: - created from bits of io.h and ide.h to cleanup namespace * */ #ifndef _RAW_IO_H #define _RAW_IO_H #ifdef __KERNEL__ #include
www.eeworm.com/read/316872/3601700

h io_trivial.h

/* Trivial implementations of basic i/o routines. Assumes that all of the hard work has been done by ioremap and ioportmap, and that access to i/o space is linear. */ /* This file may be incl
www.eeworm.com/read/316872/3602036

h io-defs.h

/* This file is meant to be include multiple times by other headers */ DEF_PCI_AC_RET(readb, u8, (const PCI_IO_ADDR addr), (addr)) DEF_PCI_AC_RET(readw, u16, (const PCI_IO_ADDR addr), (addr)) DEF_PCI