Home
last modified time | relevance | path

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

/freebsd/usr.sbin/spi/
H A Dspi.c53 struct spi_options { struct
71 static int interpret_command_bytes(const char *parg, struct spi_options *popt); argument
72 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 …]