Searched refs:rf69_set_fifo_threshold (Results 1 – 3 of 3) sorted by relevance
73 int rf69_set_fifo_threshold(struct spi_device *spi, u8 threshold);
398 retval = rf69_set_fifo_threshold(dev->spi, FIFO_SIZE - FIFO_THRESHOLD); in pi433_start_rx()678 retval = rf69_set_fifo_threshold(spi, FIFO_THRESHOLD); in pi433_tx_thread()
775 int rf69_set_fifo_threshold(struct spi_device *spi, u8 threshold) in rf69_set_fifo_threshold() function