Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c100 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()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c65 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()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-core.h115 xf_cmap_link_t cmap[XF_CFG_MAX_CLIENTS]; member
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h182 xf_proxy_cmap_link_t cmap[XF_CFG_PROXY_MAX_CLIENTS]; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_mdp.h758 struct fb_cmap cmap; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmsm_mdp.h991 struct fb_cmap cmap; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_mdp.h758 struct fb_cmap cmap; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmsm_mdp.h759 struct fb_cmap cmap; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_mdp.h990 struct fb_cmap cmap; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_mdp.h990 struct fb_cmap cmap; member