tvp7002           424 drivers/media/i2c/tvp7002.c static inline struct tvp7002 *to_tvp7002(struct v4l2_subdev *sd)
tvp7002           426 drivers/media/i2c/tvp7002.c 	return container_of(sd, struct tvp7002, sd);
tvp7002           431 drivers/media/i2c/tvp7002.c 	return &container_of(ctrl->handler, struct tvp7002, hdl)->sd;
tvp7002           552 drivers/media/i2c/tvp7002.c 	struct tvp7002 *device = to_tvp7002(sd);
tvp7002           572 drivers/media/i2c/tvp7002.c 	struct tvp7002 *device = to_tvp7002(sd);
tvp7002           720 drivers/media/i2c/tvp7002.c 	struct tvp7002 *device = to_tvp7002(sd);
tvp7002           746 drivers/media/i2c/tvp7002.c 	struct tvp7002 *device = to_tvp7002(sd);
tvp7002           822 drivers/media/i2c/tvp7002.c 	struct tvp7002 *tvp7002 = to_tvp7002(sd);
tvp7002           825 drivers/media/i2c/tvp7002.c 	fmt->format.width = tvp7002->current_timings->timings.bt.width;
tvp7002           826 drivers/media/i2c/tvp7002.c 	fmt->format.height = tvp7002->current_timings->timings.bt.height;
tvp7002           827 drivers/media/i2c/tvp7002.c 	fmt->format.field = tvp7002->current_timings->scanmode;
tvp7002           828 drivers/media/i2c/tvp7002.c 	fmt->format.colorspace = tvp7002->current_timings->color_space;
tvp7002           937 drivers/media/i2c/tvp7002.c 	struct tvp7002 *device;
tvp7002           954 drivers/media/i2c/tvp7002.c 	device = devm_kzalloc(&c->dev, sizeof(struct tvp7002), GFP_KERNEL);
tvp7002          1045 drivers/media/i2c/tvp7002.c 	struct tvp7002 *device = to_tvp7002(sd);