代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/314184/13572519
c usbmass.c
#include "reg51.h"
#include "read_reg.h"
#include "usbmass.h"
#define TRY_WAIT 100 //100
#define ERROR_WAIT 500
#define READCAP_STALL_CNT_MAX 5
int gLunSet = 0; //"LUN" for USB_XXX routin
www.eeworm.com/read/309044/13683228
c pci_skel.c
#include
#include
#include
#include
#include
static struct pci_device_id ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL,
www.eeworm.com/read/305487/13767372
c pci_skel.c
#include
#include
#include
#include
#include
static struct pci_device_id ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL,
www.eeworm.com/read/304561/13791404
c pci_skel.c
#include
#include
#include
#include
#include
static struct pci_device_id ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL,
www.eeworm.com/read/303103/13821668
c pci_skel.c
#include
#include
#include
#include
#include
static struct pci_device_id ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL,
www.eeworm.com/read/300969/13877104
c device.c
/* When a needed block is not in the cache, it must be fetched from the disk.
* Special character files also require I/O. The routines for these are here.
*
* The entry points in this file are:
www.eeworm.com/read/152843/5661814
c rpcmouse.c
/*
* Acorn RiscPC mouse driver for Linux/ARM
*
* Copyright (c) 2000-2002 Vojtech Pavlik
* Copyright (C) 1996-2002 Russell King
*
*/
/*
* This program is free software; you can redistribute
www.eeworm.com/read/152843/5661842
c guillemot.c
/*
* $Id: guillemot.c,v 1.10 2002/01/22 20:28:12 vojtech Exp $
*
* Copyright (c) 2001 Vojtech Pavlik
*/
/*
* Guillemot Digital Interface Protocol driver for Linux
*/
/*
* This program is fre
www.eeworm.com/read/152843/5661843
c grip.c
/*
* $Id: grip.c,v 1.21 2002/01/22 20:27:57 vojtech Exp $
*
* Copyright (c) 1998-2001 Vojtech Pavlik
*/
/*
* Gravis/Kensington GrIP protocol joystick and gamepad driver for Linux
*/
/*
* Thi
www.eeworm.com/read/152843/5661874
c maple_keyb.c
/*
* $Id: maple_keyb.c,v 1.4 2004/03/22 01:18:15 lethal Exp $
* SEGA Dreamcast keyboard driver
* Based on drivers/usb/usbkbd.c
*/
#include
#include
#include