Searched refs:max2175 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | max2175.c | 271 struct max2175 { struct 307 static inline struct max2175 *max2175_from_sd(struct v4l2_subdev *sd) in max2175_from_sd() argument 309 return container_of(sd, struct max2175, sd); in max2175_from_sd() 312 static inline struct max2175 *max2175_from_ctrl_hdl(struct v4l2_ctrl_handler *h) in max2175_from_ctrl_hdl() 314 return container_of(h, struct max2175, ctrl_hdl); in max2175_from_ctrl_hdl() 324 static int max2175_read(struct max2175 *ctx, u8 idx, u8 *val) in max2175_read() 338 static int max2175_write(struct max2175 *ctx, u8 idx, u8 val) in max2175_write() 350 static u8 max2175_read_bits(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb) in max2175_read_bits() 360 static int max2175_write_bits(struct max2175 *ctx, u8 idx, in max2175_write_bits() 372 static int max2175_write_bit(struct max2175 *ctx, u8 idx, u8 bit, u8 newval) in max2175_write_bit() [all …]
|
D | Makefile | 112 obj-$(CONFIG_SDR_MAX2175) += max2175.o
|
D | Kconfig | 1033 module will be called max2175.
|
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/ |
D | max2175.txt | 9 - compatible: "maxim,max2175" for MAX2175 RF-to-bits tuner. 48 compatible = "maxim,max2175";
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | index.rst | 48 max2175
|
/Linux-v4.19/ |
D | MAINTAINERS | 8875 F: Documentation/devicetree/bindings/media/i2c/max2175.txt 8876 F: Documentation/media/v4l-drivers/max2175.rst 8877 F: drivers/media/i2c/max2175* 8878 F: include/uapi/linux/max2175.h
|