Lines Matching defs:position
341 ELAN_POSITION position;
452 (void)elan3_get_position(result->ctx, &position);
454 position.pos_mode,position.pos_nodeid, position.pos_nodes,
455 position.pos_levels);
456 if (position.pos_mode != ELAN_POS_MODE_SWITCHED)
457 crDebug("WARNING: position mode is not %d!\n",ELAN_POS_MODE_SWITCHED);
496 if (trans_host(buf) != (int)position.pos_nodeid) {
499 trans_host(buf), position.pos_nodeid);
1178 ELAN_POSITION position;
1193 (void)elan3_get_position(c->ctx, &position);
1194 *nodeId= position.pos_nodeid;