cregit-Linux how code gets into the kernel

Release 4.14 drivers/media/common/cypress_firmware.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de)
 * see dvb-usb-init.c for copyright information.
 *
 * This file contains functions for downloading the firmware to Cypress FX 1
 * and 2 based devices.
 *
 */

#ifndef CYPRESS_FIRMWARE_H

#define CYPRESS_FIRMWARE_H


#define CYPRESS_AN2135  0

#define CYPRESS_AN2235  1

#define CYPRESS_FX2     2

/* commonly used firmware download types and function */

struct hexline {
	
u8 len;
	
u32 addr;
	
u8 type;
	
u8 data[255];
	
u8 chk;
};

int cypress_load_firmware(struct usb_device *, const struct firmware *, int);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Antti Palosaari5895.08%240.00%
Greg Kroah-Hartman11.64%120.00%
Hans Verkuil11.64%120.00%
Patrick Boettcher11.64%120.00%
Total61100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.