Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/common/ssp_sensors/
Dssp_spi.c365 case SSP_AP2HUB_WRITE: in ssp_irq_msg()
409 if (msg_type == SSP_AP2HUB_WRITE) { in ssp_irq_msg()
474 msg = ssp_create_msg(command, 0, SSP_AP2HUB_WRITE, arg); in ssp_command()
503 msg = ssp_create_msg(inst, length + 2, SSP_AP2HUB_WRITE, 0); in ssp_send_instruction()
544 data->sensorhub_info->mag_length, SSP_AP2HUB_WRITE, in ssp_set_magnetic_matrix()
Dssp.h146 #define SSP_AP2HUB_WRITE 1 macro