Home
last modified time | relevance | path

Searched refs:st95hf_spi_context (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/nfc/st95hf/
Dspi.h40 struct st95hf_spi_context { struct
53 int st95hf_spi_send(struct st95hf_spi_context *spicontext, argument
58 int st95hf_spi_recv_response(struct st95hf_spi_context *spicontext,
61 int st95hf_spi_recv_echo_res(struct st95hf_spi_context *spicontext,
Dspi.c23 int st95hf_spi_send(struct st95hf_spi_context *spicontext, in st95hf_spi_send()
79 int st95hf_spi_recv_response(struct st95hf_spi_context *spicontext, in st95hf_spi_recv_response()
140 int st95hf_spi_recv_echo_res(struct st95hf_spi_context *spicontext, in st95hf_spi_recv_echo_res()
Dcore.c231 struct st95hf_spi_context spicontext;
1082 struct st95hf_spi_context *spicontext; in st95hf_probe()
1218 struct st95hf_spi_context *spictx = dev_get_drvdata(&nfc_spi_dev->dev); in st95hf_remove()