Home
last modified time | relevance | path

Searched refs:DATA_LENGTH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_tools.c53 s32 DATA_LENGTH; variable
90 DATA_LENGTH = DATA_LENGTH_UINT - GTP_ADDR_LENGTH; in gt1x_init_tool_node()
257 len = data_len > DATA_LENGTH ? DATA_LENGTH : data_len; in gt1x_tool_write()
393 len = data_len > DATA_LENGTH ? DATA_LENGTH : data_len; in gt1x_tool_read()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgoodix_tool.c81 s32 DATA_LENGTH = 0; variable
238 DATA_LENGTH = i * DATA_LENGTH_UINT + GTP_ADDR_LENGTH; in init_wr_node()
239 GTP_INFO("Applied memory size:%d.", DATA_LENGTH); in init_wr_node()
572 if (data_len > DATA_LENGTH) in goodix_tool_read()
574 len = DATA_LENGTH; in goodix_tool_read()
/OK3568_Linux_fs/buildroot/package/open-plc-utils/
H A D0002-plc-plc.h-fix-build-with-gcc-10.patch26 uint32_t DATA_LENGTH;
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Datcspi200_spi.c32 #define DATA_LENGTH(x) ((x-1)<<8) macro
126 format = ns->mode|DATA_LENGTH(8); in __atcspi200_spi_claim_bus()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch1872 may exceed DATA_LENGTH, in which case the phantom bytes at the end are
1893 /* For the string of length DATA_LENGTH bytes that begins at DATA, compute
1895 columns. The return value may exceed DATA_LENGTH if the entire string does