cregit-Linux how code gets into the kernel

Release 4.16 drivers/staging/most/dim2/dim2.h

// SPDX-License-Identifier: GPL-2.0
/*
 * dim2.h - MediaLB DIM2 HDM Header
 *
 * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG
 */

#ifndef DIM2_HDM_H

#define	DIM2_HDM_H

struct device;

/* platform dependent data for dim2 interface */

struct dim2_platform_data {
	
int (*init)(struct dim2_platform_data *pd, void __iomem *io_base,
		    int clk_speed);
	
void (*destroy)(struct dim2_platform_data *pd);
	
void *priv;
};

#endif	/* DIM2_HDM_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Christian Gromm5496.43%250.00%
Greg Kroah-Hartman11.79%125.00%
Hugo Camboulive11.79%125.00%
Total56100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.