Searched defs:spi_bitbang_ops (Results 1 – 1 of 1) sorted by relevance
7 struct spi_bitbang_ops { struct8 int (*get_miso)(const struct spi_bitbang_ops *ops); argument9 void (*set_mosi)(const struct spi_bitbang_ops *ops, int value); argument10 void (*set_clk)(const struct spi_bitbang_ops *ops, int value); argument11 void (*set_cs)(const struct spi_bitbang_ops *ops, int value); argument