Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_screen.c44 if (info->version >= 1 && info->open_client != NULL) in dri3_open()
45 return (*info->open_client) (client, screen, provider, fd); in dri3_open()
H A Ddri3.h95 dri3_open_client_proc open_client; member
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c98 if (sflist->open_client == client) { in snd_soundfont_close_check()
157 if (sflist->open_client != client) { in snd_soundfont_load()
227 if (sflist->open_client >= 0 || sflist->currsf) { in open_patch()
246 sflist->open_client = client; in open_patch()
310 sflist->open_client = -1; in close_patch()
1342 sflist->open_client = -1; in snd_sf_init()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoundfont.h72 int open_client; /* client pointer for lock */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri3.c183 .open_client = ms_exa_dri3_open_client,
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c863 .open_client = glamor_dri3_open_client,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c668 .open_client = xwl_dri3_open_client,