Lines Matching refs:tvp5150

71 struct tvp5150 {  struct
98 static inline struct tvp5150 *to_tvp5150(struct v4l2_subdev *sd) in to_tvp5150() argument
100 return container_of(sd, struct tvp5150, sd); in to_tvp5150()
105 return &container_of(ctrl->handler, struct tvp5150, hdl)->sd; in to_sd()
110 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_read()
282 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_selmux()
600 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_write_inittab()
611 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_vdp_init()
682 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_vbi()
725 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_get_vbi()
761 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_std()
789 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_g_std()
798 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_std()
854 struct tvp5150 *decoder = to_tvp5150(sd); in query_lock()
880 struct tvp5150 *decoder = dev_id; in tvp5150_isr()
917 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_reset()
951 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_enable()
992 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_ctrl()
1029 tvp5150_get_pad_crop(struct tvp5150 *decoder, in tvp5150_get_pad_crop()
1052 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_fill_fmt()
1073 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_get_hmax()
1089 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_hw_selection()
1110 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_selection()
1162 struct tvp5150 *decoder = container_of(sd, struct tvp5150, sd); in tvp5150_get_selection()
1198 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_get_mbus_config()
1213 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_init_cfg()
1246 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_enum_frame_size()
1279 static int tvp5150_disable_all_input_links(struct tvp5150 *decoder) in tvp5150_disable_all_input_links()
1306 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_link_setup()
1418 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_runtime_suspend()
1432 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_runtime_resume()
1445 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_stream()
1480 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_routing()
1496 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_raw_fmt()
1518 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_sliced_fmt()
1577 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_register()
1607 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_registered()
1836 static int tvp5150_detect_version(struct tvp5150 *core) in tvp5150_detect_version()
1908 static int tvp5150_mc_init(struct tvp5150 *decoder) in tvp5150_mc_init()
1930 static inline int tvp5150_mc_init(struct tvp5150 *decoder) in tvp5150_mc_init()
1936 static int tvp5150_validate_connectors(struct tvp5150 *decoder) in tvp5150_validate_connectors()
1999 static int tvp5150_parse_dt(struct tvp5150 *decoder, struct device_node *np) in tvp5150_parse_dt()
2123 struct tvp5150 *core; in tvp5150_probe()
2246 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_remove()