Home
last modified time | relevance | path

Searched refs:max2175 (Results 1 – 3 of 3) sorted by relevance

/drivers/media/i2c/
Dmax2175.c263 struct max2175 { struct
299 static inline struct max2175 *max2175_from_sd(struct v4l2_subdev *sd) in max2175_from_sd() argument
301 return container_of(sd, struct max2175, sd); in max2175_from_sd()
304 static inline struct max2175 *max2175_from_ctrl_hdl(struct v4l2_ctrl_handler *h) in max2175_from_ctrl_hdl()
306 return container_of(h, struct max2175, ctrl_hdl); in max2175_from_ctrl_hdl()
316 static int max2175_read(struct max2175 *ctx, u8 idx, u8 *val) in max2175_read()
330 static int max2175_write(struct max2175 *ctx, u8 idx, u8 val) in max2175_write()
342 static u8 max2175_read_bits(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb) in max2175_read_bits()
352 static int max2175_write_bits(struct max2175 *ctx, u8 idx, in max2175_write_bits()
364 static int max2175_write_bit(struct max2175 *ctx, u8 idx, u8 bit, u8 newval) in max2175_write_bit()
[all …]
DMakefile127 obj-$(CONFIG_SDR_MAX2175) += max2175.o
DKconfig660 module will be called max2175.