Searched refs:i2c (Results 201 - 225 of 2518) sorted by path

1234567891011>>

/linux-master/drivers/media/tuners/
H A Dtda827x.c870 struct i2c_adapter *i2c,
881 priv->i2c_adap = i2c;
869 tda827x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, struct tda827x_config *cfg) argument
H A Dtda8290.c4 i2c tv tuner chip device driver
11 #include <linux/i2c.h>
15 #include "tuner-i2c.h"
H A Dtda8290.h8 #include <linux/i2c.h>
H A Dtda9887.c4 #include <linux/i2c.h>
12 #include "tuner-i2c.h"
542 tuner_info("i2c i/o error: rc == %d (should be 1)\n", rc);
583 tuner_info("i2c i/o error: rc == %d (should be 4)\n", rc);
H A Dtda9887.h8 #include <linux/i2c.h>
H A Dtea5761.c7 #include <linux/i2c.h>
12 #include "tuner-i2c.h"
171 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);
205 tuner_warn("i2c i/o error: rc == %d (should be 16)\n", rc);
266 struct tuner_i2c_props i2c = { .adap = i2c_adap, .addr = i2c_addr }; local
268 if (16 != (rc = tuner_i2c_xfer_recv(&i2c, buffer, 16))) {
H A Dtea5761.h8 #include <linux/i2c.h>
H A Dtea5767.c12 #include <linux/i2c.h>
16 #include "tuner-i2c.h"
270 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);
274 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);
291 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);
363 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);
370 struct tuner_i2c_props i2c = { .adap = i2c_adap, .addr = i2c_addr }; local
375 if ((rc = tuner_i2c_xfer_recv(&i2c, buffer, 7))< 5) {
H A Dtea5767.h8 #include <linux/i2c.h>
H A Dtuner-simple.h8 #include <linux/i2c.h>
H A Dxc4000.h41 struct i2c_adapter *i2c,
45 struct i2c_adapter *i2c,
44 xc4000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct xc4000_config *cfg) argument
H A Dxc5000.h48 struct i2c_adapter *i2c,
52 struct i2c_adapter *i2c,
51 xc5000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct xc5000_config *cfg) argument
/linux-master/drivers/media/usb/au0828/
H A DMakefile2 au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o
H A Dau0828.h12 #include <linux/i2c.h>
13 #include <linux/i2c-algo-bit.h>
314 /* au0828-i2c.c */
/linux-master/drivers/media/usb/cx231xx/
H A DMakefile2 cx231xx-y += cx231xx-video.o cx231xx-i2c.o cx231xx-cards.o cx231xx-core.o
/linux-master/drivers/media/usb/dvb-usb-v2/
H A DMakefile32 dvb-usb-mxl111sf-objs += mxl111sf.o mxl111sf-phy.o mxl111sf-i2c.o
H A Dmxl111sf-i2c.h3 * mxl111sf-i2c.h - driver for the MaxLinear MXL111SF
11 #include <linux/i2c.h>
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.h6 #include <linux/i2c.h>
/linux-master/drivers/media/usb/em28xx/
H A DMakefile2 em28xx-y += em28xx-core.o em28xx-i2c.o em28xx-cards.o em28xx-camera.o
/linux-master/drivers/media/usb/go7007/
H A DMakefile7 go7007-y := go7007-v4l2.o go7007-driver.o go7007-i2c.o go7007-fw.o \
/linux-master/drivers/media/usb/hdpvr/
H A DMakefile2 hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o hdpvr-i2c.o
H A Dhdpvr.h9 #include <linux/i2c.h>
16 #include <media/i2c/ir-kbd-i2c.h>
117 /* For passing data to ir-kbd-i2c */
316 /* i2c adapter registration */
/linux-master/drivers/media/usb/pvrusb2/
H A DMakefile6 pvrusb2-objs := pvrusb2-i2c-core.o \
H A Dpvrusb2-hdw-internal.h22 #include <linux/i2c.h>
29 #include <media/i2c/ir-kbd-i2c.h>
H A Dpvrusb2-video-v4l.c24 #include <media/i2c/saa7115.h>

Completed in 277 milliseconds

1234567891011>>