Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st95hf/
H A Dspi.h29 struct st95hf_spi_context { struct
42 int st95hf_spi_send(struct st95hf_spi_context *spicontext, argument
47 int st95hf_spi_recv_response(struct st95hf_spi_context *spicontext,
50 int st95hf_spi_recv_echo_res(struct st95hf_spi_context *spicontext,
H A Dspi.c12 int st95hf_spi_send(struct st95hf_spi_context *spicontext, in st95hf_spi_send()
68 int st95hf_spi_recv_response(struct st95hf_spi_context *spicontext, in st95hf_spi_recv_response()
129 int st95hf_spi_recv_echo_res(struct st95hf_spi_context *spicontext, in st95hf_spi_recv_echo_res()
H A Dcore.c219 struct st95hf_spi_context spicontext;
1069 struct st95hf_spi_context *spicontext; in st95hf_probe()
1205 struct st95hf_spi_context *spictx = dev_get_drvdata(&nfc_spi_dev->dev); in st95hf_remove()