Home
last modified time | relevance | path

Searched refs:empty_buf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dcyapa_gen5.c479 error = cyapa_i2c_pip_read(cyapa, pip->empty_buf, in cyapa_empty_pip_output_data()
484 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data()
495 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data()
497 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data()
505 error = cyapa_i2c_pip_read(cyapa, pip->empty_buf, length); in cyapa_empty_pip_output_data()
511 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data()
515 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data()
517 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data()
526 (struct cyapa_pip_report_data *)pip->empty_buf); in cyapa_empty_pip_output_data()
934 ret = cyapa_i2c_pip_read(cyapa, pip->empty_buf, length); in gen5_cmd_resp_header_parse()
[all …]
H A Dcyapa.h305 u8 empty_buf[CYAPA_REG_MAP_SIZE]; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c1909 uint8_t *empty_buf = NULL; in xtest_tee_test_1025() local
1944 empty_buf = malloc(1); in xtest_tee_test_1025()
1945 if (!empty_buf) { in xtest_tee_test_1025()
1958 op.params[0].tmpref.buffer = empty_buf; in xtest_tee_test_1025()
1964 op.params[2].tmpref.buffer = empty_buf; in xtest_tee_test_1025()
1979 op.params[0].tmpref.buffer = empty_buf; in xtest_tee_test_1025()
1985 op.params[2].tmpref.buffer = empty_buf; in xtest_tee_test_1025()
2026 free(empty_buf); in xtest_tee_test_1025()