| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | filter.c | 222 int nparams, int *width, int *height) in convolutionFilterValidateParams() argument 226 if (nparams < 3) in convolutionFilterValidateParams() 235 nparams -= 2; in convolutionFilterValidateParams() 236 if (w * h > nparams) in convolutionFilterValidateParams() 284 int nparams) in SetPictureFilter() argument 313 return SetPicturePictFilter(pPicture, pFilter, params, nparams); in SetPictureFilter() 318 xFixed * params, int nparams) in SetPicturePictFilter() argument 332 (pScreen, pFilter->id, params, nparams, &width, &height)) in SetPicturePictFilter() 335 else if (nparams) in SetPicturePictFilter() 338 if (nparams != pPicture->filter_nparams) { in SetPicturePictFilter() [all …]
|
| H A D | picturestr.h | 164 xFixed * params, int nparams, 200 xFixed * params, int nparams); 421 xFixed * params, int nparams); 425 xFixed * params, int nparams);
|
| H A D | mipict.c | 222 int filter, xFixed * params, int nparams) in miChangePictureFilter() argument
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrtransform.c | 34 transform->nparams = 0; in RRTransformInit() 58 if (a->nparams != b->nparams) in RRTransformEqual() 60 if (memcmp(a->params, b->params, a->nparams * sizeof(xFixed)) != 0) in RRTransformEqual() 68 xFixed * params, int nparams, int width, int height) in RRTransformSetFilter() argument 72 if (nparams) { in RRTransformSetFilter() 73 new_params = xallocarray(nparams, sizeof(xFixed)); in RRTransformSetFilter() 76 memcpy(new_params, params, nparams * sizeof(xFixed)); in RRTransformSetFilter() 83 dst->nparams = nparams; in RRTransformSetFilter() 97 src->params, src->nparams, src->width, in RRTransformCopy()
|
| H A D | rrtransform.h | 37 int nparams; member 55 xFixed * params, int nparams, int width, int height);
|
| H A D | rrcrtc.c | 1042 int filter_len, xFixed * params, int nparams) in RRCrtcTransformSet() argument 1056 params, nparams, &width, &height)) in RRCrtcTransformSet() 1065 if (nparams) in RRCrtcTransformSet() 1069 filter, params, nparams, width, height)) in RRCrtcTransformSet() 1707 int nparams; in ProcRRSetCrtcTransform() local 1723 nparams = ((xFixed *) stuff + client->req_len) - params; in ProcRRSetCrtcTransform() 1724 if (nparams < 0) in ProcRRSetCrtcTransform() 1728 filter, nbytes, params, nparams); in ProcRRSetCrtcTransform() 1736 int nbytes, nparams; in transform_filter_length() local 1741 nparams = transform->nparams; in transform_filter_length() [all …]
|
| H A D | rrsdispatch.c | 350 int nparams; in SProcRRSetCrtcTransform() local 364 nparams = ((CARD32 *) stuff + client->req_len) - params; in SProcRRSetCrtcTransform() 365 if (nparams < 0) in SProcRRSetCrtcTransform() 368 SwapLongs(params, nparams); in SProcRRSetCrtcTransform()
|
| /OK3568_Linux_fs/kernel/drivers/phy/socionext/ |
| H A D | phy-uniphier-usb3hs.c | 79 int nparams; member 288 for (i = 0; i < priv->data->nparams; i++) in uniphier_u3hsphy_init() 337 priv->data->nparams > MAX_PHY_PARAMS)) in uniphier_u3hsphy_probe() 395 .nparams = 0, 400 .nparams = 2, 409 .nparams = 4, 423 .nparams = 2,
|
| H A D | phy-uniphier-usb3ss.c | 65 int nparams; member 180 for (i = 0; i < priv->data->nparams; i++) in uniphier_u3ssphy_init() 229 priv->data->nparams > MAX_PHY_PARAMS)) in uniphier_u3ssphy_probe() 290 .nparams = 7, 304 .nparams = 3,
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | tdo24m.c | 180 int nparams, err = 0; in tdo24m_writes() local 186 nparams = (*p >> 30) & 0x3; in tdo24m_writes() 188 data = *p << (7 - nparams); in tdo24m_writes() 189 switch (nparams) { in tdo24m_writes() 208 x->len = nparams + 2; in tdo24m_writes()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 77 SetPicturePictFilter(src, crtc->filter, crtc->params, crtc->nparams); in xf86RotateCrtcRedisplay() 464 if (transform->nparams) { in xf86CrtcRotate() 465 new_params = malloc(transform->nparams * sizeof(xFixed)); in xf86CrtcRotate() 468 transform->nparams * sizeof(xFixed)); in xf86CrtcRotate() 469 new_nparams = transform->nparams; in xf86CrtcRotate() 488 crtc->nparams = new_nparams; in xf86CrtcRotate()
|
| H A D | xf86Crtc.h | 346 int nparams; /* ABI 2 */ member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | libtoaster.js | 608 var nparams = {}; 611 nparams[temp[0]] = temp[1]; 615 nparams[encodeURIComponent(i)] = encodeURIComponent(params[i]); 619 for (i in nparams) { 620 callparams.push(i+"="+nparams[i]);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | t4vf_hw.c | 621 static int t4vf_query_params(struct adapter *adapter, unsigned int nparams, in t4vf_query_params() argument 629 if (nparams > 7) in t4vf_query_params() 637 param[nparams].mnem), 16); in t4vf_query_params() 639 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) in t4vf_query_params() 644 for (i = 0, p = &rpl.param[0]; i < nparams; i++, p++) in t4vf_query_params() 659 int t4vf_set_params(struct adapter *adapter, unsigned int nparams, in t4vf_set_params() argument 667 if (nparams > 7) in t4vf_set_params() 675 param[nparams]), 16); in t4vf_set_params() 677 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) { in t4vf_set_params()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_cm.c | 1391 u32 nparams, flowclen16, flowclen; in cxgbit_tx_flowc_wr_credits() local 1393 nparams = FLOWC_WR_NPARAMS_MIN; in cxgbit_tx_flowc_wr_credits() 1396 nparams++; in cxgbit_tx_flowc_wr_credits() 1399 nparams++; in cxgbit_tx_flowc_wr_credits() 1401 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in cxgbit_tx_flowc_wr_credits() 1409 *nparamsp = nparams; in cxgbit_tx_flowc_wr_credits() 1419 u32 nparams, flowclen16, flowclen; in cxgbit_send_tx_flowc_wr() local 1427 flowclen16 = cxgbit_tx_flowc_wr_credits(csk, &nparams, &flowclen); in cxgbit_send_tx_flowc_wr() 1433 FW_FLOWC_WR_NPARAMS_V(nparams)); in cxgbit_send_tx_flowc_wr()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 392 CvLevMarq( int nparams, int nerrs, CvTermCriteria criteria= 396 void init( int nparams, int nerrs, CvTermCriteria criteria=
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 392 CvLevMarq( int nparams, int nerrs, CvTermCriteria criteria= 396 void init( int nparams, int nerrs, CvTermCriteria criteria=
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 392 CvLevMarq( int nparams, int nerrs, CvTermCriteria criteria= 396 void init( int nparams, int nerrs, CvTermCriteria criteria=
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxpict.c | 702 int nparams; in dmxProcRenderSetPictureFilter() local 718 nparams = ((XFixed *) stuff + client->req_len) - params; in dmxProcRenderSetPictureFilter() 719 if (nparams < 0) in dmxProcRenderSetPictureFilter() 723 pPictPriv->pict, filter, params, nparams); in dmxProcRenderSetPictureFilter()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_io.c | 75 static int flowc_wr_credits(int nparams, int *flowclenp) in flowc_wr_credits() argument 79 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in flowc_wr_credits() 166 int nparams, paramidx, flowclen16, flowclen; in send_tx_flowc_wr() local 204 nparams = paramidx; in send_tx_flowc_wr() 207 flowclen16 = flowc_wr_credits(nparams, &flowclen); in send_tx_flowc_wr() 211 FW_FLOWC_WR_NPARAMS_V(nparams)); in send_tx_flowc_wr()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_mb.c | 194 unsigned int pf, unsigned int vf, unsigned int nparams, in csio_mb_params() argument 214 while (nparams--) { in csio_mb_params() 222 for (i = 0; i < nparams; i++, p += 2) { in csio_mb_params() 241 enum fw_retval *retval, unsigned int nparams, in csio_mb_process_read_params_rsp() argument 251 for (i = 0; i < nparams; i++, p += 2) in csio_mb_process_read_params_rsp()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 592 int nparams, flowclen16, flowclen; in tx_flowc_wr_credits() local 594 nparams = FLOWC_WR_NPARAMS_MIN; in tx_flowc_wr_credits() 596 nparams++; in tx_flowc_wr_credits() 598 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits() 606 *nparamsp = nparams; in tx_flowc_wr_credits() 617 int nparams, flowclen16, flowclen; in send_tx_flowc_wr() local 622 flowclen16 = tx_flowc_wr_credits(&nparams, &flowclen); in send_tx_flowc_wr() 626 htonl(FW_WR_OP_V(FW_FLOWC_WR) | FW_FLOWC_WR_NPARAMS_V(nparams)); in send_tx_flowc_wr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 6833 int nparams, param; in t4_read_sge_dbqtimers() local 6836 nparams = ndbqtimers - dbqtimerix; in t4_read_sge_dbqtimers() 6837 if (nparams > ARRAY_SIZE(params)) in t4_read_sge_dbqtimers() 6838 nparams = ARRAY_SIZE(params); in t4_read_sge_dbqtimers() 6840 for (param = 0; param < nparams; param++) in t4_read_sge_dbqtimers() 6846 nparams, params, vals); in t4_read_sge_dbqtimers() 6850 for (param = 0; param < nparams; param++) in t4_read_sge_dbqtimers() 7473 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params_rw() argument 7480 if (nparams > 7) in t4_query_params_rw() 7490 for (i = 0; i < nparams; i++) { in t4_query_params_rw() [all …]
|
| H A D | cxgb4.h | 1979 unsigned int vf, unsigned int nparams, const u32 *params, 1982 unsigned int vf, unsigned int nparams, const u32 *params, 1985 unsigned int vf, unsigned int nparams, const u32 *params, 1989 unsigned int nparams, const u32 *params, 1992 unsigned int vf, unsigned int nparams, const u32 *params,
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 593 int nparams; in send_flowc() local 600 nparams = 9; in send_flowc() 602 nparams = 10; in send_flowc() 604 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in send_flowc() 612 FW_FLOWC_WR_NPARAMS_V(nparams)); in send_flowc() 635 if (nparams == 10) { in send_flowc()
|