Searched refs:iocontrol_code (Results 1 – 1 of 1) sorted by relevance
81 int iocontrol_code; in linux_spi_send_command() local103 iocontrol_code = SPI_IOC_MESSAGE(1); in linux_spi_send_command()105 iocontrol_code = SPI_IOC_MESSAGE(2); in linux_spi_send_command()107 if (ioctl(spi_data->fd, iocontrol_code, msg) == -1) { in linux_spi_send_command()