Searched refs:touch_panel (Results 1 – 3 of 3) sorted by relevance
49 buffer[6] = (u32)((*(u16 *)(&work->touch_panel[0]) << 16) | *(u16 *)(&work->touch_panel[2])); in OS_GetLowEntropyData()
93 … u8 touch_panel[4]; // 3aa-3ad: 4 bytes Touch Screen information storage location member
201 spi_tp.halfs[0] = *(u16 *)(&(OS_GetSystemWork()->touch_panel[0])); in TPi_CopyTpFromSystemWork()202 spi_tp.halfs[1] = *(u16 *)(&(OS_GetSystemWork()->touch_panel[2])); in TPi_CopyTpFromSystemWork()