代码搜索:USB

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

代码结果 10,000
www.eeworm.com/read/263943/11336722

h usb100.h

#ifndef __USB100_H__ #define __USB100_H__ #include //bmRequest.Dir #define BMREQUEST_HOST_TO_DEVICE 0 #define BMREQUEST_DEVICE_TO_HOST 1 //bmRequest.Type
www.eeworm.com/read/263941/11336784

h 2440usb.h

/********************************************* NAME: 2440usb.h DESC: HISTORY: 03.23.2002:purnnamu: first release for 2410 *********************************************/ #ifndef __24XUS
www.eeworm.com/read/263323/11367440

c usb_irq.c

#include "usb_irq.h" #include "system.h" #include "sys/alt_irq.h" alt_irq_context status; unsigned char INT_Enabled=1; void disable() { if(INT_Enabled) { status=alt_irq_disable_al
www.eeworm.com/read/263323/11367446

h usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif
www.eeworm.com/read/263188/11372278

h usb_descriptor.h

//////////////////////////////// //usb_descriptor.h /* ** HID MOUSE DESCRIPTOR DECLARATIONS */ code unsigned char report_descriptor[] = { 0x05, 0x01, 0x09, 0x02, 0xA1, 0x01, 0x09, 0
www.eeworm.com/read/263024/11379705

c usb-uhci.c

/* * Universal Host Controller Interface driver for USB (take II). * * (c) 1999-2001 Georg Acher, acher@in.tum.de (executive slave) (base guitar) * Deti Fliegl, deti@fliegl.de (exec
www.eeworm.com/read/263024/11379718

c usb-midi.c

/* usb-midi.c -- USB-MIDI driver Copyright (C) 2001 NAGANO Daisuke This program is free software; you can redistribute it and/or modify it under the term
www.eeworm.com/read/263024/11379725

c usb-ohci.c

/* * URB OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber * (C) Copyright 2000-2001 David Brownell * * [
www.eeworm.com/read/263024/11379947

h usb-ohci.h

#ifndef _USB_OHCI_H #define _USB_OHCI_H /* * URB OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber * (C) Copyright 2000-2001 David Brownell
www.eeworm.com/read/263024/11380014

h usb-uhci.h

#ifndef __LINUX_UHCI_H #define __LINUX_UHCI_H /* $Id: usb-uhci.h,v 1.1.1.1 2004/03/25 05:51:21 laputa Exp $ */ #define MODNAME "usb-uhci" #define UHCI_LATENCY_TIMER 0 static __inline__ void uhci