]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - drivers/media/pci/cx18/cx18-i2c.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
[thirdparty/kernel/stable.git] / drivers / media / pci / cx18 / cx18-i2c.h
CommitLineData
c942fddf 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1c1e45d1
HV
2/*
3 * cx18 I2C functions
4 *
5 * Derived from ivtv-i2c.h
6 *
7 * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
1c1e45d1
HV
8 */
9
1c1e45d1 10int cx18_i2c_register(struct cx18 *cx, unsigned idx);
ff2a2001 11struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw);
1c1e45d1 12
a824f0f4 13/* init + register i2c adapter */
1c1e45d1
HV
14int init_cx18_i2c(struct cx18 *cx);
15void exit_cx18_i2c(struct cx18 *cx);