Home | History | Annotate | Download | only in spi

Lines Matching refs:spi_handle_t

83 	spi_handle_t sc_sh;
100 static uint8_t oj6sh_read(spi_handle_t, uint8_t);
101 static void oj6sh_write(spi_handle_t, uint8_t, uint8_t);
109 static bool oj6sh_motion(spi_handle_t);
110 static bool oj6sh_squal(spi_handle_t);
111 static bool oj6sh_shuttrer(spi_handle_t);
112 static int oj6sh_readdelta(spi_handle_t, struct oj6sh_delta *);
270 oj6sh_read(spi_handle_t spi, uint8_t reg)
280 oj6sh_write(spi_handle_t spi, uint8_t reg, uint8_t val)
290 oj6sh_motion(spi_handle_t spi)
298 oj6sh_squal(spi_handle_t spi)
306 oj6sh_shuttrer(spi_handle_t spi)
315 oj6sh_readdelta(spi_handle_t spi, struct oj6sh_delta *delta)