代码搜索结果

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

usb_ohci.h

/* * URB OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber * (C) Copyright 2000-2001 David Brownell * * us

usb_ohci.c

/* * URB OHCI HCD (Host Controller Driver) for USB on the AT91RM9200. * * (C) Copyright 2003 * Gary Jennejohn, DENX Software Engineering * * Note: Much of this code has been derived

usb_uhci.c

/* * Part of this code has been derived from linux: * Universal Host Controller Interface driver for USB (take II). * * (c) 1999-2001 Georg Acher, acher@in.tum.de (executive slave) (base guitar)

usb_uhci.h

/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it a

usb_uhci.c

/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it a

usb_uhci.h

/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it a

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

usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif

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

usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif