Lines Matching refs:v4l2c

1311 	struct v4l2_fwnode_connector *v4l2c;  in tvp5150_link_setup()  local
1326 v4l2c = &decoder->connectors[i].base; in tvp5150_link_setup()
1327 is_svideo = v4l2c->type == V4L2_CONN_SVIDEO; in tvp5150_link_setup()
1616 struct v4l2_fwnode_connector *v4l2c = in tvp5150_registered() local
1619 v4l2_connector_first_link(v4l2c); in tvp5150_registered()
1622 bool is_svideo = v4l2c->type == V4L2_CONN_SVIDEO; in tvp5150_registered()
1642 link = v4l2_connector_last_link(v4l2c); in tvp5150_registered()
1659 tvp5150_s_std(sd, v4l2c->connector.analog.sdtv_stds); in tvp5150_registered()
1930 struct v4l2_fwnode_connector *v4l2c; in tvp5150_validate_connectors() local
1943 v4l2c = &tvpc->base; in tvp5150_validate_connectors()
1945 if (v4l2c->type == V4L2_CONN_COMPOSITE) { in tvp5150_validate_connectors()
1946 if (v4l2c->nr_of_links != 1) { in tvp5150_validate_connectors()
1950 link0 = v4l2_connector_first_link(v4l2c); in tvp5150_validate_connectors()
1961 if (v4l2c->type == V4L2_CONN_SVIDEO) { in tvp5150_validate_connectors()
1962 if (v4l2c->nr_of_links != 2) { in tvp5150_validate_connectors()
1966 link0 = v4l2_connector_first_link(v4l2c); in tvp5150_validate_connectors()
1971 link1 = v4l2_connector_last_link(v4l2c); in tvp5150_validate_connectors()
1979 if (!(v4l2c->connector.analog.sdtv_stds & TVP5150_STD_MASK)) { in tvp5150_validate_connectors()
1981 v4l2c->name); in tvp5150_validate_connectors()
1997 struct v4l2_fwnode_connector *v4l2c; in tvp5150_parse_dt() local
2033 v4l2c = &tvpc->base; in tvp5150_parse_dt()
2036 ret = v4l2_fwnode_connector_parse(ep_fwnode, v4l2c); in tvp5150_parse_dt()
2039 ret = v4l2_fwnode_connector_add_link(ep_fwnode, v4l2c); in tvp5150_parse_dt()
2047 v4l2c = &tvpc->base; in tvp5150_parse_dt()
2048 if (v4l2c->type == V4L2_CONN_SVIDEO) in tvp5150_parse_dt()
2052 ret = v4l2_fwnode_connector_add_link(ep_fwnode, v4l2c); in tvp5150_parse_dt()
2064 v4l2c = &tvpc->base; in tvp5150_parse_dt()
2066 tvpc->ent.function = v4l2c->type == V4L2_CONN_SVIDEO ? in tvp5150_parse_dt()
2069 v4l2c->name, v4l2c->label ? in tvp5150_parse_dt()
2070 v4l2c->label : ""); in tvp5150_parse_dt()
2168 struct v4l2_fwnode_connector *v4l2c; in tvp5150_probe() local
2170 v4l2c = &core->connectors[i].base; in tvp5150_probe()
2171 core->norm |= v4l2c->connector.analog.sdtv_stds; in tvp5150_probe()