Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/common/ssp_sensors/
Dssp_spi.c358 case SSP_AP2HUB_WRITE: in ssp_irq_msg()
402 if (msg_type == SSP_AP2HUB_WRITE) { in ssp_irq_msg()
467 msg = ssp_create_msg(command, 0, SSP_AP2HUB_WRITE, arg); in ssp_command()
496 msg = ssp_create_msg(inst, length + 2, SSP_AP2HUB_WRITE, 0); in ssp_send_instruction()
537 data->sensorhub_info->mag_length, SSP_AP2HUB_WRITE, in ssp_set_magnetic_matrix()
Dssp.h136 #define SSP_AP2HUB_WRITE 1 macro