代码搜索结果
找到约 6,737 项符合
Firmware 的代码
firmware.h
#ifndef _LINUX_FIRMWARE_H
#define _LINUX_FIRMWARE_H
#include
#include
#define FIRMWARE_NAME_MAX 30
struct firmware {
size_t size;
u8 *data;
};
int request_firmware(
firmware.txt
Some DVB cards and many newer frontends require proprietary,
binary-only firmware.
The DVB drivers will be converted to use the request_firmware()
hotplug interface (see Documentation/firmware_class/
firmware.h
#ifndef __FIRMWARE_H__
#define __FIRMWARE_H__
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
VOID LoadFirmware(VOID);
VOID UpdateFlashIPData(DWORD dwIP, DWORD dwSubnetMask);
#ifdef __c
firmware.cpp
#include
#include
#include
#include "alt_def.h"
#include "bootldr.h"
#include "xmodem.hpp"
#include "flash.hpp"
#include "firmware.h"
VOID LoadFirmware
readme.firmware
The following binary firmware files are (c) Conexant, and do not fall
under the GPL or MPL. They are assumed to have the same license as
their windows client drivers, ie everyone who bought a card th
readme-firmware
Hi all,
we provide 2 firmware versions. The one that is getting built by default
provides a Link Layer interface to the CI slots of your DVB card. A sample
implementation of a CI library using this
firmware.txt
Some DVB cards and many newer frontends require proprietary,
binary-only firmware.
The DVB drivers will be converted to use the request_firmware()
hotplug interface (see linux/Documentation/firmware_
readme-firmware
Hi all,
we provide 2 firmware versions. The one that is getting built by default
provides a Link Layer interface to the CI slots of your DVB card. A sample
implementation of a CI library using this
firmware.c
/*
* pSeries firmware setup code.
*
* Portions from arch/powerpc/platforms/pseries/setup.c:
* Copyright (C) 1995 Linus Torvalds
* Adapted from 'alpha' version by Gary Thomas
* Modified
firmware.h
/*
* Copyright 2006 IBM Corporation.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free