Searched refs:spi_poll (Results 1 – 1 of 1) sorted by relevance
48 if (spi_poll->flag) { in spi_device_read()50 spi_poll->flag = false; in spi_device_read()385 if (spi_poll->notify) { in spi_rx_notify()387 spi_poll->flag = true; in spi_rx_notify()394 (*(spi_poll->notify)) (fd, spi_poll->arg); in spi_rx_notify()397 spi_poll->fd = NULL; in spi_rx_notify()398 spi_poll->arg = NULL; in spi_rx_notify()429 spi_poll->fd = NULL; in spi_device_poll()430 spi_poll->arg = NULL; in spi_device_poll()435 if (!spi_poll->flag) { in spi_device_poll()[all …]
Completed in 3 milliseconds