Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 6465e260f48790807eef06b583b38ca9789b6072 authored by Linus Torvalds on 24 September 2023, 21:31:13 UTC
Linux 6.6-rc3
Tip revision: 6465e26
cx18-i2c.h
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 *  cx18 I2C functions
 *
 *  Derived from ivtv-i2c.h
 *
 *  Copyright (C) 2007  Hans Verkuil <hverkuil@xs4all.nl>
 */

int cx18_i2c_register(struct cx18 *cx, unsigned idx);
struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw);

/* init + register i2c adapter */
int init_cx18_i2c(struct cx18 *cx);
void exit_cx18_i2c(struct cx18 *cx);
back to top