Searched refs:nprops (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Font.c | 41 int nprops; in xnestRealizeFont() local 51 nprops = pFont->info.nprops; in xnestRealizeFont() 54 for (i = 0; i < nprops; i++) in xnestRealizeFont()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | mobility.c | 35 __be32 nprops; member 159 u32 nprops; in update_dt_node() local 180 nprops = be32_to_cpu(upwa->nprops); in update_dt_node() 191 nprops--; in update_dt_node() 194 for (i = 0; i < nprops; i++) { in update_dt_node()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 50 GLint i, j, nvisuals, nprops; in GetGLXVisualConfigs() local 81 nprops = (int) reply.numProps; in GetGLXVisualConfigs() 82 if (nprops < __GLX_MIN_CONFIG_PROPS) { in GetGLXVisualConfigs() 88 if (nprops < (INT_MAX / __GLX_SIZE_CARD32)) in GetGLXVisualConfigs() 89 props = Xmalloc(nprops * __GLX_SIZE_CARD32); in GetGLXVisualConfigs() 116 _XRead(dpy, (char *) props, (nprops * __GLX_SIZE_CARD32)); in GetGLXVisualConfigs() 150 for (j = __GLX_MIN_CONFIG_PROPS; j < nprops; j += 2) { in GetGLXVisualConfigs()
|
| H A D | dmxfont.c | 415 for (i = 0; i < pFont->info.nprops; i++) { in dmxBELoadFont()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | flash.c | 37 __be32 nprops; member 114 u32 nprops; in update_node() local 139 nprops = be32_to_cpu(upwa->nprops); in update_node() 145 nprops--; in update_node() 148 for (i = 0; i < nprops; i++) { in update_node()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-fwnode.c | 1162 unsigned int nprops) in v4l2_fwnode_reference_get_int_prop() argument 1175 ret = fwnode_property_get_reference_args(fwnode, prop, NULL, nprops, in v4l2_fwnode_reference_get_int_prop() 1185 while (nprops--) { in v4l2_fwnode_reference_get_int_prop() 1217 unsigned int nprops; member 1253 unsigned int nprops = p->nprops; in v4l2_fwnode_reference_parse_int_props() local 1259 props, nprops); in v4l2_fwnode_reference_parse_int_props() 1279 nprops))); in v4l2_fwnode_reference_parse_int_props()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiproperty.c | 217 int nprops = 0; in list_atoms() local 220 nprops++; in list_atoms() 221 if (nprops) { in list_atoms() 224 atoms = xallocarray(nprops, sizeof(Atom)); in list_atoms() 232 *natoms = nprops; in list_atoms()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixfontstr.h | 53 #define FONTINFONPROPS(font) (font)->info.nprops
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixfonts.c | 521 pReply->nFontProps = pFont->info.nprops; in QueryFont() 525 i < pFont->info.nprops; i++, pFP++, prFP++) { in QueryFont() 967 length = sizeof(*reply) + pFontInfo->nprops * sizeof(xFontProp); in doListFontsWithInfo() 987 pFontInfo->nprops * sizeof(xFontProp) + namelen); in doListFontsWithInfo() 995 reply->nFontProps = pFontInfo->nprops; in doListFontsWithInfo() 1004 for (i = 0; i < pFontInfo->nprops; i++) { in doListFontsWithInfo()
|
| H A D | swaprep.c | 380 unsigned nchars, nprops; in SwapFont() local 386 nprops = pr->nFontProps; in SwapFont() 391 for (i = 0; i < nprops; i++) { in SwapFont()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xf86bigfont.c | 536 int nfontprops = pFont->info.nprops; in ProcXF86BigfontQueryFont() 563 reply->nFontProps = pFont->info.nprops; in ProcXF86BigfontQueryFont()
|