vpx3220
struct vpx3220 *decoder = to_vpx3220(sd);
struct vpx3220 *decoder = to_vpx3220(sd);
static inline struct vpx3220 *to_vpx3220(struct v4l2_subdev *sd)
return container_of(sd, struct vpx3220, sd);
struct vpx3220 *decoder;
return &container_of(ctrl->handler, struct vpx3220, hdl)->sd;
struct vpx3220 *decoder = to_vpx3220(sd);
struct vpx3220 *decoder = i2c_get_clientdata(client);