SSP_HEADER_SIZE    73 drivers/iio/common/ssp_sensors/ssp_spi.c #define SSP_HEADER_SIZE_ALIGNED	(ALIGN(SSP_HEADER_SIZE, 4))
SSP_HEADER_SIZE    99 drivers/iio/common/ssp_sensors/ssp_spi.c 	memcpy(msg->buffer, &h, SSP_HEADER_SIZE);
SSP_HEADER_SIZE   198 drivers/iio/common/ssp_sensors/ssp_spi.c 	status = spi_write(data->spi, msg->buffer, SSP_HEADER_SIZE);