Searched refs:rlength (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/ |
| H A D | hermes.c | 486 u16 rlength, rtype; in hermes_read_ltv() local 500 rlength = hermes_read_reg(hw, dreg); in hermes_read_ltv() 502 if (!rlength) in hermes_read_ltv() 508 *length = rlength; in hermes_read_ltv() 514 if (HERMES_RECLEN_TO_BYTES(rlength) > bufsize) in hermes_read_ltv() 518 HERMES_RECLEN_TO_BYTES(rlength), bufsize, rid, rlength); in hermes_read_ltv() 520 nwords = min((unsigned)rlength - 1, bufsize / 2); in hermes_read_ltv()
|
| /OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/ |
| H A D | vibrate_test.c | 170 int rlength = audio_length / 10; in vibrateTestWr() local 184 pcmInput[i] = malloc(sizeof(int) * rlength); in vibrateTestWr() 199 if(pcmIndex[signal] < rlength) in vibrateTestWr()
|
| H A D | record_test.c | 410 int rlength = audio_length / 10; in recordTestWr() local 425 pcmInput[i] = malloc(sizeof(int) * rlength); in recordTestWr() 440 if(pcmIndex[signal] < rlength) in recordTestWr()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xf86bigfont.c | 537 int rlength = sizeof(xXF86BigfontQueryFontReply) in ProcXF86BigfontQueryFont() local 543 xXF86BigfontQueryFontReply *reply = calloc(1, rlength); in ProcXF86BigfontQueryFont() 556 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); in ProcXF86BigfontQueryFont() 626 WriteToClient(client, rlength, reply); in ProcXF86BigfontQueryFont()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-octeon-core.c | 307 u8 *data, u16 *rlength, bool recv_len) in octeon_i2c_read() argument 309 int i, result, length = *rlength; in octeon_i2c_read() 359 *rlength = length; in octeon_i2c_read()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ssl2.h | 185 unsigned int rlength; /* passed to ssl2_enc */ member
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 324 int rlength; in ProcRenderQueryPictFormats() local 364 rlength = (sizeof(xRenderQueryPictFormatsReply) + in ProcRenderQueryPictFormats() 369 reply = (xRenderQueryPictFormatsReply *) calloc(1, rlength); in ProcRenderQueryPictFormats() 374 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); in ProcRenderQueryPictFormats() 491 WriteToClient(client, rlength, reply); in ProcRenderQueryPictFormats() 501 int rlength; in ProcRenderQueryPictIndexValues() local 520 rlength = (sizeof(xRenderQueryPictIndexValuesReply) + in ProcRenderQueryPictIndexValues() 522 reply = (xRenderQueryPictIndexValuesReply *) calloc(1, rlength); in ProcRenderQueryPictIndexValues() 528 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); in ProcRenderQueryPictIndexValues() 548 WriteToClient(client, rlength, reply); in ProcRenderQueryPictIndexValues()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 1288 int rlength; in ProcQueryFont() local 1297 rlength = sizeof(xQueryFontReply) + in ProcQueryFont() 1300 reply = calloc(1, rlength); in ProcQueryFont() 1306 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); in ProcQueryFont() 1310 WriteReplyToClient(client, rlength, reply); in ProcQueryFont()
|