Searched refs:pos_data (Results 1 – 2 of 2) sorted by relevance
567 u8 *pos_data = &data->abs_pos[n_finger * RMI_F11_ABS_BYTES]; in rmi_f11_abs_pos_process() local579 obj->x = (pos_data[0] << 4) | (pos_data[2] & 0x0F); in rmi_f11_abs_pos_process()580 obj->y = (pos_data[1] << 4) | (pos_data[2] >> 4); in rmi_f11_abs_pos_process()581 obj->z = pos_data[4]; in rmi_f11_abs_pos_process()582 obj->wx = pos_data[3] & 0x0f; in rmi_f11_abs_pos_process()583 obj->wy = pos_data[3] >> 4; in rmi_f11_abs_pos_process()
46 struct apm_prop_data pos_data; member285 cfg->pos_data.prop_id = APM_CONTAINER_PROP_ID_GRAPH_POS; in apm_populate_container_config()286 cfg->pos_data.prop_size = sizeof(struct apm_cont_prop_id_graph_pos); in apm_populate_container_config()