Lines Matching refs:spidev
30 struct spi_device *spidev = spicontext->spidev; in st95hf_spi_send() local
48 result = spi_sync(spidev, &m); in st95hf_spi_send()
50 dev_err(&spidev->dev, "error: sending cmd to st95hf using SPI = %d\n", in st95hf_spi_send()
66 dev_err(&spidev->dev, "error: response not ready timeout\n"); in st95hf_spi_send()
85 struct spi_device *spidev = spicontext->spidev; in st95hf_spi_recv_response() local
103 ret = spi_sync(spidev, &m); in st95hf_spi_recv_response()
105 dev_err(&spidev->dev, "spi_recv_resp, data length error = %d\n", in st95hf_spi_recv_response()
127 ret = spi_sync(spidev, &m); in st95hf_spi_recv_response()
131 dev_err(&spidev->dev, "spi_recv_resp, data read error = %d\n", in st95hf_spi_recv_response()
149 struct spi_device *spidev = spicontext->spidev; in st95hf_spi_recv_echo_res() local
157 ret = spi_sync(spidev, &m); in st95hf_spi_recv_echo_res()
162 dev_err(&spidev->dev, "recv_echo_res, data read error = %d\n", in st95hf_spi_recv_echo_res()