Home
last modified time | relevance | path

Searched refs:vc_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c331 int vc_id; member
2681 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_write_long_header()
2787 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_send_short()
4927 static int dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id) in dsi_set_vc_id() argument
4932 if (vc_id < 0 || vc_id > 3) { in dsi_set_vc_id()
4948 dsi->vc[channel].vc_id = vc_id; in dsi_set_vc_id()
4961 dsi->vc[channel].vc_id = 0; in dsi_release_vc()
5420 dsi->vc[i].vc_id = 0; in dsi_bind()
/linux-4.4.14/include/video/
Domapdss.h665 int vc_id);