Searched refs:st95context (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/nfc/st95hf/ |
H A D | core.c | 242 static int st95hf_send_recv_cmd(struct st95hf_context *st95context, in st95hf_send_recv_cmd() argument 250 struct device *dev = &st95context->spicontext.spidev->dev; in st95hf_send_recv_cmd() 273 ret = st95hf_spi_send(&st95context->spicontext, in st95hf_send_recv_cmd() 285 ret = st95hf_spi_recv_response(&st95context->spicontext, in st95hf_send_recv_cmd() 303 static int st95hf_echo_command(struct st95hf_context *st95context) in st95hf_echo_command() argument 308 result = st95hf_send_recv_cmd(st95context, CMD_ECHO, 0, NULL, false); in st95hf_echo_command() 313 result = st95hf_spi_recv_echo_res(&st95context->spicontext, in st95hf_echo_command() 316 dev_err(&st95context->spicontext.spidev->dev, in st95hf_echo_command() 324 dev_err(&st95context->spicontext.spidev->dev, "err: echo res is 0x%x\n", in st95hf_echo_command() 472 static int st95hf_send_spi_reset_sequence(struct st95hf_context *st95context) in st95hf_send_spi_reset_sequence() argument [all …]
|