Searched refs:max2175 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | max2175.c | 18 #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) in max2175_from_sd() 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 *ct [all...] |
H A D | Makefile | 127 obj-$(CONFIG_SDR_MAX2175) += max2175.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | max2175.c | 18 #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) in max2175_from_sd() 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 *ct [all...] |
H A D | Makefile | 5 obj-$(CONFIG_SDR_MAX2175) += max2175.o
|
Completed in 4 milliseconds