Lines Matching refs:st95hf_context

230 struct st95hf_context {  struct
255 static int st95hf_send_recv_cmd(struct st95hf_context *st95context, in st95hf_send_recv_cmd() argument
316 static int st95hf_echo_command(struct st95hf_context *st95context) in st95hf_echo_command()
343 static int secondary_configuration_type4a(struct st95hf_context *stcontext) in secondary_configuration_type4a()
371 static int secondary_configuration_type4b(struct st95hf_context *stcontext) in secondary_configuration_type4b()
387 static int st95hf_select_protocol(struct st95hf_context *stcontext, int type) in st95hf_select_protocol()
463 static void st95hf_send_st95enable_negativepulse(struct st95hf_context *st95con) in st95hf_send_st95enable_negativepulse()
485 static int st95hf_send_spi_reset_sequence(struct st95hf_context *st95context) in st95hf_send_spi_reset_sequence()
512 static int st95hf_por_sequence(struct st95hf_context *st95context) in st95hf_por_sequence()
544 static int iso14443_config_fdt(struct st95hf_context *st95context, int wtxm) in iso14443_config_fdt()
615 static int st95hf_handle_wtx(struct st95hf_context *stcontext, in st95hf_handle_wtx()
661 static int st95hf_error_handling(struct st95hf_context *stcontext, in st95hf_error_handling()
706 static int st95hf_response_handler(struct st95hf_context *stcontext, in st95hf_response_handler()
767 struct st95hf_context *stcontext = in st95hf_irq_handler()
768 (struct st95hf_context *)st95hfcontext; in st95hf_irq_handler()
788 struct st95hf_context *stcontext = in st95hf_irq_thread_handler()
789 (struct st95hf_context *)st95hfcontext; in st95hf_irq_thread_handler()
890 struct st95hf_context *stcontext = nfc_digital_get_drvdata(ddev); in st95hf_in_configure_hw()
918 static int rf_off(struct st95hf_context *stcontext) in rf_off()
938 struct st95hf_context *stcontext = nfc_digital_get_drvdata(ddev); in st95hf_in_send_cmd()
1041 struct st95hf_context *stcontext = nfc_digital_get_drvdata(ddev); in st95hf_switch_rf()
1081 struct st95hf_context *st95context; in st95hf_probe()
1087 sizeof(struct st95hf_context), in st95hf_probe()
1220 struct st95hf_context *stcontext = container_of(spictx, in st95hf_remove()
1221 struct st95hf_context, in st95hf_remove()