Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbcmap_mi.c109 DepthPtr * depthp, in fbInitVisuals() argument
115 return miInitVisuals(visualp, depthp, nvisualp, ndepthp, rootDepthp, in fbInitVisuals()
H A Dfb.h758 DepthPtr * depthp,
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxext.h41 DepthPtr * depthp,
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c424 miInitVisuals(VisualPtr * visualp, DepthPtr * depthp, int *nvisualp, in miInitVisuals() argument
470 *depthp = depth; in miInitVisuals()
534 depth = *depthp; in miInitVisuals()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c348 enum fdt_compat_id id, int *depthp) in fdtdec_next_compatible_subnode() argument
351 node = fdt_next_node(blob, node, depthp); in fdtdec_next_compatible_subnode()
352 } while (*depthp > 1); in fdtdec_next_compatible_subnode()
355 if (*depthp == 1 && 0 == fdt_node_check_compatible( in fdtdec_next_compatible_subnode()
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h287 enum fdt_compat_id id, int *depthp);