Searched refs:vconn (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vconn.c | 17 struct rockchip_vconn *vconn; member 263 struct rockchip_vconn *vconn = vconn_dev->vconn; in rockchip_virtual_encoder_enable() local 265 dev_info(vconn->dev, "encoder enable for output%d\n", ffs(vconn_dev->if_id) - 1); in rockchip_virtual_encoder_enable() 271 struct rockchip_vconn *vconn = vconn_dev->vconn; in rockchip_virtual_encoder_disable() local 277 dev_info(vconn->dev, "encoder disable for output%d\n", ffs(vconn_dev->if_id) - 1); in rockchip_virtual_encoder_disable() 294 struct rockchip_vconn *vconn = vconn_dev->vconn; in rockchip_virtual_encoder_mode_set() local 301 dev_info(vconn->dev, "mode set for output%d\n", ffs(vconn_dev->if_id) - 1); in rockchip_virtual_encoder_mode_set() 352 static int rockchip_virtual_connector_register(struct rockchip_vconn *vconn) in rockchip_virtual_connector_register() argument 359 list_for_each_entry_safe(vconn_dev, n, &vconn->list_head, list) { in rockchip_virtual_connector_register() 364 ret = drm_simple_encoder_init(vconn->drm_dev, encoder, vconn_dev->encoder_type); in rockchip_virtual_connector_register() [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | vde_user.c | 98 VDECONN *vconn = conn; in vde_user_read() local 101 if (vconn == NULL) in vde_user_read() 104 rv = vde_recv(vconn, buf, len, 0); in vde_user_read() 118 VDECONN *vconn = conn; in vde_user_write() local 120 if (vconn == NULL) in vde_user_write() 123 return vde_send(vconn, buf, len, 0); in vde_user_write()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ |
| H A D | 0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch | 69 - g_object_get (videosrc, "connection", &vconn, NULL); 70 + g_object_get (videosrc, "connection", &vconn, (void *) NULL); 73 switch (vconn) {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/rockchip/ |
| H A D | rockchip,virtual-connector.txt | 16 vconn {
|