brintos

brintos / linux-shallow public Read only

0
0
Text · 392 B · 4526cb3 Raw
16 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 *  cx18 I2C functions4 *5 *  Derived from ivtv-i2c.h6 *7 *  Copyright (C) 2007  Hans Verkuil <hverkuil@xs4all.nl>8 */9 10int cx18_i2c_register(struct cx18 *cx, unsigned idx);11struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw);12 13/* init + register i2c adapter */14int init_cx18_i2c(struct cx18 *cx);15void exit_cx18_i2c(struct cx18 *cx);16