Searched refs:off_buf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | prints.c | 15 static char off_buf[80]; variable 20 sprintf(off_buf, "%llu(%llu)", in reiserfs_cpu_offset() 26 sprintf(off_buf, "0x%Lx", in reiserfs_cpu_offset() 28 return off_buf; in reiserfs_cpu_offset() 37 sprintf(off_buf, "%llu(%llu)", in le_offset() 43 sprintf(off_buf, "0x%Lx", in le_offset() 45 return off_buf; in le_offset()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_core.c | 1845 u16 off_buf = 0; in cyttsp5_hid_output_get_data_structure_() local 1874 memcpy(&data[off_buf], &cd->response_buf[10], read_len); in cyttsp5_hid_output_get_data_structure_() 1880 off_buf += read_len; in cyttsp5_hid_output_get_data_structure_() 2015 u16 off_buf = 0; in cyttsp5_hid_output_get_selftest_result_() local 2052 memcpy(&data[off_buf], &cd->response_buf[10], read_len); in cyttsp5_hid_output_get_selftest_result_() 2058 off_buf += read_len; in cyttsp5_hid_output_get_selftest_result_()
|