Searched refs:vpx3220 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | vpx3220.c | 32 struct vpx3220 { struct 42 static inline struct vpx3220 *to_vpx3220(struct v4l2_subdev *sd) in to_vpx3220() 44 return container_of(sd, struct vpx3220, sd); in to_vpx3220() 49 return &container_of(ctrl->handler, struct vpx3220, hdl)->sd; in to_sd() 59 struct vpx3220 *decoder = i2c_get_clientdata(client); in vpx3220_write() 267 struct vpx3220 *decoder = to_vpx3220(sd); in vpx3220_init() 339 struct vpx3220 *decoder = to_vpx3220(sd); in vpx3220_s_std() 462 struct vpx3220 *decoder; in vpx3220_probe() 532 struct vpx3220 *decoder = to_vpx3220(sd); in vpx3220_remove() 550 .name = "vpx3220", [all...] |
H A D | Makefile | 40 obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | vpx3220.c | 32 struct vpx3220 { struct 42 static inline struct vpx3220 *to_vpx3220(struct v4l2_subdev *sd) in to_vpx3220() 44 return container_of(sd, struct vpx3220, sd); in to_vpx3220() 49 return &container_of(ctrl->handler, struct vpx3220, hdl)->sd; in to_sd() 59 struct vpx3220 *decoder = i2c_get_clientdata(client); in vpx3220_write() 267 struct vpx3220 *decoder = to_vpx3220(sd); in vpx3220_init() 339 struct vpx3220 *decoder = to_vpx3220(sd); in vpx3220_s_std() 461 struct vpx3220 *decoder; in vpx3220_probe() 531 struct vpx3220 *decoder = to_vpx3220(sd); in vpx3220_remove() 547 .name = "vpx3220", [all...] |
H A D | Makefile | 145 obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o
|
Completed in 3 milliseconds