Lines Matching refs:v4l2c

1309 	struct v4l2_fwnode_connector *v4l2c;  in tvp5150_link_setup()  local
1324 v4l2c = &decoder->connectors[i].base; in tvp5150_link_setup()
1325 is_svideo = v4l2c->type == V4L2_CONN_SVIDEO; in tvp5150_link_setup()
1618 struct v4l2_fwnode_connector *v4l2c = in tvp5150_registered() local
1621 v4l2_connector_first_link(v4l2c); in tvp5150_registered()
1624 bool is_svideo = v4l2c->type == V4L2_CONN_SVIDEO; in tvp5150_registered()
1644 link = v4l2_connector_last_link(v4l2c); in tvp5150_registered()
1661 tvp5150_s_std(sd, v4l2c->connector.analog.sdtv_stds); in tvp5150_registered()
1940 struct v4l2_fwnode_connector *v4l2c; in tvp5150_validate_connectors() local
1953 v4l2c = &tvpc->base; in tvp5150_validate_connectors()
1955 if (v4l2c->type == V4L2_CONN_COMPOSITE) { in tvp5150_validate_connectors()
1956 if (v4l2c->nr_of_links != 1) { in tvp5150_validate_connectors()
1960 link0 = v4l2_connector_first_link(v4l2c); in tvp5150_validate_connectors()
1971 if (v4l2c->type == V4L2_CONN_SVIDEO) { in tvp5150_validate_connectors()
1972 if (v4l2c->nr_of_links != 2) { in tvp5150_validate_connectors()
1976 link0 = v4l2_connector_first_link(v4l2c); in tvp5150_validate_connectors()
1981 link1 = v4l2_connector_last_link(v4l2c); in tvp5150_validate_connectors()
1989 if (!(v4l2c->connector.analog.sdtv_stds & TVP5150_STD_MASK)) { in tvp5150_validate_connectors()
1991 v4l2c->name); in tvp5150_validate_connectors()
2007 struct v4l2_fwnode_connector *v4l2c; in tvp5150_parse_dt() local
2043 v4l2c = &tvpc->base; in tvp5150_parse_dt()
2046 ret = v4l2_fwnode_connector_parse(ep_fwnode, v4l2c); in tvp5150_parse_dt()
2049 ret = v4l2_fwnode_connector_add_link(ep_fwnode, v4l2c); in tvp5150_parse_dt()
2057 v4l2c = &tvpc->base; in tvp5150_parse_dt()
2058 if (v4l2c->type == V4L2_CONN_SVIDEO) in tvp5150_parse_dt()
2062 ret = v4l2_fwnode_connector_add_link(ep_fwnode, v4l2c); in tvp5150_parse_dt()
2074 v4l2c = &tvpc->base; in tvp5150_parse_dt()
2076 tvpc->ent.function = v4l2c->type == V4L2_CONN_SVIDEO ? in tvp5150_parse_dt()
2079 v4l2c->name, v4l2c->label ? in tvp5150_parse_dt()
2080 v4l2c->label : ""); in tvp5150_parse_dt()
2177 struct v4l2_fwnode_connector *v4l2c; in tvp5150_probe() local
2179 v4l2c = &core->connectors[i].base; in tvp5150_probe()
2180 core->norm |= v4l2c->connector.analog.sdtv_stds; in tvp5150_probe()