Searched refs:cmap (Results 1 – 10 of 10) sorted by relevance
100 if ((client = proxy->cmap[0].next) != 0) in xf_client_alloc()103 proxy->cmap[0].next = proxy->cmap[client].next; in xf_client_alloc()106 handle->client = client, proxy->cmap[client].handle = handle; in xf_client_alloc()118 proxy->cmap[client].next = proxy->cmap[0].next; in xf_client_free()121 proxy->cmap[0].next = client; in xf_client_free()131 if (proxy->cmap[client].next < XF_CFG_PROXY_MAX_CLIENTS) in xf_client_lookup()134 return proxy->cmap[client].handle; in xf_client_lookup()172 BUG(proxy->cmap[handle->client].handle != handle, _x("Invalid handle: %p"), handle); in xf_client_unregister()330 proxy->cmap[i].next = i + 1; in xf_proxy_init()334 proxy->cmap[i].next = 0; in xf_proxy_init()
65 xf_cmap_link_t *link = &cd->cmap[client]; in xf_client_lookup()77 (client < XF_CFG_MAX_CLIENTS ? cd->free = cd->cmap[client].next : 0); in xf_client_alloc()86 cd->cmap[client].next = cd->free, cd->free = client; in xf_client_free()117 cd->cmap[client].c = component; in xf_proxy_register()603 for (link = &cd->cmap[i = 0]; i < XF_CFG_MAX_CLIENTS; i++, link++) in xf_core_init()
115 xf_cmap_link_t cmap[XF_CFG_MAX_CLIENTS]; member
182 xf_proxy_cmap_link_t cmap[XF_CFG_PROXY_MAX_CLIENTS]; member
758 struct fb_cmap cmap; member
991 struct fb_cmap cmap; member
759 struct fb_cmap cmap; member
990 struct fb_cmap cmap; member