Lines Matching refs:tvp5150
36 struct tvp5150 { struct
47 static inline struct tvp5150 *to_tvp5150(struct v4l2_subdev *sd) in to_tvp5150() argument
49 return container_of(sd, struct tvp5150, sd); in to_tvp5150()
54 return &container_of(ctrl->handler, struct tvp5150, hdl)->sd; in to_sd()
245 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_selmux()
627 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_vbi()
674 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_get_vbi()
710 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_std()
740 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_std()
757 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_reset()
837 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_fill_fmt()
861 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_crop()
913 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_g_crop()
923 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_cropcap()
958 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_routing()
1111 struct tvp5150 *core; in tvp5150_probe()
1205 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_remove()