Lines Matching refs:n2s
827 g_tui_ctl->n2s.tp_info = (int)virt_to_phys(pos->pdata);
828 g_tui_ctl->n2s.tp_info_h_addr = virt_to_phys(pos->pdata) >> HIGH_VALUES;
1251 g_tui_ctl->n2s.addr = (unsigned int)tui_addr_t;
1252 g_tui_ctl->n2s.addr_h = tui_addr_t >> HIGH_VALUES;
1253 g_tui_ctl->n2s.npages = g_tui_display_mem.npages;
1254 g_tui_ctl->n2s.info_length = g_tui_display_mem.info_length;
1255 g_tui_ctl->n2s.phy_size = g_tui_display_mem.len;
1256 if (g_tui_ctl->n2s.addr == 0)
1360 g_tui_ctl->n2s.event_type = type;
1361 g_tui_ctl->n2s.value = val;
1363 if (!valid_msg(g_tui_ctl->n2s.event_type)) {
1464 g_tui_ctl->n2s.event_type = TUI_POLL_CFG_OK;
1467 g_tui_ctl->n2s.event_type = TUI_POLL_CFG_FAIL;
1784 g_tui_ctl->n2s.status = (int)value;
1793 g_tui_ctl->n2s.x = (int)value;
1802 g_tui_ctl->n2s.y = (int)value;
1854 tlogd("status=%d x=%d y=%d\n", g_tui_ctl->n2s.status, g_tui_ctl->n2s.x, g_tui_ctl->n2s.y);