Searched refs:offset_in (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 471 off_t offset_out, offset_in; in test4_lseek() local 475 offset_in = 0x123456789abcdef0; in test4_lseek() 476 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek() 477 if (offset_out != offset_in) { in test4_lseek() 483 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek() 493 if (offset_out != offset_in) { in test4_lseek() 499 if (offset_out != (offset_in + OFFSET_ADD)) { in test4_lseek() 505 if (offset_out != (offset_in + OFFSET_ADD + OFFSET_SUBTRACT)) { in test4_lseek()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gsc_submit.c | 112 struct iosys_map *in, u32 offset_in, in xe_gsc_check_and_update_pending() argument 118 mtl_gsc_header_wr(xe, in, offset_in, gsc_message_handle, handle); in xe_gsc_check_and_update_pending()
|
| H A D | xe_gsc_submit.h | 20 struct iosys_map *in, u32 offset_in,
|