代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
can.h
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
union intchar{
uint tempval;
st
sysfs-bus-usb-devices-usbsevseg
Where: /sys/bus/usb/.../powered
Date: August 2008
Kernel Version: 2.6.26
Contact: Harrison Metzger
Description: Controls whether the device's display will powered.
A value
sysfs-bus-css
What: /sys/bus/css/devices/.../type
Date: March 2008
Contact: Cornelia Huck
linux-s390@vger.kernel.org
Description: Contains the subchannel type, as reported by the hard
sysfs-bus-usb
What: /sys/bus/usb/devices/.../power/autosuspend
Date: March 2007
KernelVersion: 2.6.21
Contact: Alan Stern
Description:
Each USB device directory will contain a file n
sysfs-bus-umc
What: /sys/bus/umc/
Date: July 2008
KernelVersion: 2.6.27
Contact: David Vrabel
Description:
The Wireless Host Controller Interface (
sysfs-bus-pci
What: /sys/bus/pci/drivers/.../bind
Date: December 2003
Contact: linux-pci@vger.kernel.org
Description:
Writing a device location to this file will cause
the driver to attempt to bind to the dev
i2c-dev.h
/*
i2c-dev.h - i2c-bus driver, char device interface
Copyright (C) 1995-97 Simon G. Vogl
Copyright (C) 1998-99 Frodo Looijaard
This program is free software; you can
sysdev.h
/**
* System devices follow a slightly different driver model.
* They don't need to do dynammic driver binding, can't be probed,
* and don't reside on any type of peripheral bus.
* So, we repre
i2c-dev.h
/*
i2c-dev.h - i2c-bus driver, char device interface
Copyright (C) 1995-97 Simon G. Vogl
Copyright (C) 1998-99 Frodo Looijaard
This program is free software; you can
sysdev.h
/**
* System devices follow a slightly different driver model.
* They don't need to do dynammic driver binding, can't be probed,
* and don't reside on any type of peripheral bus.
* So, we repre