Home
last modified time | relevance | path

Searched refs:i2c_algorithm (Results 1 – 25 of 208) sorted by relevance

123456789

/Linux-v4.19/drivers/media/dvb-frontends/
Ddibx000_common.c252 static struct i2c_algorithm dibx000_i2c_master_gpio12_xfer_algo = {
257 static struct i2c_algorithm dibx000_i2c_master_gpio34_xfer_algo = {
326 static struct i2c_algorithm dibx000_i2c_gated_gpio67_algo = {
371 static struct i2c_algorithm dibx000_i2c_gated_tuner_algo = {
424 struct i2c_algorithm *algo, const char *name, in i2c_adapter_init()
/Linux-v4.19/include/linux/
Di2c-algo-bit.h53 extern const struct i2c_algorithm i2c_bit_algo;
Di2c.h46 struct i2c_algorithm;
518 struct i2c_algorithm { struct
672 const struct i2c_algorithm *algo; /* the algorithm to access the bus */
/Linux-v4.19/drivers/media/usb/dvb-usb/
Ddibusb.h114 extern struct i2c_algorithm dibusb_i2c_algo;
Ddib0700.h66 extern struct i2c_algorithm dib0700_i2c_algo;
Ddtv5100.c106 static struct i2c_algorithm dtv5100_i2c_algo = {
Ddw2102.c792 static struct i2c_algorithm dw2102_i2c_algo = {
797 static struct i2c_algorithm dw2102_serit_i2c_algo = {
802 static struct i2c_algorithm dw2102_earda_i2c_algo = {
807 static struct i2c_algorithm dw2104_i2c_algo = {
812 static struct i2c_algorithm dw3101_i2c_algo = {
817 static struct i2c_algorithm s6x0_i2c_algo = {
822 static struct i2c_algorithm su3000_i2c_algo = {
/Linux-v4.19/drivers/i2c/busses/
Di2c-amd756-s4882.c42 static struct i2c_algorithm *s4882_algo;
177 if (!(s4882_algo = kcalloc(5, sizeof(struct i2c_algorithm), in amd756_s4882_init()
Di2c-nforce2-s4985.c40 static struct i2c_algorithm *s4985_algo;
172 s4985_algo = kcalloc(5, sizeof(struct i2c_algorithm), GFP_KERNEL); in nforce2_s4985_init()
Di2c-sibyte.c123 static const struct i2c_algorithm i2c_sibyte_algo = {
Di2c-robotfuzz-osif.c117 static const struct i2c_algorithm osif_algorithm = {
Di2c-puv3.c178 static const struct i2c_algorithm puv3_i2c_algorithm = {
Di2c-thunderx-pcidrv.c73 static const struct i2c_algorithm thunderx_i2c_algo = {
Di2c-sis96x.c232 static const struct i2c_algorithm smbus_algorithm = {
Di2c-cbus-gpio.c199 static const struct i2c_algorithm cbus_i2c_algo = {
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is-i2c.c36 static const struct i2c_algorithm fimc_is_i2c_algorithm = {
/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-i2c.c74 static const struct i2c_algorithm saa7164_i2c_algo_template = {
/Linux-v4.19/drivers/video/fbdev/mb862xx/
Dmb862xx-i2c.c147 static const struct i2c_algorithm mb862xx_algo = {
/Linux-v4.19/drivers/media/pci/ngene/
Dngene-i2c.c153 static const struct i2c_algorithm ngene_i2c_algo = {
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Dau6610.c127 static struct i2c_algorithm au6610_i2c_algo = {
Ddvb_usb.h254 struct i2c_algorithm *i2c_algo;
/Linux-v4.19/drivers/media/usb/go7007/
Dgo7007-i2c.c194 static const struct i2c_algorithm go7007_algo = {
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Daux.c77 static const struct i2c_algorithm
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h194 struct i2c_algorithm i2c_algo;
/Linux-v4.19/drivers/media/usb/hdpvr/
Dhdpvr-i2c.c167 static const struct i2c_algorithm hdpvr_algo = {

123456789