代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/126027/14451268
h pci.h
#ifndef _COMPAT_PCI_H
#define _COMPAT_PCI_H
#include_next
#include
#ifndef PCI_FUNC
#define PCI_FUNC(devfn) ((devfn)&7)
#define PCI_SLOT(devfn) ((devfn)>>3)
#define
www.eeworm.com/read/224858/14565919
c part.c
#include "part.h"
#undef PART_DEBUG
#define PART_DEBUG
#ifdef PART_DEBUG
#define PRINTF(fmt,args...) s_UartPrint (fmt ,##args)
#else
#define PRINTF(fmt,args...)
#endif
/*
void init_part
www.eeworm.com/read/218808/14905432
c piix.c
/*
* linux/drivers/ide/piix.c Version 0.32 June 9, 2000
*
* Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer
* Copyright (C) 1998-2000 Andre Hedrick
www.eeworm.com/read/168763/5438997
c flash.c
/*
*
* Copyright (c) 2004 Cucy Systems (http://www.cucy.com)
* Curt Brune
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free so
www.eeworm.com/read/162614/5528331
c 20040730-1.c
/* PR tree-opt/16827
This used to ICE in tree-ssa-loop-im.c */
extern unsigned short dev_roles[];
void super_1_sync(int *rdev2)
{
int i;
int max_dev = 0;
for (i =0;i
www.eeworm.com/read/161121/5558800
c mptlan.c
/*
* linux/drivers/message/fusion/mptlan.c
* IP Over Fibre Channel device driver.
* For use with PCI chip/adapter(s):
* LSIFC9xx/LSI409xx Fibre Channel
* running LSI Logi
www.eeworm.com/read/161121/5558949
c i810_dma.c
/* i810_dma.c -- DMA support for the i810 -*- linux-c -*-
* Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Cop
www.eeworm.com/read/394358/8228787
c mtd_blkdevs.c
/*
* $Id: mtd_blkdevs.c,v 1.1.1.1 2007/09/01 10:29:10 hansorblue Exp $
*
* (C) 2003 David Woodhouse
*
* Interface to Linux 2.5 block layer for MTD 'translation layers'.
*
www.eeworm.com/read/173430/9658669
c inode_hash.c
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) many different people. If you wrote this, please
* acknowledge your work.
*
* This program is free software; you can redistribu
www.eeworm.com/read/135465/13927669
c protocol_avr910s.c
#include "Include.H"
const struct devinfo_t stDevInfo[] =
{
//Devices which support Page Programming.
{M8515 , DEV_TWD3 | DEV_POLL | PAGE0X20},
// {M8515B , DEV_TWD0 | DEV_POLL | PAGE0X20}