Home
last modified time | relevance | path

Searched refs:pos_data (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/input/rmi4/
Drmi_f11.c567 u8 *pos_data = &data->abs_pos[n_finger * RMI_F11_ABS_BYTES]; in rmi_f11_abs_pos_process() local
579 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()
/linux-6.1.9/sound/soc/qcom/qdsp6/
Daudioreach.c46 struct apm_prop_data pos_data; member
277 cfg->pos_data.prop_id = APM_CONTAINER_PROP_ID_GRAPH_POS; in apm_populate_container_config()
278 cfg->pos_data.prop_size = sizeof(struct apm_cont_prop_id_graph_pos); in apm_populate_container_config()