Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c330 int vc_id; member
2680 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_write_long_header()
2786 data_id = data_type | dsi->vc[channel].vc_id << 6; in dsi_vc_send_short()
4926 static int dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id) in dsi_set_vc_id() argument
4931 if (vc_id < 0 || vc_id > 3) { in dsi_set_vc_id()
4947 dsi->vc[channel].vc_id = vc_id; in dsi_set_vc_id()
4960 dsi->vc[channel].vc_id = 0; in dsi_release_vc()
5418 dsi->vc[i].vc_id = 0; in omap_dsihw_probe()
/linux-4.1.27/include/video/
Domapdss.h665 int vc_id);