HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/src/linux-headers-5.4.0-216/include/linux/platform_data/media/timb_video.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * timb_video.h Platform struct for the Timberdale video driver
 * Copyright (c) 2009-2010 Intel Corporation
 */

#ifndef _TIMB_VIDEO_
#define _TIMB_VIDEO_ 1

#include <linux/i2c.h>

struct timb_video_platform_data {
	int dma_channel;
	int i2c_adapter; /* The I2C adapter where the encoder is attached */
	struct {
		const char *module_name;
		struct i2c_board_info *info;
	} encoder;
};

#endif