Searched refs:max2175 (Results 1 – 3 of 3) sorted by relevance
/drivers/media/i2c/ |
D | max2175.c | 263 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 …]
|
D | Makefile | 127 obj-$(CONFIG_SDR_MAX2175) += max2175.o
|
D | Kconfig | 660 module will be called max2175.
|