代码搜索结果

找到约 10,000 项符合 USB 的代码

usb.c

/* Driver for USB Mass Storage compliant devices * * $Id: usb.c,v 1.75 2002/04/22 03:39:43 mdharm Exp $ * * Current development and maintenance by: * (c) 1999-2003 Matthew Dharm (mdharm-usb@one

usb.h

/* Driver for USB Mass Storage compliant devices * Main Header File * * $Id: usb.h,v 1.21 2002/04/21 02:57:59 mdharm Exp $ * * Current development and maintenance by: * (c) 1999-2002 Matthew D

usb.c

/* * drivers/usb/usb.c * * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 1999 * (C) Copyright Gregory P. Smith 1999 * (C) Copyright De

usb.h

/* Functions local to drivers/usb/core/ */ extern void usb_create_sysfs_dev_files (struct usb_device *dev); extern void usb_remove_sysfs_dev_files (struct usb_device *dev); extern void usb_create_sys

usb.h

//USB /* USB Driver */ #define USB_PU_CTRL FALSE /* no pull-up control */ #define VENDOR_ID 0xEB03 /* Atmel vendor ID = 03EBh */ #define PRODUCT_ID

usb.h

/**************************************************************** NAME: usb.h DESC: definitions(USB data structure) for USB setup operation. Because It's h/w independent file, it may be us

usb.c

/* * * Most of this source has been derived from the Linux USB * project: * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 1999