代码搜索结果

找到约 110,635 项符合 Driver 的代码

.driver.o.flags

ifeq (pci.o quirks.o compat.o names.o proc.o setup-res.o setup-bus.o setup-irq.o syscall.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += driver.o endif

driver.c

#include #include #include "ourhdr.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* create a stream pipe to communicate with the driver */ if (s_pipe(pip

driver.c

#include "apue.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* * Create a stream pipe to communicate with the driver. */ if (s_pipe(pipe) < 0) err_sys("can't create stream

driver.h

// Declarations for filter driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #define DRIVERNAME "MyFileFilter(zhangfan!)" // for

driver-programming-howto

Here are some tips on writing a new chipset svgalib driver. They don't require knowledge of direct vga programming, even though that helps. The instructions assume: 1- A super vga card, that is a ca

driver.h

/* * WPA Supplicant - driver interface definition * Copyright (c) 2003-2005, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under

driver.h

// Declarations for filter driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #define DRIVERNAME "MyFileFilter(zhangfan!)" // for

driver.c

#include #include #include "ourhdr.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* create a stream pipe to commun

driver.h

#ifndef DRIVER_H #define DRIVER_H #ifdef DRIVER_MODULE /* stuff visable only to the driver module */ char driver_h_sccs_id[] = "@(#)driver.h 1.228 12/4/00"; #endif /* #defines visable to any mo

driver.c

#include "apue.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* * Create a stream pipe to communicate with the driver. */ if (s_pipe(pipe) < 0) err_sys("can't create stream