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

/freebsd-12-stable/usr.sbin/spi/
H A Dspi.c56 struct spi_options { struct
74 static int interpret_command_bytes(const char *parg, struct spi_options *popt);
75 static void * prep_write_buffer(struct spi_options *popt);
77 static int _do_data_output(void *pr, struct spi_options *popt);
79 static int set_mode(int hdev, struct spi_options *popt);
80 static int set_speed(int hdev, struct spi_options *popt);
82 static int perform_read(int hdev, struct spi_options *popt);
83 static int perform_write(int hdev, struct spi_options *popt);
84 static int perform_readwrite(int hdev, struct spi_options *popt);
163 struct spi_options op
[all...]

Completed in 96 milliseconds