代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.h
/* Types and constants shared between the generic and device dependent
* device driver code.
*/
#include
#include
#include "proc.h"
#include
driver.c
/* This file contains device independent device driver interface.
* Author: Kees J. Bot.
*
* The drivers support the following operations (using message format m2):
*
* m_type
driver.c
/*
* Functions to handle I2O drivers (OSMs) and I2O bus type for sysfs
*
* Copyright (C) 2004 Markus Lidel
*
* This program is free software; you can redistribute
driver_doc
This file provides a simple description of how to write a low-level,
hardware dependent ethernet driver.
The basic idea is that there is a high-level driver (which is only
code/functions) that is par
driver_doc
This file provides a simple description of how to write a low-level,
hardware dependent ethernet driver.
The basic idea is that there is a high-level driver (which is only
code/functions) that is par
driver.rc
// Resource script for FEATURE driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,
driver.h
// Declarations for feature driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include
#define DRIVERNAME "FEATURE" // for u
driver.rc
// Resource script for USBISO driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
driver.h
// Declarations for usbiso driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include
#define DRIVERNAME "USBISO" // for use
driver.rc
// Resource script for usbint driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0