代码搜索结果

找到约 6,737 项符合 Firmware 的代码

xircom_pgs_fw.h

/* * USB Xircom PGS Firmware * * Copyright (C) 1999, 2000 Brian Warner * Copyright (C) 2001 Cristian M. Craciunescu * * This program is free softw

keyspan_usa19_fw.h

/* keyspan_usa19_fw.h The firmware contained herein as keyspan_usa19_fw.h is Copyright (C) 1999-2001 Keyspan, A division of InnoSys Incorporated ("Keyspan") as an unpublished work. This no

heathrow.h

/* * heathrow.h: definitions for using the "Heathrow" I/O controller chip. * * Grabbed from Open Firmware definitions on a PowerBook G3 Series * * Copyright (C) 1997 Paul Mackerras. */ /* Front

cb20_cb.c

/* * MIC Compatable CB20 cardbus card driver Copyright (C) 2003, 2004 Cisco Systems, Inc. All Rights Reserved. Dec 2003 - Masukawa - fixed compatibility with newer radio firmware

map.a

; TITLE("P2 Firmware Initialization") ;++ ; ; Copyright (c) 2001. Samsung Electronics, co. ltd All rights reserved. ; ; Module Name: ; ; map920.h ; ; Abstract: ; ; This module co

prom.c

/* * BK Id: SCCS/s.prom.c 1.48 12/19/01 10:50:58 paulus */ /* * Procedures for interfacing to the Open Firmware PROM on * Power Macintosh computers. * * In particular, we are interested in the d

pcifinddevice.c

/* Author: Till Straumann , 2001 */ /* find a particular PCI device * (we assume, the firmware configured the PCI bus[es] for us) * * $Id: pcifinddevice.c,v 1.1.4.2 20

of1275.c

/* Open Firmware Client Interface */ #include "of1275.h" static int (*of_server)(void *) = (int(*)(void*))-1; void of_init(void *handler) { of_server = (int(*)(void*))handler; } /* 6.3.2.1 Cli

ezusb_convert.pl

#! /usr/bin/perl -w # convert an Intel HEX file into a set of C records usable by the firmware # loading code in usb-serial.c (or others) # accepts the .hex file(s) on stdin, a basename (to name th

stifb.c

/* * linux/drivers/video/stifb.c - Generic frame buffer driver for HP * workstations with STI (standard text interface) video firmware. * * Based on: * linux/drivers/video/artistfb.c -- Artist fr