Searched refs:spi_options (Results 1 – 1 of 1) sorted by relevance
53 struct spi_options { struct71 static int interpret_command_bytes(const char *parg, struct spi_options *popt); argument72 static void * prep_write_buffer(struct spi_options *popt);74 static int _do_data_output(void *pr, struct spi_options *popt);76 static int set_mode(int hdev, struct spi_options *popt);77 static int set_speed(int hdev, struct spi_options *popt);79 static int perform_read(int hdev, struct spi_options *popt);80 static int perform_write(int hdev, struct spi_options *popt);81 static int perform_readwrite(int hdev, struct spi_options *popt);160 struct spi_options opt; in main()[all …]