Searched refs:max2175 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dmax2175.c18 #include <linux/max2175.h>
26 #include "max2175.h"
28 #define DRIVER_NAME "max2175"
263 struct max2175 { struct
299 static inline struct max2175 *max2175_from_sd(struct v4l2_subdev *sd)
301 return container_of(sd, struct max2175, sd);
304 static inline struct max2175 *max2175_from_ctrl_hdl(struct v4l2_ctrl_handler *h)
306 return container_of(h, struct max2175, ctrl_hdl);
316 static int max2175_read(struct max2175 *ctx, u8 idx, u8 *val)
330 static int max2175_write(struct max2175 *ct
[all...]
H A DMakefile5 obj-$(CONFIG_SDR_MAX2175) += max2175.o

Completed in 200 milliseconds