Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c750 int res = Success, host_atom = 0; in ephyrSetPortAttribute() local
764 if (!ephyrLocalAtomToHost(a_attr_name, &host_atom)) { in ephyrSetPortAttribute()
791 host_atom, a_attr_value); in ephyrSetPortAttribute()
805 int res = Success, host_atom = 0; in ephyrGetPortAttribute() local
818 if (!ephyrLocalAtomToHost(a_attr_name, &host_atom)) { in ephyrGetPortAttribute()
824 cookie = xcb_xv_get_port_attribute(conn, port_priv->port_number, host_atom); in ephyrGetPortAttribute()