Home
last modified time | relevance | path

Searched refs:opbuf (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_ex_fun.c72 char *opbuf; /* length >= 1, read return value, write: op return */ member
663 if (rw_op.opbuf) { in fts_tprwreg_show()
665 count += snprintf(buf + count, PAGE_SIZE, "%d ", rw_op.opbuf[i]); in fts_tprwreg_show()
674 if (rw_op.opbuf) { in fts_tprwreg_show()
676 count += snprintf(buf + count, PAGE_SIZE, "%d ", rw_op.opbuf[i]); in fts_tprwreg_show()
774 rw_op.opbuf = tmpbuf; in fts_parse_buf()
796 if (rw_op.opbuf) { in fts_tprwreg_store()
797 kfree(rw_op.opbuf); in fts_tprwreg_store()
798 rw_op.opbuf = NULL; in fts_tprwreg_store()
839 rw_op.res = fts_i2c_read(client, &reg, 1, rw_op.opbuf, rw_op.len); in fts_tprwreg_store()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_ex_fun.c73 char *opbuf; /* length >= 1, read return value, write: op return */ member
696 if (rw_op.opbuf) { in fts_tprwreg_show()
698 count += snprintf(buf + count, PAGE_SIZE, "%02X ", rw_op.opbuf[i]); in fts_tprwreg_show()
707 if (rw_op.opbuf) { in fts_tprwreg_show()
709 count += snprintf(buf + count, PAGE_SIZE, "%02X ", rw_op.opbuf[i]); in fts_tprwreg_show()
807 rw_op.opbuf = tmpbuf; in fts_parse_buf()
823 if (rw_op.opbuf) { in fts_tprwreg_store()
824 kfree(rw_op.opbuf); in fts_tprwreg_store()
825 rw_op.opbuf = NULL; in fts_tprwreg_store()
864 rw_op.res = fts_read(&reg, 1, rw_op.opbuf, rw_op.len); in fts_tprwreg_store()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/mediatek/
H A Dmtk-platform.c133 u32 opbuf = min((u32)MTK_OUT_DBUF_SIZE(cap->hw_opt) + width, len); in mtk_dfe_dse_buf_setup() local
142 writel(MTK_DFSE_MIN_DATA(opbuf - 1) | in mtk_dfe_dse_buf_setup()
143 MTK_DFSE_MAX_DATA(opbuf), in mtk_dfe_dse_buf_setup()
154 writel(MTK_OUT_BUF_MIN_THRESH(opbuf - 1) | in mtk_dfe_dse_buf_setup()
155 MTK_OUT_BUF_MAX_THRESH(opbuf), in mtk_dfe_dse_buf_setup()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-debugfs.c151 char opbuf[16] = { }, *op; in queue_state_write() local
161 if (count >= sizeof(opbuf)) { in queue_state_write()
166 if (copy_from_user(opbuf, buf, count)) in queue_state_write()
168 op = strstrip(opbuf); in queue_state_write()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Di2o-dev.h68 void *opbuf; /* Operation List buffer */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Di2o-dev.h68 void *opbuf; /* Operation List buffer */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2o-dev.h68 void __user *opbuf; /* Operation List buffer */ member